aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/parse/Parser.java
AgeCommit message (Expand)Author
2019-10-30Restore checkerframework annotationsColin Cross
2019-01-29Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2019-01-28Report diagnostics for unterminated expressions at the beginning of the expre...cushon
2019-01-24Merge remote-tracking branch 'aosp/upstream-master' into masterColin Cross
2019-01-24Restore some errorprone annotationsColin Cross
2018-10-17Improve resolution error diagnosticscushon
2018-09-11Improve parsing of type-annotated c-style array declarationscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-06-18Revert "Migrate off jsr305 annotations"Colin Cross
2018-06-12Don't hang if we run out of input while seeking for matching `)` or `}`cushon
2018-04-10Migrate off jsr305 annotationscushon
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-17Initial support for parsing module-infos.cushon
2017-12-05Better diagnostics for duplicate type declarationscushon
2017-11-17Don't crash on duplicate field declarationscushon
2017-07-28Weed out types used as annotations that aren't annotationscushon
2017-07-28Improve error reporting for missing importscushon
2017-05-03Don't crash on unexpected end of inputcushon
2017-04-13Fix parser bug with mixed array dimensions and type annotationscushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-11-16Better type annotation disambiguationcushon
2016-11-04Never mark enums as abstractcushon
2016-10-31Handle c-style array parameter declarationscushon
2016-10-31Handle array class literals, which can appear in annotationscushon
2016-10-31Fix handling of type annotation on nested type namescushon
2016-10-31Initial implementation of receiver parameterscushon
2016-10-31Fix a type annotation parsing bugcushon
2016-10-27Type annotation parsingcushon
2016-10-24Initial package-info.java supportcushon
2016-10-20Fix parsing of marker annotations with optional parenscushon
2016-10-18Diagnostic improvementscushon
2016-10-17Best-effort wildcard import handlingcushon
2016-10-17Avoid unnecessary joining and splitting of qualified namescushon
2016-10-14Best-effort diagnostic handlingcushon
2016-10-11Full JLS 7 annotation handlingcushon
2016-09-15Move constant and type kind enums out of the ast packagecushon
2016-09-15Fix an enum constant parsing bugcushon
2016-09-15Top-level parsingcushon