aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/lower/IntegrationTestSupport.java
AgeCommit message (Expand)Author
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-01-22Update to latest ASM API levelLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2020-04-10Stop passing SKIP_DEBUG in javac-turbineLiam Miller-Cushon
2020-01-16Make a list immutablecushon
2019-08-07Fix error messages if test inputs don't compilecushon
2019-08-07Finish implementing Messagercushon
2019-07-31Fix normalization of local classescushon
2019-07-31Implement Elements#getConstantExpressioncushon
2019-07-11Initial implementation of TurbineElements.getAllMemberscushon
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-01-28Reformat with google-java-formatcushon
2019-01-28Miscellaneous cleanupscushon
2018-11-06Update to ASM 7.0cushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-19Class writing support for module attributescushon
2018-01-10Get more turbine tests running on JDK 9cushon
2017-12-05Update to ASM 6.0cushon
2017-03-18Don't declare parameters of type Iterable<Path>cushon
2016-12-14Update javac versioncushon
2016-11-30Match javac's method and field ordercushon
2016-11-30Resume emitting deprecated attributescushon
2016-11-30Improve anonymous class removal for integration testscushon
2016-11-30Don't assume file names are binary class names during canonicalizationcushon
2016-11-22Fix an integration test bytecode normalization bugcushon
2016-11-16Emit MethodParameters attributescushon
2016-11-16Emit InnerClass attributes for types referenced in annotationscushon
2016-11-16Normalize annotation order for integration testscushon
2016-11-15Stop emitting Deprecated attributescushon
2016-11-11Don't emit private constructorscushon
2016-11-04Never mark enums as abstractcushon
2016-11-02Don't normalize the actual bytecode in integration testscushon
2016-10-21Initial jdeps outputcushon
2016-10-21Upgrade to the debug version of ASM, which includes generic signaturescushon
2016-10-18Diagnostic improvementscushon
2016-10-14Best-effort diagnostic handlingcushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-10-07Initial annotation binding and writingcushon
2016-10-07Constant fieldscushon
2016-10-04Type binding, and initial end-to-end test coveragecushon