aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/types/Canonicalize.java
AgeCommit message (Expand)Author
2021-09-17Fix position of type annotationsLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-29Consolidate `@Nullable` annotationsLiam Miller-Cushon
2021-07-23Apply some `ReturnMissingNullable` fixesLiam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2019-10-15Handle more ERROR_TYs in canonicalization passcushon
2019-07-31Handle error types in lowering passescushon
2019-07-11Fix MethodCanBeStatic findingscushon
2019-06-15Fix lintcushon
2019-01-28Miscellaneous cleanupscushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-11-06Model intersection types directlycushon
2018-10-25Make a switch exhaustivecushon
2018-10-23Use AutoValue for Type module objectscushon
2018-09-27Canonicalization error handlingcushon
2018-04-10Migrate off jsr305 annotationscushon
2018-04-10Improve diagnostics for missing enclosing classescushon
2017-12-23Fix infinite recursion in canonicalizecushon
2016-11-16Don't lose annotations on types erased during canonicalizationcushon
2016-10-28Initial type annotation supportcushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-24Erase raw types during canonicalizationcushon
2016-10-07Constant fieldscushon
2016-10-05Type canonicalizationcushon