1. a465fee Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.1 by dependabot[bot] · 3 years ago
  2. 2b7c84c Enable dependabot by Liam Miller-Cushon · 3 years ago
  3. db7b4bf Don't crash on `module-info.java`s is we can't load `java.base` by Liam Miller-Cushon · 3 years ago
  4. a0a74df Specify JVM flags required by turbine using `.mvn/jvm.config` by Liam Miller-Cushon · 3 years ago
  5. cbc3f40 Remove references to `com.google.errorprone:javac` by Liam Miller-Cushon · 3 years ago
  6. f9e5365 Remove uses of reflection now that we're testing on JDK 11+ by Liam Miller-Cushon · 3 years ago
  7. 1a1f08e Remove uses of reflection now that we're testing on JDK 11+ by Liam Miller-Cushon · 3 years ago
  8. cf1478b Stop testing turbine on JDK 8 by Liam Miller-Cushon · 3 years ago
  9. 08ff1a1 Don't crash on constant dynamic constant pool entries by Liam Miller-Cushon · 3 years, 1 month ago
  10. 972d62a Handle compact record constructors by Liam Miller-Cushon · 3 years, 2 months ago
  11. 157c076 Add support for `Elements#hides` to turbine by Liam Miller-Cushon · 3 years, 2 months ago
  12. f59a1f3 Fix `TypeElement.getSuperclass` for records by Liam Miller-Cushon · 3 years, 3 months ago
  13. 0b547dc Initial support for sealed classes by Liam Miller-Cushon · 3 years, 3 months ago
  14. 3452789 Extra a method for parsing a class member starting at the identifier by Liam Miller-Cushon · 3 years, 3 months ago
  15. e5a1173 Handle record pseudo-keywords earlier by Liam Miller-Cushon · 3 years, 3 months ago
  16. cb60060 Initial support for records in annotation processing by Liam Miller-Cushon · 3 years, 3 months ago
  17. 407dd72 Update to non-EA JDK 17 builds by Liam Miller-Cushon · 3 years, 3 months ago
  18. dd6d554 Update asm version by Liam Miller-Cushon · 3 years, 3 months ago
  19. ec67a6e Initial support for records by Liam Miller-Cushon · 3 years, 3 months ago
  20. 3bac9d7 Use Java 8 bytecode at minimum by Liam Miller-Cushon · 3 years, 3 months ago
  21. cef7d15 Update Error Prone version by Liam Miller-Cushon · 3 years, 3 months ago
  22. 006a74b Improve major version handling by Liam Miller-Cushon · 3 years, 3 months ago
  23. 6b0f9e9 Normalize records and nests by Liam Miller-Cushon · 3 years, 3 months ago
  24. ba9d8de Clean up accidentally duplicated code by Liam Miller-Cushon · 3 years, 3 months ago
  25. d86501a Don't assume synthetic contructors don't need signature attributes by Liam Miller-Cushon · 3 years, 3 months ago
  26. 05192cf Extract a helper method by Liam Miller-Cushon · 3 years, 3 months ago
  27. 798df57 Add parser support for records by Liam Miller-Cushon · 3 years, 3 months ago
  28. c0e81c3 Add class writing support for record and nest attributes by Liam Miller-Cushon · 3 years, 3 months ago
  29. 22e3c67 Fix position of type annotations by Liam Miller-Cushon · 3 years, 3 months ago
  30. 9c70fad Fix an infinite loop in pretty-printing by Liam Miller-Cushon · 3 years, 3 months ago
  31. 0f596d8 Extract a local variable by Liam Miller-Cushon · 3 years, 3 months ago
  32. 7903a85 Finish migrating to JSpecify annotations by Liam Miller-Cushon · 3 years, 3 months ago
  33. 86c0940 Enable maven caching in setup-java by Liam Miller-Cushon · 3 years, 3 months ago
  34. 32a71bd Explicitly represent parenthesized expressions in the AST by Liam Miller-Cushon · 3 years, 4 months ago
  35. d02ef82 Migrate from adopt by Liam Miller-Cushon · 3 years, 4 months ago
  36. fd0a45d Flatten `BinaryTree`s to avoid recursing into them by Liam Miller-Cushon · 3 years, 4 months ago
  37. 4a55edd Fix an NPE by Liam Miller-Cushon · 3 years, 4 months ago
  38. 6a3281d Optimize a loop by Liam Miller-Cushon · 3 years, 4 months ago
  39. b02c9b7 Automatic code cleanup. by Liam Miller-Cushon · 3 years, 4 months ago
  40. 7ee2bdb Create the output directory for jdeps if it doesn't already exist by Liam Miller-Cushon · 3 years, 5 months ago
  41. 1426ef4 Suppress errors that will be generated once our checker respects the `@Nullable` annotation from the CF artifact. by cpovirk · 3 years, 5 months ago
  42. 6b8f444 Consolidate `@Nullable` annotations by Liam Miller-Cushon · 3 years, 5 months ago
  43. 0d6a1d8 Apply some `EqualsMissingNullable` fixes by Liam Miller-Cushon · 3 years, 5 months ago
  44. dc09acb Apply some `ReturnMissingNullable` fixes by Liam Miller-Cushon · 3 years, 5 months ago
  45. dd5dfec Fix pom to meet sonatype requirements by Liam Miller-Cushon · 3 years, 5 months ago
  46. 873a1be Annotate tree package for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  47. 3fe0e71 Annotate bytecode packages for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  48. ecea033 Add @CheckReturnValue to turbine packages by Liam Miller-Cushon · 3 years, 5 months ago
  49. 91a99b6 Improve error handling for string conversions by Liam Miller-Cushon · 3 years, 5 months ago
  50. c9c593a Fix handling of `package-info.java`s for empty packages by Liam Miller-Cushon · 3 years, 5 months ago
  51. daafa52 Report diagnostics for type conversions by Liam Miller-Cushon · 3 years, 5 months ago
  52. be693b0 Report an error for annotation element values without a name by Liam Miller-Cushon · 3 years, 5 months ago
  53. 08d22a6 Pass position into `ConstExpressionParser` by Liam Miller-Cushon · 3 years, 5 months ago
  54. 5b53d38 Annotate binder and related packages for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  55. a47da7b Handle unicode characters that require two UTF-16 code units by Liam Miller-Cushon · 3 years, 6 months ago
  56. 131ac44 Sort test inputs by Liam Miller-Cushon · 3 years, 6 months ago
  57. 44dae62 Update to setup-java v2, and use adopt builds by Liam Miller-Cushon · 3 years, 6 months ago
  58. 83e27a5 Address compile errors that would appear when `ImmutableMap` is annotated for nullness in CL 382342656. by cpovirk · 3 years, 6 months ago
  59. 3d2be5e Remove obsolete parent per https://github.com/sonatype/oss-parents by Liam Miller-Cushon · 3 years, 6 months ago
  60. f9f2dec Fix handling of repackaged transitive classes in jdeps by Liam Miller-Cushon · 3 years, 6 months ago
  61. 70fe553 Inline a single-use abstract test class by Liam Miller-Cushon · 3 years, 6 months ago
  62. f4d084a Fix javadoc by Liam Miller-Cushon · 3 years, 6 months ago
  63. 5973e51 Inherit from the sonatype oss parent artifact by Liam Miller-Cushon · 3 years, 6 months ago
  64. b62514c Test invalid annotation element values are weeded out by Liam Miller-Cushon · 3 years, 7 months ago
  65. 7c4a5d4 Satisfy the nullness checker. by cpovirk · 3 years, 7 months ago
  66. 91c289f Use `assertThrows` for expected exception tests by Liam Miller-Cushon · 3 years, 7 months ago
  67. 080f599 Don't require an argument for `--compress_jar` by Liam Miller-Cushon · 3 years, 7 months ago
  68. e0d9619 Satisfy the nullness checker by Liam Miller-Cushon · 3 years, 7 months ago
  69. db341bf Fix NPEs in options parsing by Liam Miller-Cushon · 3 years, 7 months ago
  70. 2459f66 Remove deprecated builders by Liam Miller-Cushon · 3 years, 7 months ago
  71. 09beae4 Rename `master` branch to `main` by Liam Miller-Cushon · 3 years, 7 months ago
  72. d4da2b5 Never class-load `TurbineProcessingEnvironment` from the `-processor` by Liam Miller-Cushon · 3 years, 7 months ago
  73. a1dcaa6 Update Error Prone and maven versions by Liam Miller-Cushon · 3 years, 8 months ago
  74. 20f90c8 Update turbine CI JDK versions by Liam Miller-Cushon · 3 years, 8 months ago
  75. 3bbf967 Improve `--builtin_processors` handling by Liam Miller-Cushon · 3 years, 8 months ago
  76. 3a33b7f Fix handling of `isDefault()` for symbols loaded from the classpath by Liam Miller-Cushon · 3 years, 9 months ago
  77. b4c4891 Eliminate `core.transform` wrapper. by cpovirk · 3 years, 10 months ago
  78. f858cd8 Fix copybara config by Liam Miller-Cushon · 3 years, 10 months ago
  79. e80c478 Try out more null-checking by Liam Miller-Cushon · 3 years, 10 months ago
  80. 0adcd8e Comply with nullness analysis by Liam Miller-Cushon · 3 years, 10 months ago
  81. 5db787b Improve GitHub Actions hygiene by Liam Miller-Cushon · 3 years, 10 months ago
  82. 130009a Throw a more specific exception by Liam Miller-Cushon · 3 years, 10 months ago
  83. 0d82219 Fix some potential NPEs by Liam Miller-Cushon · 3 years, 10 months ago
  84. 617a8f6 Don't read `<clinit>`s from class files by Liam Miller-Cushon · 3 years, 10 months ago
  85. aabe1f4 Allow turbine to parse JavaBuilder command lines by Liam Miller-Cushon · 3 years, 10 months ago
  86. 27418aa Weed out non-annotation types appearing as nested annotation values by Liam Miller-Cushon · 3 years, 10 months ago
  87. beb695b Don't include type annotations in a turbine diagnostic by Liam Miller-Cushon · 3 years, 11 months ago
  88. 1bbb136 Include all simple names present in source for error types by Liam Miller-Cushon · 3 years, 11 months ago
  89. 622b591 Get tests running on latest JDK 16 EA by Liam Miller-Cushon · 4 years ago
  90. ba757a3 Update to latest ASM API level by Liam Miller-Cushon · 4 years ago
  91. a033c2f Log and continue past more errors by Liam Miller-Cushon · 4 years ago
  92. ffe8d01 Add private constructors for classes that aren't intended to be instantiated by Liam Miller-Cushon · 4 years ago
  93. b470d53 turbine OSS build cleanups by Liam Miller-Cushon · 4 years ago
  94. 01e6e1d Refactor turbine external CI by Liam Miller-Cushon · 4 years ago
  95. 9560ef4 Refactor `ClassLoader` setup in `Processing` by Liam Miller-Cushon · 4 years, 1 month ago
  96. a66dc01 Remove travis and appveyor CI configuration by Liam Miller-Cushon · 4 years, 1 month ago
  97. 7a5c416 Set sourceEncoding in turbine's `pom.xml` by Liam Miller-Cushon · 4 years, 1 month ago
  98. a867fae Fix syntax of `.gitattributes` by Liam Miller-Cushon · 4 years, 1 month ago
  99. 870707b Update ASM version by Liam Miller-Cushon · 4 years, 1 month ago
  100. 3c31e67 Configure turbine's bootclasspath in integration tests to match javac by Liam Miller-Cushon · 4 years, 1 month ago