aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/ParserTest.java
Commit message (Expand)AuthorAge
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Skylark: SlicingExpression: do not create new nodes for optional expressionsGravatar laurentlb2018-02-12
* Fix forbidding of If statements in BUILD filesGravatar brandjon2018-01-17
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Fix the location of load statements in Skylark.Gravatar fzaiser2017-10-10
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Refactor: Parse return statements without an expression properlyGravatar fzaiser2017-08-24
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Delete Literal.javaGravatar laurentlb2017-08-17
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Prohibit multiple load() statements from appearing on the same lineGravatar brandjon2017-07-07
* Make 'load' a keywordGravatar laurentlb2017-07-05
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Make equality, comparison and 'in' operators not associative.Gravatar laurentlb2017-06-19
* Require parentheses around tuple in list comprehension filtering.Gravatar laurentlb2017-06-19
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* 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
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* Remove Environment.parseFileGravatar Laurent Le Brun2016-11-23
* Cleanup in the parserGravatar Laurent Le Brun2016-10-26
* Refactoring for LoadStatementGravatar Laurent Le Brun2016-10-13
* Improve error message when 'del' keyword is usedGravatar Laurent Le Brun2016-10-11
* Remove support for "Python" parsing mode.Gravatar Laurent Le Brun2016-10-07
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Fix private symbols, clean up load parsingGravatar Jon Brandvein2016-07-29
* Add support for more augmented-assignment operators.Gravatar Googler2016-06-03
* Add error message for skylark for-else statement, and fix error message for s...Gravatar Yue Gan2016-04-07
* Update error message for invalid load label.Gravatar Laurent Le Brun2016-03-31
* 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