aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/lookup
AgeCommit message (Expand)Author
2021-09-17Fix position of type annotationsLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2019-10-15Log ClassSymbols instead of strings for SYMBOL_NOT_FOUND errorscushon
2019-07-31Implement PackageElement#getEnclosedElementscushon
2019-01-28Reformat with google-java-formatcushon
2019-01-28Fix error reporting for import resolution errors on nested typescushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-17Avoid containsKey callscushon
2018-10-17Optimize top-level index constructioncushon
2018-10-17Improve resolution error diagnosticscushon
2018-06-12Don't report an error if a static type import cannot be resolvedcushon
2018-04-11Make missing symbol diagnostics more consistentcushon
2018-04-10Migrate off jsr305 annotationscushon
2018-01-04Refactor 'top-level index' handingcushon
2017-07-28Make import error handling less aggressivecushon
2017-07-28Improve error reporting for missing importscushon
2017-03-09Support non-canonical static type importscushon
2016-12-14Fix handling of static on-demand type imports where the named type is a neste...cushon
2016-11-09Don't crash if an on-demand imported package doesn't existcushon
2016-10-31Best effort static on-demand type import handlingcushon
2016-10-25Consider visibility during member resolutioncushon
2016-10-24Fix wildcard import resolutioncushon
2016-10-18Best-effort static type import handlingcushon
2016-10-17Best-effort wildcard import handlingcushon
2016-10-17Avoid unnecessary joining and splitting of qualified namescushon
2016-10-12Fix static imports of members of nested typescushon
2016-10-07Constant fieldscushon
2016-10-04Type binding, and initial end-to-end test coveragecushon
2016-09-15Type hierarchy bindingcushon