1. 917249e Automatic code cleanup. by Liam Miller-Cushon · 5 hours ago main
  2. fb566bb Miscellaneous cleanups by Liam Miller-Cushon · 2 weeks ago
  3. edfffe9 Use `JarEntry.getTimeLocal()` for jar entry timestamps by Liam Miller-Cushon · 5 weeks ago
  4. 6cd866f Fix a minor typo. by Éamonn McManus · 9 weeks ago
  5. 70f2166 Handle mis-matched type arguments during canonicalization by Liam Miller-Cushon · 9 weeks ago
  6. 26a9043 Fix `TypeElement#getKind` for records loaded from the classpath by Liam Miller-Cushon · 10 weeks ago
  7. 04157d7 Migrate some anonymous classes to lambdas in turbine by Liam Miller-Cushon · 2 months ago
  8. 33d9cee Handle varargs in `ExecutableElement#toString` by Liam Miller-Cushon · 2 months ago
  9. d57ebff Optimize flattening of of ClassTy trees by Liam Miller-Cushon · 2 months ago
  10. fa5ad86 Address ShortCircuitBoolean findings by Liam Miller-Cushon · 2 months ago
  11. c1282e8 Fix handling of declared fields in records after https://github.com/google/turbine/commit/c86723dfc1bebf662682addf083dc41965420992 by Liam Miller-Cushon · 3 months ago
  12. c86723d Model private synthetic record fields for annotation processing by Liam Miller-Cushon · 3 months ago
  13. 1c9a538 Update Error Prone version by Liam Miller-Cushon · 3 months ago
  14. 07d173b Use `String(byte[], Charset)` to create strings for zip entry names by Liam Miller-Cushon · 3 months ago
  15. 9e362e1 Clean up package name handling by Liam Miller-Cushon · 3 months ago
  16. 61e9980 Fix handling of unnamed packages in `getPackageElement` by Liam Miller-Cushon · 3 months ago
  17. d79f9a1 Update an obsolete comment in turbine's zip implementation by Liam Miller-Cushon · 3 months ago
  18. 4214fb6 Update target Java version to 21 by Liam Miller-Cushon · 3 months ago
  19. 3899d6b Defer creating a substring for javadoc until it is actually used by Liam Miller-Cushon · 3 months ago
  20. c58cef8 Log instead of throwing errors for fields that can't be resolved by Liam Miller-Cushon · 3 months ago
  21. 25c3b64 Update Java version from 17 to 21 in release workflow by Liam Miller-Cushon · 3 months ago
  22. d5f42ab Update Java versions in CI workflow by Liam Miller-Cushon · 3 months ago
  23. e567a7b Include type name in expected/unexpected interface diagnostics by Liam Miller-Cushon · 3 months ago
  24. 58d35dd Add a test to confirm non-javadoc package comments are not treated as javadoc by Liam Miller-Cushon · 3 months ago
  25. 1138714 Fix ConstVarName javadoc by Liam Miller-Cushon · 3 months ago
  26. da5d1fd Support javadoc comments in `Elements#getDocComment` by Liam Miller-Cushon · 3 months ago
  27. b660ca2 Record the position of javadoc comments by Liam Miller-Cushon · 3 months ago
  28. 8b108c6 Remove an unnecessary use of reflection by Liam Miller-Cushon · 3 months ago
  29. 67bf3ae Use pattern matching instanceof in turbine by Liam Miller-Cushon · 4 months ago
  30. 9d61885 Migrate Turbine to arrow switches by Liam Miller-Cushon · 5 months ago
  31. e688404 Migrate some uses of `@AutoValue` in turbine to records by Liam Miller-Cushon · 5 months ago
  32. 0dc0866 Upgrade Error Prone dependency by Liam Miller-Cushon · 5 months ago
  33. b0f059e Provide an option to opt-out of MethodParameters by Liam Miller-Cushon · 6 months ago
  34. c11dbd8 Update Error Prone version by Liam Miller-Cushon · 7 months ago
  35. 474faa1 Automated rollback of commit 9af339062c8b8d151108a0ec67491d97283d1d6d. by Liam Miller-Cushon · 7 months ago
  36. 9af3390 Automated rollback of commit f740e3b1bf0a48c74529ae9ffab1705e940eced0. by Liam Miller-Cushon · 7 months ago
  37. 560017d Migrate to Sonatype Maven Central releases by Liam Miller-Cushon · 7 months ago
  38. 1eb3547 Update release.yml by Liam Miller-Cushon · 7 months ago
  39. f740e3b Stop including transitive outputs in the regular output jar if a separate header compilation output is being emitted by Liam Miller-Cushon · 8 months ago
  40. 409eb60 Add support for writing separate outputs for downstream header compilations by Liam Miller-Cushon · 9 months ago
  41. aa33851 Keep enum constants in transitive dependencies by Liam Miller-Cushon · 9 months ago
  42. 1c3f454 Improve handling of constant expression String casts by Liam Miller-Cushon · 9 months ago
  43. 7d09f86 Fix recovery of non-constant expressions by Liam Miller-Cushon · 10 months ago
  44. 5ab9d46 Update ci.yml by Liam Miller-Cushon · 10 months ago
  45. aaf377c Update release.yml by Liam Miller-Cushon · 10 months ago
  46. 4fd0fba Reformat with latest version of g-j-f by Liam Miller-Cushon · 11 months ago
  47. 2eba450 Update Error Prone version by Liam Miller-Cushon · 11 months ago
  48. a2aa5be Always emit paths with forward slashes into deps proto by Fabian Meumertzheim · 12 months ago
  49. 93b273e Support TypeMirror#getAnnotation in turbine by Liam Miller-Cushon · 12 months ago
  50. 11aed5b Improve diagnostic reporting for repeated annotations by Liam Miller-Cushon · 1 year ago
  51. b714e8b Remove an obsolete workaround for an issue with repeated annotations in Kotlin stubs by Liam Miller-Cushon · 1 year ago
  52. 5d422e5 TypeMirror#toString should include type annotations for primitive types by Liam Miller-Cushon · 1 year, 1 month ago
  53. f69f1cb Type tests are vacuously true for error types, for compatibility with javac by Liam Miller-Cushon · 1 year, 1 month ago
  54. ee12b9a `getLowerBound()` should return `NULL` instead of `NONE` for variables without a lower bound by Liam Miller-Cushon · 1 year, 1 month ago
  55. 370011c Skip `ErrorType`s in `Types#directSupertypes` for compatibility with javac. by Liam Miller-Cushon · 1 year, 1 month ago
  56. 706588c Support record components when reading records from the classpath. by Javac Team · 1 year, 2 months ago
  57. f04e3d2 Update Error Prone to version 2.36.0 by Liam Miller-Cushon · 1 year, 3 months ago
  58. 1a595dd Promptly end() the Inflater in Turbine. This will more-eagerly release memory allocated via JNI calls to zlib. by Javac Team · 1 year, 3 months ago
  59. 3fcb10a Optimize SimpleTopLevelIndex by using a StringCache to canonicalize strings by nickreid · 1 year, 4 months ago
  60. b7b5536 Lazily create `BytecodeBoundClass` objects by Liam Miller-Cushon · 1 year, 4 months ago
  61. 81d79e3 Return a `char` from `formatReleaseVersion` by Liam Miller-Cushon · 1 year, 4 months ago
  62. fdeba1e Enable some high value Error Prone checks for turbine by Liam Miller-Cushon · 1 year, 4 months ago
  63. db74c1f Only allocate a child-map for SimpleTopLevelIndex.Nodes that represent packages. by nickreid · 1 year, 4 months ago
  64. 0c6eb49 Handle implicit `permits` in turbine by Liam Miller-Cushon · 1 year, 4 months ago
  65. ffafaff Fix a bug in where Turbine would add java.base to the module graph of java.base itself. by Goktug Gokdogan · 1 year, 4 months ago
  66. d8c1bf2 Update Error Prone version to 2.34.0 by Liam Miller-Cushon · 1 year, 4 months ago
  67. c7c39e4 Bump com.google.protobuf:protobuf-java from 3.19.6 to 3.25.5 in the maven group across 1 directory by dependabot[bot] · 1 year, 5 months ago
  68. 5a874b7 Remove obsolete runtime version checks from turbine by Liam Miller-Cushon · 1 year, 5 months ago
  69. 99442e8 Improve modeling of parameterized erroneous types by Liam Miller-Cushon · 1 year, 5 months ago
  70. 67aca02 Clean up some obsolete error recovery logic in TurbineElement by Liam Miller-Cushon · 1 year, 5 months ago
  71. f67d011 Remove unnecessary strictfp modifier by Liam Miller-Cushon · 1 year, 5 months ago
  72. 171153d Implement `getPermittedSubclasses` by Liam Miller-Cushon · 1 year, 5 months ago
  73. 6574ba5 Support sealed and non-sealed modifiers in `getModifiers` by Liam Miller-Cushon · 1 year, 5 months ago
  74. 7dafb70 Update Error Prone version to 2.32.0 by Liam Miller-Cushon · 1 year, 5 months ago
  75. 9298332 Move turbine's fork of SourceCodeEscapers to a new package by Liam Miller-Cushon · 1 year, 5 months ago
  76. e1ea3c5 Fix parsing of `module-info` `require` directives that are both `static` and `transitive` by Liam Miller-Cushon · 1 year, 5 months ago
  77. 5bd2dfa Use `.turbine` instead of `.class` as the file extension for repackaged transitive deps by Liam Miller-Cushon · 1 year, 6 months ago
  78. eeb5879 Include package-infos in repackaged transitive classes by Liam Miller-Cushon · 1 year, 6 months ago
  79. 15ed1be Update CI to reflect that JDK 17 is now the minimum supported version by Liam Miller-Cushon · 1 year, 6 months ago
  80. 296a802 Implement `TypeElement.getRecordComponents` by Liam Miller-Cushon · 1 year, 6 months ago
  81. 781a49a Extract a test helper in ProcessingIntegrationTest by Liam Miller-Cushon · 1 year, 6 months ago
  82. 1ed4779 Avoid saving string values for tokens that don't require them by Liam Miller-Cushon · 1 year, 7 months ago
  83. 74b8aa3 Use JSpecify 1.0! by Liam Miller-Cushon · 1 year, 7 months ago
  84. 3f51235 Fix `--post_processor` handling after https://github.com/google/turbine/commit/a991d691fcc32c892d51c0840316d5c5f419fd39 by Javac Team · 1 year, 8 months ago
  85. 73d0d1f Automatic code cleanup. by Kurt Alfred Kluever · 1 year, 8 months ago
  86. 331afa7 Automatic code cleanup. by Kurt Alfred Kluever · 1 year, 8 months ago
  87. c32840c Automatic code cleanup. by Kurt Alfred Kluever · 1 year, 8 months ago
  88. a49edb3 Automatic code cleanup. by Kurt Alfred Kluever · 1 year, 8 months ago
  89. a991d69 Accept (and ignore) JavaBuilder --post_processor flags by Liam Miller-Cushon · 1 year, 9 months ago
  90. 22174aa Automatic code cleanup. by Liam Miller-Cushon · 1 year, 9 months ago
  91. 70a8b3c Mark enums that cannot be extended as final by Liam Miller-Cushon · 1 year, 9 months ago
  92. fed74bf Remove support for the String Templates preview feature by Liam Miller-Cushon · 1 year, 9 months ago
  93. 4822097 Don't emit duplicate record component getters by Liam Miller-Cushon · 1 year, 10 months ago
  94. 5637a07 No-op refactor after unknown commit by Liam Miller-Cushon · 1 year, 10 months ago
  95. ff491a5 Check ct.sym first before falling back to jrt by Stig Rohde Døssing · 1 year, 10 months ago
  96. 74c2c36 Update to the latest version of ASM by Liam Miller-Cushon · 1 year, 11 months ago
  97. ff3b0f7 Add partial zip64 support to turbine's zip implementation by Liam Miller-Cushon · 1 year, 11 months ago
  98. 468742f Don't crash on unresolvable types in the `permits` list by Liam Miller-Cushon · 1 year, 11 months ago
  99. 47fe3e9 Remove an exhaustive switch on the javac token kind enum by Liam Miller-Cushon · 1 year, 11 months ago
  100. 682cd6e Fix parsing of `open module ... {}` module declarations by Liam Miller-Cushon · 2 years ago