aboutsummaryrefslogtreecommitdiff
path: root/javatests
AgeCommit message (Expand)Author
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
2018-01-26Refactor TurbineOptions to make jarToTarget/directJars the source ofcushon
2018-01-26Change Turbine command lines to not require CustomMultiArgv.tomlu
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-19Class writing support for module attributescushon
2018-01-18Class reading support for module attributescushon
2018-01-17Initial support for parsing module-infos.cushon
2018-01-12Propagate --release flags from --javacopts to turbine's --release flagcushon
2018-01-11Require --javacopts to be terminated with --cushon
2018-01-11JDK 9 bootclasspath support: add support for --release and --systemcushon
2018-01-10Get more turbine tests running on JDK 9cushon