aboutsummaryrefslogtreecommitdiff
path: root/javatests
AgeCommit message (Expand)Author
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
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-11-06Model intersection types directlycushon
2018-11-06Update to ASM 7.0cushon
2018-10-25Implement ClassValue equals and hashCodecushon
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-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-17Add a regression test for JDK-8054064 (?)cushon
2018-10-17Report better errors for unterminated string literalscushon
2018-09-27Update a linkcushon
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-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-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-10Improve diagnostics for missing enclosing classescushon
2018-04-10Remove unused optionscushon
2018-03-13Support empty bootclasspathscushon
2018-03-12Tolerate empty params files in turbinecushon
2018-03-08Don't crash on private interface methodscushon
2018-03-08Change the strict deps plugin to read jar owner from manifest.tomlu
2018-03-08Remove deprecated rule_kind argument from Turbinecushon
2018-02-14Use a different date time when normalizing zip entriescushon
2018-02-08Accept --target_label, --injecting_rule_kind in Turbine.tomlu
2018-02-08Stop skipping module-infoscushon