aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/parse
AgeCommit message (Expand)Author
2022-03-23Initial support for text blocksLiam Miller-Cushon
2022-03-15Add test case for https://github.com/bazelbuild/bazel/issues/15053Gunnar Wagenknecht
2021-10-01Initial support for sealed classesLiam Miller-Cushon
2021-09-17Add parser support for recordsLiam Miller-Cushon
2021-09-16Fix an infinite loop in pretty-printingLiam Miller-Cushon
2021-09-02Explicitly represent parenthesized expressions in the ASTLiam Miller-Cushon
2021-08-27Flatten `BinaryTree`s to avoid recursing into themLiam Miller-Cushon
2021-08-23Fix an NPELiam Miller-Cushon
2021-07-20Pass position into `ConstExpressionParser`Liam Miller-Cushon
2021-07-14Handle unicode characters that require two UTF-16 code unitsLiam Miller-Cushon
2021-05-25Use `assertThrows` for expected exception testsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2020-12-09Report a better error if the order of `extends` and `implements` is swappedLiam Miller-Cushon
2020-07-14Fix a crash parsing typesLiam Miller-Cushon
2020-06-13Fix an infinite loopLiam Miller-Cushon
2020-02-28Fix a javadoc parsing bug, and emit errors for unclosed block commentscushon
2019-10-10Don't crash on ill-formed annotationscushon
2019-07-31Don't crash if a multi-variable declaration completes abruptlycushon
2019-07-11Improve unicode escape processing diagnosticscushon
2019-07-11Initial support for preserving javadoc comments in the parsercushon
2019-06-15Fix lintcushon
2019-04-23Refactor exception-message assertions to use ThrowableSubject.hasMessageThat()diamondm
2019-01-28Miscellaneous cleanupscushon
2019-01-28Report diagnostics for unterminated expressions at the beginning of the expre...cushon
2018-10-17Improve diagnostics for empty and unterminated char literalscushon
2018-10-17Report better errors for unterminated string literalscushon
2018-06-12Don't hang if we run out of input while seeking for matching `)` or `}`cushon
2018-01-17Initial support for parsing module-infos.cushon
2017-12-05Improve parse errors for invalid annotation argumentscushon
2017-11-20Get tests passing on windowscushon
2017-07-28Fix a lexing bug affecting ends of block commentsmirror-aosp-mastercushon
2017-07-28Use prettier names for tokens in parse errorscushon
2017-05-03Don't crash on unexpected end of inputcushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-11-16Better type annotation disambiguationcushon
2016-11-04Never mark enums as abstractcushon
2016-11-01Fix unicode escape handling bugcushon
2016-10-31Fix precendence of chained conditional expressionscushon
2016-10-27Type annotation parsingcushon
2016-10-24Initial package-info.java supportcushon
2016-10-24Enable parser test for wildcard importscushon
2016-10-20Fix parsing of marker annotations with optional parenscushon
2016-10-20Fix integer literal bounds checks, againcushon
2016-10-18Diagnostic improvementscushon
2016-10-14Best-effort diagnostic handlingcushon
2016-10-12Fix annotation classfile loadingcushon
2016-09-15Fix an enum constant parsing bugcushon
2016-09-15Fix bounds checks on non-decimal integer literalscushon
2016-09-15Top-level parsingcushon
2016-09-15Constant expression parsingcushon