aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Parser.java
Commit message (Expand)AuthorAge
* Improve logging for parsing skylark files.Gravatar twerth2018-07-09
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Skylark: SlicingExpression: do not create new nodes for optional expressionsGravatar laurentlb2018-02-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* 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
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Minor optimization to function arg parsingGravatar michajlo2017-08-07
* 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
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Lambda cleanupGravatar laurentlb2017-06-29
* Add more helpers to ParserGravatar brandjon2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Make equality, comparison and 'in' operators not associative.Gravatar laurentlb2017-06-19
* Require parentheses around tuple in list comprehension filtering.Gravatar laurentlb2017-06-19
* Refactor AST APIsGravatar brandjon2017-06-13
* Add operator // for division.Gravatar laurentlb2017-05-22
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* 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 a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* Cleanup in the parserGravatar Laurent Le Brun2016-10-26
* Refactoring for LoadStatementGravatar Laurent Le Brun2016-10-13
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* 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
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* 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
* Remove syntactic sugar when assigning to a dict item.Gravatar Laurent Le Brun2016-01-07
* 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