aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/types/Erasure.java
AgeCommit message (Expand)Author
2023-04-07Use `java.util.function.Function` instead of `com.google.common.base.Function`.Éamonn McManus
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2020-04-14Fix NonCanonicalType warnings.Eddie Aftandilian
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-04-29Separate type variable upper and lower bound handlingcushon
2018-11-06Model intersection types directlycushon
2018-10-23Use AutoValue for Type module objectscushon
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-04Bound nodes with types, and initial lowering to bytecodecushon