aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/TypeBinder.java
AgeCommit message (Expand)Author
2017-11-17Don't crash on duplicate field declarationscushon
2017-09-29Fix diagnostics for annotation binding errorscushon
2017-09-29Improve diagnostics for repeated unrepeatable annotationscushon
2017-08-28Short-circuit import based name resolution for the enclosing typecushon
2017-07-28Weed out types used as annotations that aren't annotationscushon
2017-05-03Create a 'preprocessing' passcushon
2017-03-18Handle another symbol resolution errorcushon
2017-03-09Support non-canonical static type importscushon
2017-01-27Report an error for missing annotation symbolscushon
2017-01-10Remove redundant super type symbols from SourceTypeBoundClasscushon
2016-12-14Check visibility of static on-demand type importscushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-11-30Match javac's method and field ordercushon
2016-11-30Fix resolution order of type parameters and member typescushon
2016-11-22Fix a type resolution and canonicalization bugcushon
2016-11-16Emit MethodParameters attributescushon
2016-11-16Fix handling of type annotations on fully-qualified types namescushon
2016-11-15Implement the strictfp modifiercushon
2016-11-02Support repeatable annotationscushon
2016-10-31Fix handling of type annotation on nested type namescushon
2016-10-31Initial implementation of receiver parameterscushon
2016-10-31Fix scope handling during annotation bindingcushon
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-27Type annotation parsingcushon
2016-10-25Consider visibility during member resolutioncushon
2016-10-24Fix type canonicalization of recursive types, and wildcardscushon
2016-10-24Don't set ACC_ABSTRACT on static interface methodscushon
2016-10-18Diagnostic improvementscushon
2016-10-17Avoid unnecessary joining and splitting of qualified namescushon
2016-10-17Support mutually recursive type paramter boundscushon
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