aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/Binder.java
AgeCommit message (Expand)Author
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-17Avoid containsKey callscushon
2018-10-17Improve resolution error diagnosticscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-04-10Improve diagnostics for missing enclosing classescushon
2018-03-13Support empty bootclasspathscushon
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-19Reduce coupling between ConstBinder and SourceTypeBoundClasscushon
2018-01-10Get more turbine tests running on JDK 9cushon
2018-01-04Refactor 'top-level index' handingcushon
2017-12-05Better diagnostics for duplicate type declarationscushon
2017-07-28Make import error handling less aggressivecushon
2017-07-28Improve error reporting for missing importscushon
2017-05-03Create a 'preprocessing' passcushon
2017-04-13Fix top-level constant expression evaluationcushon
2017-03-18Don't declare parameters of type Iterable<Path>cushon
2017-03-18Fix an import resolution bugcushon
2017-03-09Support non-canonical static type importscushon
2017-01-27Remove support for overlapping sourcescushon
2016-12-14Check visibility of static on-demand type importscushon
2016-11-15Don't evaluate constant values for boxed primitive fieldscushon
2016-11-03Don't evaluate initializers of non-final fieldscushon
2016-11-02Perform implicit narrowing and widening on field initializer valuescushon
2016-10-31Fix scope handling during annotation bindingcushon
2016-10-31Disambiguate type annotations on fields, parameters, and methodscushon
2016-10-24Fix wildcard import resolutioncushon
2016-10-24Initial package-info.java supportcushon
2016-10-18Fix annotation-context binding of constants in class filescushon
2016-10-18Diagnostic improvementscushon
2016-10-17Best-effort wildcard import handlingcushon
2016-10-17Avoid unnecessary joining and splitting of qualified namescushon
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
2016-09-16Initial classpath supportcushon
2016-09-15Type hierarchy bindingcushon