aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/lower
AgeCommit message (Expand)Author
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2020-04-14Fix NonCanonicalType warnings.Eddie Aftandilian
2019-06-27Fix InnerClass attribute computation for type annotationscushon
2019-06-15Fix lintcushon
2019-06-15Rename turbine's AnnotationValuecushon
2019-04-29Separate type variable upper and lower bound handlingcushon
2019-04-29Consolidate class simple name and package name handlingcushon
2019-01-28Miscellaneous cleanupscushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-11-06Model intersection types directlycushon
2018-10-23Use AutoValue for Type module objectscushon
2018-04-10Migrate off jsr305 annotationscushon
2018-04-10Improve diagnostics for missing enclosing classescushon
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-18Class reading support for module attributescushon
2018-01-04Refactor 'top-level index' handingcushon
2017-05-03Create a 'preprocessing' passcushon
2017-01-10Remove redundant super type symbols from SourceTypeBoundClasscushon
2016-11-16Emit MethodParameters attributescushon
2016-11-16Fix formal parameter type path indicescushon
2016-11-16Emit InnerClass attributes for types referenced in annotationscushon
2016-11-11Don't emit private constructorscushon
2016-11-09Remove unused importscushon
2016-11-02Support repeatable annotationscushon
2016-11-01Fix handling of source-retention type 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-27Refactor in preparation for 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-21Initial jdeps outputcushon
2016-10-18Add InnerClass attributes for enclosing declarations firstcushon
2016-10-17Handle primitive and void class literalscushon
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-10-04Bound nodes with types, and initial lowering to bytecodecushon
2016-09-20Type model and signature generationcushon