aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bytecode
AgeCommit message (Expand)Author
2019-10-30Restore checkerframework annotationsColin Cross
2019-01-29Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2019-01-28Miscellaneous cleanupscushon
2019-01-24Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-11-06Model intersection types directlycushon
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-09-09Don't depend on the JDK's ElementType enumcushon
2018-06-18Revert "Migrate off jsr305 annotations"Colin Cross
2018-04-11Make missing symbol diagnostics more consistentcushon
2018-04-10Migrate off jsr305 annotationscushon
2018-01-22Initial end-to-end support for module-infoscushon
2017-11-17Don't reject v53 class filescushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2016-11-16Emit MethodParameters attributescushon
2016-11-09Fix class reading of deficient constant typescushon
2016-11-02Support repeatable annotationscushon
2016-10-31Initial implementation of receiver parameterscushon
2016-10-31Disambiguate type annotations on fields, parameters, and methodscushon
2016-10-28Initial type annotation supportcushon
2016-10-26Fix class reading of boolean constantscushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-21Initial jdeps outputcushon
2016-10-17Handle generic methods in annotation interfacescushon
2016-10-12Fix annotation classfile loadingcushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-10-07Initial annotation binding and writingcushon
2016-10-07Constant fieldscushon
2016-10-05Type canonicalizationcushon
2016-10-04Type binding, and initial end-to-end test coveragecushon
2016-09-19Consolidate ClassFile model types as members of ClassFilecushon
2016-09-16Initial classpath supportcushon