index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
Parser.java
Commit message (
Expand
)
Author
Age
*
Misc cleanups of AST node API
brandjon
2017-07-12
*
Prohibit multiple load() statements from appearing on the same line
brandjon
2017-07-07
*
Make 'load' a keyword
laurentlb
2017-07-05
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Lambda cleanup
laurentlb
2017-06-29
*
Add more helpers to Parser
brandjon
2017-06-28
*
Turn unary minus into a proper AST node
brandjon
2017-06-28
*
Make equality, comparison and 'in' operators not associative.
laurentlb
2017-06-19
*
Require parentheses around tuple in list comprehension filtering.
laurentlb
2017-06-19
*
Refactor AST APIs
brandjon
2017-06-13
*
Add operator // for division.
laurentlb
2017-05-22
*
Refactor comprehensions and other AST nodes
brandjon
2017-05-15
*
Use skylark-preferred quote char for string literal
Michajlo Matijkiw
2017-02-23
*
Require parens around tuple with trailing comma.
Laurent Le Brun
2017-01-17
*
Add a new AST node for augmented assignments in Skylark
Vladimir Moskva
2016-12-19
*
Cleanup in the parser
Laurent Le Brun
2016-10-26
*
Refactoring for LoadStatement
Laurent Le Brun
2016-10-13
*
Automated cleanup
Laurent Le Brun
2016-10-12
*
Improve error message when 'del' keyword is used
Laurent Le Brun
2016-10-11
*
Remove support for "Python" parsing mode.
Laurent Le Brun
2016-10-07
*
Index and slice calls are implemented as separate AST nodes rather than special
Vladimir Moskva
2016-09-15
*
Move SkylarkImport from LoadStatement to BuildFileAST
Miguel Alcon Pinto
2016-08-22
*
Remove static checks from the parser.
Laurent Le Brun
2016-08-04
*
Preliminary cleanup for removing Blaze-specific code from the environment
Laurent Le Brun
2016-08-03
*
Fix private symbols, clean up load parsing
Jon Brandvein
2016-07-29
*
Add support for more augmented-assignment operators.
Googler
2016-06-03
*
Add error message for skylark for-else statement, and fix error message for s...
Yue Gan
2016-04-07
*
Remove syntactic sugar when assigning to a dict item.
Laurent Le Brun
2016-01-07
*
Add the source location of the import string to the LoadStatement AST node, f...
John Field
2016-01-04
*
Enable label-based Skylark loading. In particular, such labels may reference ...
John Field
2015-12-22
*
Skylark: Slice operations now accept a step argument.
Florian Weikert
2015-12-17
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Fix location for Break and Continue AST nodes.
Laurent Le Brun
2015-10-27
*
Fixed wrong error message when using class definitions in Skylark / BUILD files.
Florian Weikert
2015-10-16
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Open source some skylark tests.
Han-Wen Nienhuys
2015-09-22
*
Skylark: Unified ListComprehension and DictComprehension.
Florian Weikert
2015-09-21
*
Allow construct "a, = [1]" in parser.
Laurent Le Brun
2015-09-21
*
Remove support for the deprecated include() statement in order to be able to ...
Lukacs Berki
2015-09-21
*
Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.
Lukacs Berki
2015-09-17
*
Remove support for the deprecated include() statement.
Lukacs Berki
2015-09-17
*
Parse the label syntax "@//a:b" so that eventually we can make that the synta...
Lukacs Berki
2015-09-15
*
Remove dead code, set private visibility
Laurent Le Brun
2015-09-14
*
Allow tuples inside square brackets (for list/dict indexing).
Laurent Le Brun
2015-09-11
*
LoadStatement: Keep the location of the path argument.
Laurent Le Brun
2015-09-11
*
Fix bug in the parser when a block was silently skipped.
Laurent Le Brun
2015-09-11
*
Keep function parameters in the AST.
Laurent Le Brun
2015-09-04
*
Fix a bug in SyntaxTreeVisitor to handle return statements.
Laurent Le Brun
2015-09-03
*
Add profiling for Skylark lexer, parser, user- and built-in functions.
Googler
2015-08-28
*
Introduce '|' operator for set union.
Laurent Le Brun
2015-08-25
[next]