aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Fix SkylarkList#equalsGravatar Francois-Rene Rideau2015-04-27
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Parser: Update code to prepare for list filtering.Gravatar Laurent Le Brun2015-04-22
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark documentation: Add missing linksGravatar Laurent Le Brun2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Define a reusable comparator for Skylark objects.Gravatar Laurent Le Brun2015-04-16
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* Build language supports list comparison.Gravatar Laurent Le Brun2015-04-16
* Cleanup in ValidationEnvironment wrt to user-defined functionsGravatar Laurent Le Brun2015-04-16
* Build language: Implement integer divisionGravatar Laurent Le Brun2015-04-15
* Catch modulo by 0 errorsGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Shrink EvaluationContext a bitGravatar Francois-Rene Rideau2015-04-14
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* A minor refactoring.Gravatar Lukacs Berki2015-04-13
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Allow evaluation from StringGravatar Francois-Rene Rideau2015-04-13
* Provide cleaner syntax error messages using select.Gravatar Greg Estren2015-04-10
* Skylark: Update doc for setsGravatar Laurent Le Brun2015-04-09
* 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