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