aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/HierarchyBinder.java
AgeCommit message (Expand)Author
2023-01-23Don't crash on duplicate type parameter declarationsLiam Miller-Cushon
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2021-09-27Initial support for recordsLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2020-02-04Detect trivially circular hierarchiescushon
2019-09-30Optimize TurbineDiagnostic.equalscushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-17Improve resolution error diagnosticscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-04-11Make missing symbol diagnostics more consistentcushon
2017-05-03Create a 'preprocessing' passcushon
2017-03-09Support non-canonical static type importscushon
2016-12-14Check visibility of static on-demand type importscushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-11-16Fix handling of implicit static typescushon
2016-11-15Fix interface member visibilitycushon
2016-11-04Never mark enums as abstractcushon
2016-10-31Fix package private accessibility check for top-level classescushon
2016-10-31Fix scope handling during annotation bindingcushon
2016-10-25Consider visibility during member resolutioncushon
2016-10-25Don't crash when compiling java.lang.Objectcushon
2016-10-18Diagnostic improvementscushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-10-07Constant fieldscushon
2016-10-04Type binding, and initial end-to-end test coveragecushon
2016-09-15Type hierarchy bindingcushon