aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Skylark: make ConversionException an EvalExceptionGravatar Francois-Rene Rideau2015-06-12
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Simplification in EvalUtils.optionMapGravatar Laurent Le Brun2015-06-05
* Add support for @foo//:bar-format labels on the command lineGravatar Kristina Chodorow2015-06-01
* Parser cleanup: Introduce an enum instead of the booleansGravatar Laurent Le Brun2015-05-28
* Even more select concatenation: this time when a glob is *in*Gravatar Greg Estren2015-05-28
* Forbid **kwargs and *args in BUILD files.Gravatar Laurent Le Brun2015-05-27
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* 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