aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine
AgeCommit message (Expand)Author
2019-10-30Restore checkerframework annotationsColin Cross
2019-01-29Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2019-01-28Perform best-effort unescaping of command line optionscushon
2019-01-28Fix error reporting for resolution failures on nested annotationscushon
2019-01-28Don't crash on type variables used as qualifiers in const exprscushon
2019-01-28Fix an NPE in constant expression binding of malformed annotationscushon
2019-01-28Reformat with google-java-formatcushon
2019-01-28Miscellaneous cleanupscushon
2019-01-28Report diagnostics for unterminated expressions at the beginning of the expre...cushon
2019-01-28Fix error reporting for import resolution errors on nested typescushon
2019-01-28Add flag control for the reduced classpath optimizationcushon
2019-01-24Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2019-01-24Restore some errorprone annotationsColin Cross
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-11-06Model intersection types directlycushon
2018-10-25Remove redundant calls to hashCode()cushon
2018-10-25Implement ClassValue equals and hashCodecushon
2018-10-25Make a switch exhaustivecushon
2018-10-23Use AutoValue for Type module objectscushon
2018-10-22Fix class literal-valued annotation defaultscushon
2018-10-22Implement equals, hashCode, and toString for `Const` model objectscushon
2018-10-17Fill in more of classes bound from bytecodecushon
2018-10-17Avoid containsKey callscushon
2018-10-17Optimize top-level index constructioncushon
2018-10-17Remove an unused 'throws' clausecushon
2018-10-17Improve diagnostics for empty and unterminated char literalscushon
2018-10-17Improve resolution error diagnosticscushon
2018-10-17Don't crash on explicit boxing castscushon
2018-10-17Report better errors for unterminated string literalscushon
2018-09-28Don't print a stack trace for top-level TurbineErrorscushon
2018-09-27Canonicalization error handlingcushon
2018-09-11Improve parsing of type-annotated c-style array declarationscushon
2018-09-10Improve usage errorscushon
2018-09-09Handle assignment expression parse errorscushon
2018-09-09Improve diagnostics for missing annotation memberscushon
2018-09-09Don't depend on the JDK's ElementType enumcushon
2018-09-09Don't crash on duplicate annotation argumentscushon
2018-09-09Fix exit code if annotation processing is requestedcushon
2018-09-09Don't crash on circular hierarchiescushon
2018-09-09Don't crash on invalid constant castscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-08-03Prepare turbine for JDK 10cushon
2018-06-18Revert "Migrate off jsr305 annotations"Colin Cross
2018-06-12Don't hang if we run out of input while seeking for matching `)` or `}`cushon
2018-06-12Improve diagnostics for unresolvable fields inside constant expressionscushon
2018-06-12Don't crash on multiple visibility modifierscushon
2018-06-12Fix a crash reporting missing symbols in constant expressionscushon
2018-06-12Don't report an error if a static type import cannot be resolvedcushon
2018-04-11Make missing symbol diagnostics more consistentcushon
2018-04-10Migrate off jsr305 annotationscushon