aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/binder/bytecode/BytecodeBoundClassTest.java
AgeCommit message (Expand)Author
2022-08-15Use `InputStream#readAllBytes` instead of `ByteStreams#toByteArray`Liam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon
2019-07-31Drop bridge methods when reading classes from the classpathcushon
2019-07-31Handle exceptions for non-generic methodscushon
2019-06-15Load field signatures and annotations from bytecodecushon
2019-01-28Miscellaneous cleanupscushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-23Use AutoValue for Type module objectscushon
2018-10-22Fix class literal-valued annotation defaultscushon
2018-10-17Fill in more of classes bound from bytecodecushon