aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bytecode/BytecodeBinder.java
AgeCommit message (Expand)Author
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2021-07-21Annotate bytecode packages for nullnessLiam Miller-Cushon
2021-07-20Report diagnostics for type conversionsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2019-08-07Ignore another fake annotation in ct.symcushon
2019-07-31Skip fake 'profile' annotations on bootclasspathcushon
2019-06-27Clean up class reading of deficient numeric and boolean constantscushon
2019-06-15Fix lintcushon
2019-06-15Improve toString representationscushon
2019-06-15Rename turbine's AnnotationValuecushon
2019-01-28Miscellaneous cleanupscushon
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
2018-10-17Remove an unused 'throws' clausecushon
2018-01-22Initial end-to-end support for module-infoscushon
2016-10-31Disambiguate type annotations on fields, parameters, and methodscushon
2016-10-28Initial type annotation supportcushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-05Type canonicalizationcushon