aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Lexer.java
Commit message (Expand)AuthorAge
* 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