aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Skylark: improved documentation and error messages of getattr() and hasattr()...Gravatar Florian Weikert2016-03-08
* Global cleanup change.Gravatar Googler2016-03-08
* Skylark: implement dict.updateGravatar Laurent Le Brun2016-03-08
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* WorkspaceASTFunction returns a list of ASTs so we can split the AST before lo...Gravatar Damien Martin-Guillerez2016-02-07
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Fix wrapping of GlobList into SkylarkListGravatar Francois-Rene Rideau2016-02-01
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Stop wrapping SkylarkList-s into new MutableList-sGravatar Francois-Rene Rideau2016-01-28
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Avoid auto-unboxing in Preconditions check that has string then two integer a...Gravatar Janak Ramakrishnan2016-01-19
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Add list.append and list.extend to the documentationGravatar Laurent Le Brun2016-01-07
* Remove syntactic sugar when assigning to a dict item.Gravatar Laurent Le Brun2016-01-07
* Fix small mistakes in some comments.Gravatar Francois-Rene Rideau2016-01-07
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Add the source location of the import string to the LoadStatement AST node, f...Gravatar John Field2016-01-04
* Add a new method to the SkylarkImport class to allow tools to access the impo...Gravatar John Field2016-01-04
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Cleanup, code simplification, remove env.isSkylarkGravatar Laurent Le Brun2015-12-28
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Add list.popGravatar Laurent Le Brun2015-12-22
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.Gravatar Florian Weikert2015-12-17
* Rollback of commit d03485f1361ff825a976512959438321442c7c98.Gravatar Kristina Chodorow2015-12-16
* Add a new class to encapsulate operations on Skylark import statements. This ...Gravatar John Field2015-12-16
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Implement list.remove functionGravatar Laurent Le Brun2015-12-16
* Skylark: implemented all() and any()Gravatar Florian Weikert2015-12-16
* Fix documentation of set.Gravatar Laurent Le Brun2015-12-16
* Skylark: implemented more string functions (isalnum, isdigit, etc).Gravatar Florian Weikert2015-12-16
* Skylark: implemented reversed()Gravatar Florian Weikert2015-12-15
* Skylark: implemented min() and max().Gravatar Florian Weikert2015-12-13
* Skylark: implemented str.splitlines()Gravatar Florian Weikert2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Avoid autoboxing on potential hot paths in LineNumberTableGravatar Michajlo Matijkiw2015-12-07
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Sort entries in SelectorValue.Gravatar Han-Wen Nienhuys2015-11-18
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10