1. 95ceac1 Make DUPLICATE_DECLARATION a non-fatal error by Liam Miller-Cushon · 7 hours ago main
  2. a90592b Bump org.graalvm.buildtools:native-maven-plugin from 1.1.6 to 1.1.7 in the dependencies group by dependabot[bot] · 19 hours ago
  3. 9870148 Increase Dependabot cooldown from the default of 3 days to 7, as [required by `zizmor`](https://docs.zizmor.sh/audits/#rulesdependabot-cooldownconfigdays). by Chris Povirk · 19 hours ago
  4. 543c920 Use `cancel-in-progress` instead of `styfle/cancel-workflow-action`. by Chris Povirk · 19 hours ago
  5. 0d73fd9 Use `vX.Y.Z` tags instead of `vX` for version comments. by Chris Povirk · 19 hours ago
  6. 9f07dcf Apply[] by Liam Miller-Cushon · 5 days ago
  7. a170f89 Use Java 25 as default language level in LowerIntegrationTest by Liam Miller-Cushon · 5 days ago
  8. 818996c Add initial support for value types by Liam Miller-Cushon · 5 days ago
  9. 8dcd7ca Stop emitting strictfp after JDK 17 by Liam Miller-Cushon · 6 days ago
  10. d8aab68 Propagate annotation processor crashes in Turbine by Liam Miller-Cushon · 7 days ago
  11. 833fcce Bump the github-actions group across 1 directory with 2 updates by dependabot[bot] · 8 days ago
  12. 66d419b Address https://docs.zizmor.sh/audits/#excessive-permissions finding. by Chris Povirk · 8 days ago
  13. bfc3faa Address `zizmor` findings: by Chris Povirk · 8 days ago
  14. 6c7c250 Bump JSpecify to 1.0.1. by cpovirk · 12 days ago
  15. 35c29d1 Implement `stripAnnotations` in `TurbineTypes` by Liam Miller-Cushon · 13 days ago
  16. 4dc2237 Make JDK 25 the minimum supported JDK for turbine by Liam Miller-Cushon · 13 days ago
  17. f9b5441 Update JDK version from 21 to 25 in release workflow by Liam Miller-Cushon · 13 days ago
  18. 9d281eb Update Java versions in CI workflow by Liam Miller-Cushon · 13 days ago
  19. 74e8570 Optimize string decoding in Zip by Liam Miller-Cushon · 2 weeks ago
  20. 4314f70 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.5 to 1.1.6 in the dependencies group by dependabot[bot] · 2 weeks ago
  21. b5656e3 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.3 to 1.1.5 in the dependencies group by dependabot[bot] · 3 weeks ago
  22. 69cd853 Bump the dependencies group across 1 directory with 24 updates by dependabot[bot] · 4 weeks ago
  23. 6e44182 Remove overridden methods from `getAllMembers` results. by =?UTF-8?q?Halil=20=C4=B0brahim=20=C5=9Eener?= · 4 weeks ago
  24. bc4739b Make `Tree` into a `sealed` class. by cpovirk · 6 weeks ago
  25. d75e3e0 Batch parallel operations in turbine by Liam Miller-Cushon · 6 weeks ago
  26. 12b52b2 Bump the github-actions group with 4 updates by dependabot[bot] · 7 weeks ago
  27. f7c6b25 Enable dependabot by Liam Miller-Cushon · 7 weeks ago
  28. 59c575a Consolidate turbine's handling of javac options by Liam Miller-Cushon · 7 weeks ago
  29. 609adc2 Report diagnostics instead of crashing for error types inside annotation array values by Liam Miller-Cushon · 2 months ago
  30. 7d70193 Factor out a separate method in TurbineDiagnostic for the source text of the line by Liam Miller-Cushon · 3 months ago
  31. 45dd6a6 Fix stripIndent: include closing-delimiter line in min-indent calc by mukul-atomicwork · 3 months ago
  32. 8075890 Fix constant expression evaluation of conditional expressions by Liam Miller-Cushon · 3 months ago
  33. 4cae495 Migrate to -> switches by Liam Miller-Cushon · 3 months ago
  34. 95555a0 Report parse errors for dangling annotations and modifiers by Liam Miller-Cushon · 3 months ago
  35. a35d852 Add an option to emit private fields in records by Liam Miller-Cushon · 3 months ago
  36. f940cc6 Sort diagnostics for deterministic output during parallel compilations by Liam Miller-Cushon · 4 months ago
  37. b28b4e6 Parse experimental_fix_deps_tool in TurbineOptions. by Javac Team · 4 months ago
  38. daf23ba Add a turbine flag to control whether or not it uses parallelism by Liam Miller-Cushon · 4 months ago
  39. 4e414da Use compute instead of computeIfAbsent for nullness reasons by Liam Miller-Cushon · 4 months ago
  40. a83ed8a Parallelize some passes in Binder by Liam Miller-Cushon · 4 months ago
  41. bb64b98 Parse markdown javadoc comments in turbine by Liam Miller-Cushon · 4 months ago
  42. a06086e Parallelize parsing and lowering in turbine by Liam Miller-Cushon · 4 months ago
  43. c7f1e97 Don't hard-code `error:` in formatted turbine diagnostics by Liam Miller-Cushon · 4 months ago
  44. 943a894 Refactor handling of javacopt-based LowerOptions by Liam Miller-Cushon · 4 months ago
  45. d8aa754 Handle `PermittedSubclasses` when reading classes by Liam Miller-Cushon · 4 months ago
  46. dafb4d7 Remove private member classes in turbine by Liam Miller-Cushon · 4 months ago
  47. d6d1604 Fix `getBinaryName` handling of type elements for error types by Liam Miller-Cushon · 4 months ago
  48. 14a0b04 Add an assertion that the turbine integration tests produce the same `.class` files by Liam Miller-Cushon · 4 months ago
  49. 27c760b Don't pass a classloader into TurbineAnnotationProxy by Liam Miller-Cushon · 4 months ago
  50. 13851d5 Support annotation processing in TurbineTool API by Liam Miller-Cushon · 5 months ago
  51. e516109 Record the AST node that declares a RecordComponentInfo by Liam Miller-Cushon · 5 months ago
  52. 9fa75fd Stricter javadoc parsing by Liam Miller-Cushon · 6 months ago
  53. 3dfe3d6 Fix source position of enum constants by Liam Miller-Cushon · 6 months ago
  54. 95f385a Add test coverage for javadoc on multi-variable declarations by Liam Miller-Cushon · 6 months ago
  55. 41661c4 Short circuit canonicalization of types that don't have enclosing classes by Liam Miller-Cushon · 6 months ago
  56. 83edd21 Don't crash on missing annotation value types by Liam Miller-Cushon · 6 months ago
  57. fb39330 Improve modeling of error types by Liam Miller-Cushon · 6 months ago
  58. dad6b6e Report diagnostics if `java.lang` doesn't exist instead of crashing by Liam Miller-Cushon · 6 months ago
  59. 551c38e Refactor Github Action per b/485167538 by Ben Knutson · 6 months ago
  60. 917249e Automatic code cleanup. by Liam Miller-Cushon · 6 months ago
  61. fb566bb Miscellaneous cleanups by Liam Miller-Cushon · 6 months ago
  62. edfffe9 Use `JarEntry.getTimeLocal()` for jar entry timestamps by Liam Miller-Cushon · 7 months ago
  63. 6cd866f Fix a minor typo. by Éamonn McManus · 8 months ago
  64. 70f2166 Handle mis-matched type arguments during canonicalization by Liam Miller-Cushon · 8 months ago
  65. 26a9043 Fix `TypeElement#getKind` for records loaded from the classpath by Liam Miller-Cushon · 8 months ago
  66. 04157d7 Migrate some anonymous classes to lambdas in turbine by Liam Miller-Cushon · 8 months ago
  67. 33d9cee Handle varargs in `ExecutableElement#toString` by Liam Miller-Cushon · 8 months ago
  68. d57ebff Optimize flattening of of ClassTy trees by Liam Miller-Cushon · 8 months ago
  69. fa5ad86 Address ShortCircuitBoolean findings by Liam Miller-Cushon · 8 months ago
  70. c1282e8 Fix handling of declared fields in records after https://github.com/google/turbine/commit/c86723dfc1bebf662682addf083dc41965420992 by Liam Miller-Cushon · 8 months ago
  71. c86723d Model private synthetic record fields for annotation processing by Liam Miller-Cushon · 8 months ago
  72. 1c9a538 Update Error Prone version by Liam Miller-Cushon · 9 months ago
  73. 07d173b Use `String(byte[], Charset)` to create strings for zip entry names by Liam Miller-Cushon · 9 months ago
  74. 9e362e1 Clean up package name handling by Liam Miller-Cushon · 9 months ago
  75. 61e9980 Fix handling of unnamed packages in `getPackageElement` by Liam Miller-Cushon · 9 months ago
  76. d79f9a1 Update an obsolete comment in turbine's zip implementation by Liam Miller-Cushon · 9 months ago
  77. 4214fb6 Update target Java version to 21 by Liam Miller-Cushon · 9 months ago
  78. 3899d6b Defer creating a substring for javadoc until it is actually used by Liam Miller-Cushon · 9 months ago
  79. c58cef8 Log instead of throwing errors for fields that can't be resolved by Liam Miller-Cushon · 9 months ago
  80. 25c3b64 Update Java version from 17 to 21 in release workflow by Liam Miller-Cushon · 9 months ago
  81. d5f42ab Update Java versions in CI workflow by Liam Miller-Cushon · 9 months ago
  82. e567a7b Include type name in expected/unexpected interface diagnostics by Liam Miller-Cushon · 9 months ago
  83. 58d35dd Add a test to confirm non-javadoc package comments are not treated as javadoc by Liam Miller-Cushon · 9 months ago
  84. 1138714 Fix ConstVarName javadoc by Liam Miller-Cushon · 9 months ago
  85. da5d1fd Support javadoc comments in `Elements#getDocComment` by Liam Miller-Cushon · 9 months ago
  86. b660ca2 Record the position of javadoc comments by Liam Miller-Cushon · 9 months ago
  87. 8b108c6 Remove an unnecessary use of reflection by Liam Miller-Cushon · 9 months ago
  88. 67bf3ae Use pattern matching instanceof in turbine by Liam Miller-Cushon · 10 months ago
  89. 9d61885 Migrate Turbine to arrow switches by Liam Miller-Cushon · 10 months ago
  90. e688404 Migrate some uses of `@AutoValue` in turbine to records by Liam Miller-Cushon · 10 months ago
  91. 0dc0866 Upgrade Error Prone dependency by Liam Miller-Cushon · 11 months ago
  92. b0f059e Provide an option to opt-out of MethodParameters by Liam Miller-Cushon · 1 year ago
  93. c11dbd8 Update Error Prone version by Liam Miller-Cushon · 1 year, 1 month ago
  94. 474faa1 Automated rollback of commit 9af339062c8b8d151108a0ec67491d97283d1d6d. by Liam Miller-Cushon · 1 year, 1 month ago
  95. 9af3390 Automated rollback of commit f740e3b1bf0a48c74529ae9ffab1705e940eced0. by Liam Miller-Cushon · 1 year, 1 month ago
  96. 560017d Migrate to Sonatype Maven Central releases by Liam Miller-Cushon · 1 year, 1 month ago
  97. 1eb3547 Update release.yml by Liam Miller-Cushon · 1 year, 1 month ago
  98. f740e3b Stop including transitive outputs in the regular output jar if a separate header compilation output is being emitted by Liam Miller-Cushon · 1 year, 2 months ago
  99. 409eb60 Add support for writing separate outputs for downstream header compilations by Liam Miller-Cushon · 1 year, 3 months ago
  100. aa33851 Keep enum constants in transitive dependencies by Liam Miller-Cushon · 1 year, 3 months ago