aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/bytecode
AgeCommit message (Expand)Author
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2020-04-17Automatic code cleanup.Eddie Aftandilian
2019-10-04Ignore synthetic methods in bytecodecushon
2019-07-31Don't return synthetic or mandated parameters in ExecutableElement#getParameterscushon
2019-07-31Drop bridge methods when reading classes from the classpathcushon
2019-06-27Clean up class reading of deficient numeric and boolean constantscushon
2019-06-15Fix lintcushon
2019-06-15Read signature and annotation attributes for fields from bytecodecushon
2019-06-15Rename turbine's AnnotationValuecushon
2019-01-28Miscellaneous cleanupscushon
2018-10-17Fill in more of classes bound from bytecodecushon
2018-08-03Prepare turbine for JDK 10cushon
2018-04-10Migrate off jsr305 annotationscushon
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-19Class writing support for module attributescushon
2018-01-18Class reading support for module attributescushon
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-02-03Fix handling of unnamed inner classescushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2017-01-27Make an assertion more usefulcushon
2017-01-01Fix a class reading bugcushon
2016-11-30Resume emitting deprecated attributescushon
2016-11-16Emit MethodParameters attributescushon
2016-11-15Stop emitting Deprecated attributescushon
2016-11-02Support repeatable annotationscushon
2016-10-31Set type_argument_index to zero for non-type argument type_path_kindscushon
2016-10-31Disambiguate type annotations on fields, parameters, and methodscushon
2016-10-28Initial type annotation supportcushon
2016-10-25Don't crash when compiling java.lang.Objectcushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-10-07Initial annotation binding and writingcushon
2016-10-07Constant fieldscushon
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