aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Lexer.java
Commit message (Expand)AuthorAge
* ReformatingGravatar laurentlb2018-06-11
* 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
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Codec for Location.Gravatar shahan2018-01-16
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* 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
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Make 'load' a keywordGravatar laurentlb2017-07-05
* 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
* Add operator // for division.Gravatar laurentlb2017-05-22
* Global cleanup change.Gravatar Googler2017-03-14
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* Minor code cleanupGravatar Laurent Le Brun2017-02-16
* Fixed StringIndexOutOfBoundsException in the lexerGravatar Vladimir Moskva2016-11-08
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Remove support for "Python" parsing mode.Gravatar Laurent Le Brun2016-10-07
* Return EMTPY_FRAGMENT instead of null when there is no filename for a Lexer. ...Gravatar John Cater2016-10-04
* Fix handling of backslash-escaped CRLF line terminators.Gravatar Lukacs Berki2016-06-23
* Add support for more augmented-assignment operators.Gravatar Googler2016-06-03
* 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
* Rollback of unknown previous commit.Gravatar Googler2015-10-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Allow users of Blaze Lexer to explicitly specify the line-number table of a f...Gravatar Carmi Grushko2015-06-16
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Build language: Implement integer divisionGravatar Laurent Le Brun2015-04-15
* Allow evaluation from StringGravatar Francois-Rene Rideau2015-04-13
* Parser: Add Python 3 keywords.Gravatar Laurent Le Brun2015-03-24
* 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
* Parser: Add the 'pass' keywordGravatar Laurent Le Brun2015-03-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25