1. b02c9b7 Automatic code cleanup. by Liam Miller-Cushon · 3 years, 4 months ago
  2. 7ee2bdb Create the output directory for jdeps if it doesn't already exist by Liam Miller-Cushon · 3 years, 5 months ago
  3. 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
  4. 6b8f444 Consolidate `@Nullable` annotations by Liam Miller-Cushon · 3 years, 5 months ago
  5. 0d6a1d8 Apply some `EqualsMissingNullable` fixes by Liam Miller-Cushon · 3 years, 5 months ago
  6. dc09acb Apply some `ReturnMissingNullable` fixes by Liam Miller-Cushon · 3 years, 5 months ago
  7. dd5dfec Fix pom to meet sonatype requirements by Liam Miller-Cushon · 3 years, 5 months ago
  8. 873a1be Annotate tree package for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  9. 3fe0e71 Annotate bytecode packages for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  10. ecea033 Add @CheckReturnValue to turbine packages by Liam Miller-Cushon · 3 years, 5 months ago
  11. 91a99b6 Improve error handling for string conversions by Liam Miller-Cushon · 3 years, 5 months ago
  12. c9c593a Fix handling of `package-info.java`s for empty packages by Liam Miller-Cushon · 3 years, 5 months ago
  13. daafa52 Report diagnostics for type conversions by Liam Miller-Cushon · 3 years, 5 months ago
  14. be693b0 Report an error for annotation element values without a name by Liam Miller-Cushon · 3 years, 5 months ago
  15. 08d22a6 Pass position into `ConstExpressionParser` by Liam Miller-Cushon · 3 years, 5 months ago
  16. 5b53d38 Annotate binder and related packages for nullness by Liam Miller-Cushon · 3 years, 5 months ago
  17. a47da7b Handle unicode characters that require two UTF-16 code units by Liam Miller-Cushon · 3 years, 6 months ago
  18. 131ac44 Sort test inputs by Liam Miller-Cushon · 3 years, 6 months ago
  19. 44dae62 Update to setup-java v2, and use adopt builds by Liam Miller-Cushon · 3 years, 6 months ago
  20. 83e27a5 Address compile errors that would appear when `ImmutableMap` is annotated for nullness in CL 382342656. by cpovirk · 3 years, 6 months ago
  21. 3d2be5e Remove obsolete parent per https://github.com/sonatype/oss-parents by Liam Miller-Cushon · 3 years, 6 months ago
  22. f9f2dec Fix handling of repackaged transitive classes in jdeps by Liam Miller-Cushon · 3 years, 6 months ago
  23. 70fe553 Inline a single-use abstract test class by Liam Miller-Cushon · 3 years, 6 months ago
  24. f4d084a Fix javadoc by Liam Miller-Cushon · 3 years, 6 months ago
  25. 5973e51 Inherit from the sonatype oss parent artifact by Liam Miller-Cushon · 3 years, 6 months ago
  26. b62514c Test invalid annotation element values are weeded out by Liam Miller-Cushon · 3 years, 7 months ago
  27. 7c4a5d4 Satisfy the nullness checker. by cpovirk · 3 years, 7 months ago
  28. 91c289f Use `assertThrows` for expected exception tests by Liam Miller-Cushon · 3 years, 7 months ago
  29. 080f599 Don't require an argument for `--compress_jar` by Liam Miller-Cushon · 3 years, 7 months ago
  30. e0d9619 Satisfy the nullness checker by Liam Miller-Cushon · 3 years, 7 months ago
  31. db341bf Fix NPEs in options parsing by Liam Miller-Cushon · 3 years, 7 months ago
  32. 2459f66 Remove deprecated builders by Liam Miller-Cushon · 3 years, 7 months ago
  33. 09beae4 Rename `master` branch to `main` by Liam Miller-Cushon · 3 years, 7 months ago
  34. d4da2b5 Never class-load `TurbineProcessingEnvironment` from the `-processor` by Liam Miller-Cushon · 3 years, 7 months ago
  35. a1dcaa6 Update Error Prone and maven versions by Liam Miller-Cushon · 3 years, 8 months ago
  36. 20f90c8 Update turbine CI JDK versions by Liam Miller-Cushon · 3 years, 8 months ago
  37. 3bbf967 Improve `--builtin_processors` handling by Liam Miller-Cushon · 3 years, 8 months ago
  38. 3a33b7f Fix handling of `isDefault()` for symbols loaded from the classpath by Liam Miller-Cushon · 3 years, 9 months ago
  39. b4c4891 Eliminate `core.transform` wrapper. by cpovirk · 3 years, 10 months ago
  40. f858cd8 Fix copybara config by Liam Miller-Cushon · 3 years, 10 months ago
  41. e80c478 Try out more null-checking by Liam Miller-Cushon · 3 years, 10 months ago
  42. 0adcd8e Comply with nullness analysis by Liam Miller-Cushon · 3 years, 10 months ago
  43. 5db787b Improve GitHub Actions hygiene by Liam Miller-Cushon · 3 years, 10 months ago
  44. 130009a Throw a more specific exception by Liam Miller-Cushon · 3 years, 10 months ago
  45. 0d82219 Fix some potential NPEs by Liam Miller-Cushon · 3 years, 10 months ago
  46. 617a8f6 Don't read `<clinit>`s from class files by Liam Miller-Cushon · 3 years, 10 months ago
  47. aabe1f4 Allow turbine to parse JavaBuilder command lines by Liam Miller-Cushon · 3 years, 10 months ago
  48. 27418aa Weed out non-annotation types appearing as nested annotation values by Liam Miller-Cushon · 3 years, 10 months ago
  49. beb695b Don't include type annotations in a turbine diagnostic by Liam Miller-Cushon · 3 years, 11 months ago
  50. 1bbb136 Include all simple names present in source for error types by Liam Miller-Cushon · 3 years, 11 months ago
  51. 622b591 Get tests running on latest JDK 16 EA by Liam Miller-Cushon · 4 years ago
  52. ba757a3 Update to latest ASM API level by Liam Miller-Cushon · 4 years ago
  53. a033c2f Log and continue past more errors by Liam Miller-Cushon · 4 years ago
  54. ffe8d01 Add private constructors for classes that aren't intended to be instantiated by Liam Miller-Cushon · 4 years ago
  55. b470d53 turbine OSS build cleanups by Liam Miller-Cushon · 4 years ago
  56. 01e6e1d Refactor turbine external CI by Liam Miller-Cushon · 4 years ago
  57. 9560ef4 Refactor `ClassLoader` setup in `Processing` by Liam Miller-Cushon · 4 years, 1 month ago
  58. a66dc01 Remove travis and appveyor CI configuration by Liam Miller-Cushon · 4 years, 1 month ago
  59. 7a5c416 Set sourceEncoding in turbine's `pom.xml` by Liam Miller-Cushon · 4 years, 1 month ago
  60. a867fae Fix syntax of `.gitattributes` by Liam Miller-Cushon · 4 years, 1 month ago
  61. 870707b Update ASM version by Liam Miller-Cushon · 4 years, 1 month ago
  62. 3c31e67 Configure turbine's bootclasspath in integration tests to match javac by Liam Miller-Cushon · 4 years, 1 month ago
  63. 6c13b35 Handle `ct.sym` format for JDK >= 12 by Liam Miller-Cushon · 4 years, 1 month ago
  64. 8f56727 Fix `ct.sym` handling for Java versions >= 10 by Liam Miller-Cushon · 4 years, 1 month ago
  65. 114b17e Refactor an `if`/`else` into an enum switch by Liam Miller-Cushon · 4 years, 1 month ago
  66. ced6942 Enable end-of-line normalization in `.gitattributes` by Liam Miller-Cushon · 4 years, 1 month ago
  67. c69a455 Report a better error if the order of `extends` and `implements` is swapped by Liam Miller-Cushon · 4 years, 1 month ago
  68. dc43e5c Clean up `-source` parsing by Liam Miller-Cushon · 4 years, 1 month ago
  69. 7db5cb2 Allow `--gensrc_output` and `--resource_output` to be directories by Liam Miller-Cushon · 4 years, 1 month ago
  70. 88b8edf Add initial GitHub Actions config for turbine by Liam Miller-Cushon · 4 years, 1 month ago
  71. fec6516 Report more diagnostics for invalid annotations at once by Liam Miller-Cushon · 4 years, 1 month ago
  72. b2a0c70 Fix an invalid cast by Liam Miller-Cushon · 4 years, 1 month ago
  73. f311ffe Weed out `final` interface methods by Liam Miller-Cushon · 4 years, 2 months ago
  74. 7e581be Upgrade junit dependency to 4.13.1 by Liam Miller-Cushon · 4 years, 2 months ago
  75. 3bdff13 Fix handling of @SupportedAnnotationTypes("*") by Liam Miller-Cushon · 4 years, 3 months ago
  76. cfe96ad Add a ClassPath binder that adapts a StandardJavaFileManager by Liam Miller-Cushon · 4 years, 3 months ago
  77. ff1e907 Remove some no-op round trip conversions by Liam Miller-Cushon · 4 years, 3 months ago
  78. c060299 Micro-optimize TurbineExecutableElement#getKind by Liam Miller-Cushon · 4 years, 3 months ago
  79. 8bbf4cb Report errors for required annotation arguments by Liam Miller-Cushon · 4 years, 3 months ago
  80. a6d86c3 Imitate javac's handling of type annotations on derived types by Liam Miller-Cushon · 4 years, 3 months ago
  81. 62f4f20 Preserve erroneous supertypes during type canonicalization by Liam Miller-Cushon · 4 years, 5 months ago
  82. 0f2a502 Fix a crash parsing types by Liam Miller-Cushon · 4 years, 6 months ago
  83. cc920f2 Disable Appveyor CI branch builds to reduce load. by Eddie Aftandilian · 4 years, 6 months ago
  84. 078b0d5 Add missing license headers. by Eddie Aftandilian · 4 years, 6 months ago
  85. 193317e Fix a crash in annotation binding by Liam Miller-Cushon · 4 years, 6 months ago
  86. c8d4fd7 Weed out uses of primitives in generics by Liam Miller-Cushon · 4 years, 6 months ago
  87. 890013d Fix parsing of -source by Liam Miller-Cushon · 4 years, 6 months ago
  88. c2f5ca8 Add an explicit nullcheck with a failure message by Liam Miller-Cushon · 4 years, 6 months ago
  89. 1c98ea6 Fix an infinite loop by Liam Miller-Cushon · 4 years, 7 months ago
  90. cdc871f Fix some redundancies by Liam Miller-Cushon · 4 years, 7 months ago
  91. fccc930 Don't trim diagnostic text from annotation processors by Liam Miller-Cushon · 4 years, 8 months ago
  92. dcae5ed Fix broken JLS links. by Eddie Aftandilian · 4 years, 8 months ago
  93. e1c19fa Bump various dependency versions to latest by Eddie Aftandilian · 4 years, 8 months ago
  94. f3420a6 Update ASM to 8.0 by Eddie Aftandilian · 4 years, 8 months ago
  95. a62e85e Always run the final processing round by Liam Miller-Cushon · 4 years, 8 months ago
  96. d235514 Merge pull request #46 from google:eaftan-update-guava by Javac Team · 4 years, 8 months ago
  97. 972b65f Automatic code cleanup. by Eddie Aftandilian · 4 years, 8 months ago
  98. 108eefa Update Guava to 29.0 by Eddie Aftandilian · 4 years, 8 months ago
  99. 3cdbf33 Javadoc typo fix. by Eddie Aftandilian · 4 years, 9 months ago
  100. 93dfbb6 Fix NonCanonicalType warnings. by Eddie Aftandilian · 4 years, 9 months ago