aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/type
AgeCommit message (Expand)Author
2020-09-20Imitate javac's handling of type annotations on derived typesLiam Miller-Cushon
2019-09-23Fix an NPEcushon
2019-08-07Copy-edit javadocamalloy
2019-08-07Error types don't compare equal, for compatibility with javaccushon
2019-07-31Best-effort error recoverycushon
2019-07-31Implement ErrorTypecushon
2019-07-31Save names of ErrorTypescushon
2019-07-31Implement Types#directSupertypescushon
2019-07-11Remove name from MethodTycushon
2019-07-11Implement ExecutableType and corresponding support in Typescushon
2019-07-11Initial implementation of javax.lang.model.util.Typescushon
2019-07-11Initial implementation of Element and TypeMirror model classescushon
2019-07-08Improve type value semanticscushon
2019-06-15Improve toString representationscushon
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-11Make missing symbol diagnostics more consistentcushon
2017-09-29Improve diagnostics for repeated unrepeatable annotationscushon
2016-11-02Support repeatable annotationscushon
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-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-05Type canonicalizationcushon
2016-10-04Bound nodes with types, and initial lowering to bytecodecushon
2016-09-20Type model and signature generationcushon