aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* 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
* Move cast* utilities to SkylarkTypeGravatar Francois-Rene Rideau2015-03-20
* Skylark: Use LValue class in loops and comprehensions.Gravatar Laurent Le Brun2015-03-20
* Refactoring: Introduce a new class LValue.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
* Lift differences between Skylark and BUILD evaluation, wrt to concatenation.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
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* Skylark: DictionaryLiteral is immutable (like every dict).Gravatar Laurent Le Brun2015-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
* Restore Skylark "support" for inheritanceGravatar Francois-Rene Rideau2015-03-06
* Fix Bazel compileGravatar Kristina Chodorow2015-03-06
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Skylark: fix auto type conversion between the BUILD language and Skylark. Sky...Gravatar Googler2015-03-05
* Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryT...Gravatar Googler2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Publish a static ASTNode setLocationGravatar Francois-Rene Rideau2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Skylark: path in load statement either has to be absolute or has to have exac...Gravatar Googler2015-02-26
* Tweaks off of upcoming changes to SkylarkType.Gravatar Francois-Rene Rideau2015-02-25
* Make an error message more robust.Gravatar Francois-Rene Rideau2015-02-23
* Move .accept() from Argument to PassedGravatar Francois-Rene Rideau2015-02-20
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Skylark: Validate function arguments.Gravatar Laurent Le Brun2015-02-11
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Skylark: fixing a crash. It occurred when the files field of the struct retur...Gravatar Googler2015-02-09
* Skylark: Fix SkylarkNestedSet.toStringGravatar Laurent Le Brun2015-02-09
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25