aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Skylark: Remove superfluous error message.Gravatar Laurent Le Brun2015-04-03
* Parser: Make error recovery more conservative.Gravatar Laurent Le Brun2015-04-02
* Skylark parser: Improve error messages, never display "$error$".Gravatar Laurent Le Brun2015-04-01
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Skylark: Allow builtin functions to be shadowed.Gravatar Laurent Le Brun2015-03-24
* Parser: Useful error messages when a Python keyword is used.Gravatar Laurent Le Brun2015-03-24
* Parser: Add Python 3 keywords.Gravatar Laurent Le Brun2015-03-24
* Parser: Improve error messages (mention what was expected)Gravatar Laurent Le Brun2015-03-24
* Skylark: Fix typing for slice/substring operator.Gravatar Laurent Le Brun2015-03-23
* Enable support for multiple variable assignments.Gravatar Laurent Le Brun2015-03-23
* Parser: Allow more complex expressions as for loop variables.Gravatar Laurent Le Brun2015-03-23
* Parser: Support tuples without parens.Gravatar Laurent Le Brun2015-03-20
* Skylark: Use LValue class in loops and comprehensions.Gravatar Laurent Le Brun2015-03-20
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* 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
* Skylark: Define dict iteration order (sorted by key).Gravatar Laurent Le Brun2015-03-18
* Parser: Add the 'pass' keywordGravatar Laurent Le Brun2015-03-18
* Parser: allow multiple statements on the same line as the colonGravatar Laurent Le Brun2015-03-18
* Print singleton tuples with a commaGravatar Francois-Rene Rideau2015-03-18
* Skylark: Fix an infinite loop in the parserGravatar Laurent Le Brun2015-03-18
* Parser: Update error message when using 'def' in a BUILD file.Gravatar Laurent Le Brun2015-03-18
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Allow traling comma in load statementsGravatar Laurent Le Brun2015-03-16
* Skylark: Static checks allows None value everywhere.Gravatar Laurent Le Brun2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Restore Skylark "support" for inheritanceGravatar Francois-Rene Rideau2015-03-06
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Convert rest of syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* 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