aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Clean up exception handling in DotExpression and FuncallExpression.Gravatar Laurent Le Brun2015-05-21
* BUILD language: Improve error message when using operator [].Gravatar Laurent Le Brun2015-05-21
* Remove dead codeGravatar Laurent Le Brun2015-05-19
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Inline Maps.newLinkedHashMap()Gravatar Damien Martin-Guillerez2015-05-15
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15
* Skylark: Functions don't need to be declared in order.Gravatar Laurent Le Brun2015-05-15
* Use a LinkedHashMap do the addition of dictionnariesGravatar Damien Martin-Guillerez2015-05-15
* Allow SkylarkList (list) to be cat'd to native java ListGravatar Damien Martin-Guillerez2015-05-15
* Allow "attr = glob([*]) + select({...})" intermixing inGravatar Greg Estren2015-05-15
* Remove dead code in SkylarkTypeGravatar Laurent Le Brun2015-05-15
* Build language: Support 'not in' operator.Gravatar Laurent Le Brun2015-05-08
* Skylark: type of None is NoneType (instead of None), for consistency with Pyt...Gravatar Laurent Le Brun2015-05-08
* 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