1. 8bbf4cb Report errors for required annotation arguments by Liam Miller-Cushon · 4 years, 4 months ago
  2. a6d86c3 Imitate javac's handling of type annotations on derived types by Liam Miller-Cushon · 4 years, 4 months ago
  3. 62f4f20 Preserve erroneous supertypes during type canonicalization by Liam Miller-Cushon · 4 years, 6 months ago
  4. 0f2a502 Fix a crash parsing types by Liam Miller-Cushon · 4 years, 6 months ago
  5. cc920f2 Disable Appveyor CI branch builds to reduce load. by Eddie Aftandilian · 4 years, 6 months ago
  6. 078b0d5 Add missing license headers. by Eddie Aftandilian · 4 years, 6 months ago
  7. 193317e Fix a crash in annotation binding by Liam Miller-Cushon · 4 years, 6 months ago
  8. c8d4fd7 Weed out uses of primitives in generics by Liam Miller-Cushon · 4 years, 6 months ago
  9. 890013d Fix parsing of -source by Liam Miller-Cushon · 4 years, 7 months ago
  10. c2f5ca8 Add an explicit nullcheck with a failure message by Liam Miller-Cushon · 4 years, 7 months ago
  11. 1c98ea6 Fix an infinite loop by Liam Miller-Cushon · 4 years, 7 months ago
  12. cdc871f Fix some redundancies by Liam Miller-Cushon · 4 years, 7 months ago
  13. fccc930 Don't trim diagnostic text from annotation processors by Liam Miller-Cushon · 4 years, 8 months ago
  14. dcae5ed Fix broken JLS links. by Eddie Aftandilian · 4 years, 9 months ago
  15. e1c19fa Bump various dependency versions to latest by Eddie Aftandilian · 4 years, 9 months ago
  16. f3420a6 Update ASM to 8.0 by Eddie Aftandilian · 4 years, 9 months ago
  17. a62e85e Always run the final processing round by Liam Miller-Cushon · 4 years, 9 months ago
  18. d235514 Merge pull request #46 from google:eaftan-update-guava by Javac Team · 4 years, 9 months ago
  19. 972b65f Automatic code cleanup. by Eddie Aftandilian · 4 years, 9 months ago
  20. 108eefa Update Guava to 29.0 by Eddie Aftandilian · 4 years, 9 months ago
  21. 3cdbf33 Javadoc typo fix. by Eddie Aftandilian · 4 years, 9 months ago
  22. 93dfbb6 Fix NonCanonicalType warnings. by Eddie Aftandilian · 4 years, 9 months ago
  23. eace53d Stop passing SKIP_DEBUG in javac-turbine by Liam Miller-Cushon · 4 years, 9 months ago
  24. b4bc474 Fix typo in Javadoc. by Eddie Aftandilian · 4 years, 9 months ago
  25. de365d3 Project import generated by Copybara. by Javac Team · 4 years, 9 months ago
  26. a963d85 Improve error reporting for constant expressions by cushon · 4 years, 10 months ago
  27. 5135762 Fix a javadoc parsing bug, and emit errors for unclosed block comments by cushon · 4 years, 11 months ago
  28. 95f6fb6 Detect trivially circular hierarchies by cushon · 5 years ago
  29. 9f5f6a5 Include .class resources in --resource_output by cushon · 5 years ago
  30. df269d2 Allow annotation processors to load TurbineProcessingEnvironment by cushon · 5 years ago
  31. c871d53 Make a list immutable by cushon · 5 years ago
  32. df803e5 Allow sources to be empty with annotation processing enabled by cushon · 5 years ago
  33. 7c21478 Add support for writing 'manifest' protos to turbine by cushon · 5 years ago
  34. dac42c5 Implement TurbineElements.printElements by cushon · 5 years ago
  35. 68bbea5 Allow --sources to be empty by cushon · 5 years ago
  36. 76dbaaf Don't crash on invalid annotation literals by cushon · 5 years ago
  37. a99e9d4 Fix annotation processing error reporting by cushon · 5 years ago
  38. 715114a Fix an NPE in DisambiguateTypeAnnotations by cushon · 5 years ago
  39. bcea1cd Fix newline handling in test by cushon · 5 years ago
  40. 4027df7 Emit manifests for srcjar jars by cushon · 5 years ago
  41. e4848a5 getAllElementsAnnotatedWith should support @Inherited by cushon · 5 years ago
  42. cbca894 Log ClassSymbols instead of strings for SYMBOL_NOT_FOUND errors by cushon · 5 years ago
  43. 7c02ae0 Use the annotation processor's classloader for annotation proxies by cushon · 5 years ago
  44. bf52692 Handle more ERROR_TYs in canonicalization pass by cushon · 5 years ago
  45. c30f61b Load built-in annotation processors from turbine's classpath by cushon · 5 years ago
  46. 59cc913 Improve annotation processor crash handling by cushon · 5 years ago
  47. 0c34814 Don't crash if we see an ASCII_SUB before end-of-input is reached by cushon · 5 years ago
  48. f8606db Don't crash on ill-formed annotations by cushon · 5 years ago
  49. 97b679c Don't crash on unmatched angle brackets in variable initializers by cushon · 5 years ago
  50. f95ba8b Don't crash on orphaned type annotations on formal parameters by cushon · 5 years ago
  51. ac3bf0b Don't crash parsing extra array dimensions on methods without a return type by cushon · 5 years ago
  52. c3e7469 Tolerate broken kapt stubs by cushon · 5 years ago
  53. 2547614 Ignore synthetic methods in bytecode by cushon · 5 years ago
  54. 4555bfc Add --resource_output by cushon · 5 years ago
  55. 13c2d62 Make --javacopts have merge semantics instead of last-option-wins by cushon · 5 years ago
  56. cee741b Fix handling of generated resource outputs by cushon · 5 years ago
  57. 15ccd67 Delete a deprecated setter by cushon · 5 years ago
  58. f1b1279 Stop calling TurbineOptions.Builder#setTempDir by cushon · 5 years ago
  59. d4eaf43 Fix an expected exception test by cushon · 5 years ago
  60. ae5d0bc Long-overdue AutoValue conversion of TurbineOptions by cushon · 5 years ago
  61. 7da089a Remove deprecated shouldReduceClassPath getter by cushon · 5 years ago
  62. 3172613 Disable in-process reduced classpath fallback by default by cushon · 5 years ago
  63. e45aafd Move LineMap creation into SourceFile by cushon · 5 years ago
  64. ab88429 Optimize TurbineDiagnostic.equals by cushon · 5 years ago
  65. 0e8b74c Create TurbineError messages lazily by cushon · 5 years ago
  66. f9094f2 Outline a method for reduced classpath fallback by cushon · 5 years ago
  67. aa277be Record time spent in annotation processors by cushon · 5 years ago
  68. 9b8c970 Allow annotation processors to record build statistics by cushon · 5 years ago
  69. 07ac0e2 Add initial support for action custom metrics to Turbine by cushon · 5 years ago
  70. 5a5bdce Fix an NPE by cushon · 5 years ago
  71. 76fdd37 Preserve non-error diagnostics across annotation processing rounds by cushon · 5 years ago
  72. 525aff0 Handle unchecked exceptions thrown by annotation processors by cushon · 5 years ago
  73. b4af0c2 Add an accessor for turbine's processor loader by cushon · 5 years ago
  74. 33e1477 Fix an NPE involving unresolvable meta-annotations by eaftan · 5 years ago
  75. dd66fbd Don't attempt to evaluate constants in annotation arguments if the by eaftan · 5 years ago
  76. acf38b8 Fix AppVeyor build by accepting Windows line separators. by cpovirk · 5 years ago
  77. 0292fc0 Remove javac bug compatibility work-around by cushon · 5 years ago
  78. ed83263 Changing oraclejdk8 to openjdk8 in hopes that it will fix our Travis builds. by dpb · 5 years ago
  79. 321f6b1 Switch from oraclejdk9 to openjdk9 in Travis builds, per https://travis-ci.community/t/java-9-build-failing-with-https-certificate-exception/4364/2. by dpb · 5 years ago
  80. fe82d5f Avoid unnecessary local fallback to the transitive classpath by cushon · 5 years ago
  81. efa344e Don't print stack traces for failing compilations by cushon · 5 years ago
  82. e98b041 Remove obsolete and unused 'javac fallback' flag by cushon · 5 years ago
  83. 8c646de Make handling of erroneous annotation class values match javac by cushon · 5 years ago
  84. 6610b80 Fix an NPE in type annotation disambiguation by cushon · 5 years ago
  85. 0db7a28 Add a missing maven dependency by cushon · 5 years ago
  86. 5e62af9 Support Bazel reduced classpaths in turbine-apt by cushon · 5 years ago
  87. ace1a32 Make reduced classpath computation more lenient by cushon · 5 years ago
  88. a1a8651 Add flags to support reduced classpaths in bazel by cushon · 5 years ago
  89. cc0581c Implement reduced classpaths in turbine by cushon · 5 years ago
  90. 4ad8acd Fix error messages if test inputs don't compile by cushon · 5 years ago
  91. e662cab Record classes referenced in annotations in .jdeps output by cushon · 5 years ago
  92. 50e8c18 Tolerate null elements / annotations / annotation values by cushon · 5 years ago
  93. b7390b1 Handle lazily discovered missing classes in ClassHierarchy and TurbineElement by cushon · 5 years ago
  94. b27ae9a Finish implementing Messager by cushon · 5 years ago
  95. ddb1f09 Add a --builtin_processors flag by cushon · 5 years ago
  96. 561712b Add support for annotation processing to turbine by cushon · 5 years ago
  97. 84fccce Copy-edit javadoc by amalloy · 5 years ago
  98. 6da0aea Ignore another fake annotation in ct.sym by cushon · 5 years ago
  99. d1205bb Error types don't compare equal, for compatibility with javac by cushon · 5 years ago
  100. 2742fb5 Configure travis to use trusty by Liam Miller-Cushon · 5 years ago