aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/diag/TurbineError.java
AgeCommit message (Expand)Author
2019-01-28Report diagnostics for unterminated expressions at the beginning of the expre...cushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-17Improve diagnostics for empty and unterminated char literalscushon
2018-10-17Report better errors for unterminated string literalscushon
2018-04-11Make missing symbol diagnostics more consistentcushon
2018-04-10Improve diagnostics for missing enclosing classescushon
2018-01-22Initial end-to-end support for module-infoscushon
2017-11-17Don't crash on duplicate field declarationscushon
2017-09-29Improve diagnostics for repeated unrepeatable annotationscushon
2017-07-28Weed out types used as annotations that aren't annotationscushon
2017-07-28Use prettier names for tokens in parse errorscushon
2017-05-03Don't crash on unexpected end of inputcushon
2017-03-09Support non-canonical static type importscushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-10-18Diagnostic improvementscushon