aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Rework LineNumberTable for python-preprocessed files to use binary search ins...Gravatar Eric Fellheimer2015-04-08
* Use AutoValue for FunctionSignatureGravatar Francois-Rene Rideau2015-04-08
* Skylark: Remove superfluous error message.Gravatar Laurent Le Brun2015-04-03
* Parser: Make error recovery more conservative.Gravatar Laurent Le Brun2015-04-02
* Skylark parser: Improve error messages, never display "$error$".Gravatar Laurent Le Brun2015-04-01
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Skylark: Allow builtin functions to be shadowed.Gravatar Laurent Le Brun2015-03-24
* 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
* Skylark: zip function is implemented.Gravatar Googler2015-03-24
* Parser: Improve error messages (mention what was expected)Gravatar Laurent Le Brun2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* Add serialization functionality to classes.Gravatar Eric Fellheimer2015-03-23
* 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