aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/parse/StreamLexer.java
AgeCommit message (Expand)Author
2023-01-05Fix a bug with javadoc comments followed by unicode escapesLiam Miller-Cushon
2022-03-23Initial support for text blocksLiam Miller-Cushon
2021-09-17Fix position of type annotationsLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-23Apply some `ReturnMissingNullable` fixesLiam Miller-Cushon
2021-07-14Handle unicode characters that require two UTF-16 code unitsLiam Miller-Cushon
2020-02-28Fix a javadoc parsing bug, and emit errors for unclosed block commentscushon
2019-10-10Don't crash if we see an ASCII_SUB before end-of-input is reachedcushon
2019-07-11Fix MethodCanBeStatic findingscushon
2019-07-11Initial support for preserving javadoc comments in the parsercushon
2019-06-15Fix lintcushon
2018-10-17Improve diagnostics for empty and unterminated char literalscushon
2018-10-17Report better errors for unterminated string literalscushon
2017-07-28Fix a lexing bug affecting ends of block commentsmirror-aosp-mastercushon
2017-03-01Fix "fall through" comments in switchescushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-10-31Improve handling of '_' in numeric literalscushon
2016-10-31Handle non-ascii characters in identifierscushon
2016-10-25Handle string literals that contain ASCII_SUBcushon
2016-10-25Fix another floating point lexer bugcushon
2016-10-24Fix float literal lexingcushon
2016-10-18Diagnostic improvementscushon
2016-10-14Best-effort diagnostic handlingcushon
2016-09-15Constant expression parsingcushon
2016-08-15Initial commitLiam Miller-Cushon