aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/bytecode
AgeCommit message (Expand)Author
2021-12-07Don't crash on constant dynamic constant pool entriesLiam Miller-Cushon
2021-10-01Initial support for sealed classesLiam Miller-Cushon
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-17Add class writing support for record and nest attributesLiam Miller-Cushon
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-01-22Update to latest ASM API levelLiam Miller-Cushon
2020-04-10Stop passing SKIP_DEBUG in javac-turbineLiam Miller-Cushon
2019-06-15Fix lintcushon
2019-06-15Read signature and annotation attributes for fields from bytecodecushon
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2018-11-06Update to ASM 7.0cushon
2018-10-17Fill in more of classes bound from bytecodecushon
2018-01-19Class writing support for module attributescushon
2018-01-18Class reading support for module attributescushon
2018-01-10Get more turbine tests running on JDK 9cushon
2017-12-05Update to ASM 6.0cushon
2017-11-17Don't reject v53 class filescushon
2017-08-24Fix a constant pool reading bugcushon
2017-04-27Break turbine integration test dependency on javapcushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2017-01-01Fix a class reading bugcushon
2016-12-14Update javac versioncushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-04Type binding, and initial end-to-end test coveragecushon
2016-10-04Bound nodes with types, and initial lowering to bytecodecushon
2016-09-19Class file writingcushon
2016-09-19JVMS 4.3.4 signature parsing and outputcushon
2016-09-19Consolidate ClassFile model types as members of ClassFilecushon
2016-09-15Class file readingcushon