aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/ParserTest.java
Commit message (Expand)AuthorAge
* Add the source location of the import string to the LoadStatement AST node, f...Gravatar John Field2016-01-04
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4.Gravatar Florian Weikert2015-12-01
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Fixed wrong error message when using class definitions in Skylark / BUILD files.Gravatar Florian Weikert2015-10-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Fix bug in the parser when a block was silently skipped.Gravatar Laurent Le Brun2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Keep function parameters in the AST.Gravatar Laurent Le Brun2015-09-04
* Add more tests for the PIPE operator.Gravatar Laurent Le Brun2015-08-25
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Added tests for [] (invalid double slashes in load statements)Gravatar Florian Weikert2015-07-10
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Forbid **kwargs and *args in BUILD files.Gravatar Laurent Le Brun2015-05-27
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Build language: Support 'not in' operator.Gravatar Laurent Le Brun2015-05-08
* Parser: Update code to prepare for list filtering.Gravatar Laurent Le Brun2015-04-22
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark: Remove superfluous error message.Gravatar Laurent Le Brun2015-04-03
* Parser: Make error recovery more conservative.Gravatar Laurent Le Brun2015-04-02
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* 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: 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
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* 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
* 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
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Convert rest of syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-03-05
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26