aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/ConstBinder.java
AgeCommit message (Expand)Author
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-09-27Canonicalization error handlingcushon
2018-09-09Don't depend on the JDK's ElementType enumcushon
2018-04-11Make missing symbol diagnostics more consistentcushon
2018-01-19Reduce coupling between ConstBinder and SourceTypeBoundClasscushon
2017-04-13Fix top-level constant expression evaluationcushon
2017-01-10Remove redundant super type symbols from SourceTypeBoundClasscushon
2016-11-16Emit MethodParameters attributescushon
2016-11-16Fix class declaration annotation-context constant bindingcushon
2016-11-02Support repeatable annotationscushon
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-24Only emit constant values for fields of primitive or string typecushon
2016-10-18Diagnostic improvementscushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-10-07Initial annotation binding and writingcushon
2016-10-07JLS 15.28 constant expression evaluationcushon
2016-10-07Constant fieldscushon