aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/LexerTest.java
Commit message (Expand)AuthorAge
* Stop allocating new tokens in the lexerGravatar laurentlb2018-06-05
* Get rid of the tokens queue in the lexerGravatar laurentlb2018-06-04
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Codec for Location.Gravatar shahan2018-01-16
* Fix wrong location of string literals in the lexerGravatar fzaiser2017-09-01
* Fix lexer bug that allowed non-ASCII letters in identifiersGravatar fzaiser2017-08-17
* Forbid tabs for indentationGravatar laurentlb2017-07-05
* Forbid octal sequences greater than \377 (0xff) in strings.Gravatar laurentlb2017-06-26
* Add support for the '0o' octal prefix for integers.Gravatar laurentlb2017-06-16
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fixed StringIndexOutOfBoundsException in the lexerGravatar Vladimir Moskva2016-11-08
* Fix handling of backslash-escaped CRLF line terminators.Gravatar Lukacs Berki2016-06-23
* Make the parser handle CRLF correctly.Gravatar Lukacs Berki2016-05-24
* Lexer: Handle triple quoted raw strings (e.g. r"""abc""").Gravatar Laurent Le Brun2015-10-21
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Replace more uses of FsApparatus with Scratch.Gravatar Ulf Adams2015-04-27
* Automated [] rollback of [].Gravatar Laurent Le Brun2015-03-20
* Skylark: New error message in the lexer when an unsupported Python keyword is...Gravatar Laurent Le Brun2015-03-18
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Update syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-02-26
* Implement EventHandler in separate object, rather than abusingGravatar Han-Wen Nienhuys2015-02-26
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26