aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
Commit message (Expand)AuthorAge
* implement list.insert for skylark ruleGravatar Yue Gan2016-04-07
* 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
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* 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
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Add list.append and list.extend to the documentationGravatar Laurent Le Brun2016-01-07
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* 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
* 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
* 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
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Add list.index methodGravatar Laurent Le Brun2015-11-10
* Add Skylark support for string_list_dictGravatar Francois-Rene Rideau2015-10-30
* Add some strip/rstrip/lstrip testsGravatar Googler2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Minor improvements to set documentation.Gravatar Laurent Le Brun2015-10-16
* Skylark: Add lstrip and rstrip functions.Gravatar Laurent Le Brun2015-10-15
* Update "print" documentation (we discourage its use).Gravatar Laurent Le Brun2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict)Gravatar Florian Weikert2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Fix typos in "Packages" description and MethodLibrary docGravatar Mark Schaller2015-09-14
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Implement a Python 2 compatible isalpha function for Skylark strings.Gravatar Googler2015-09-03
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Add string.capitalize()Gravatar Laurent Le Brun2015-08-27
* Rename isSkylarkEnabled to isSkylarkGravatar Francois-Rene Rideau2015-08-26
* The sorted function now accepts sets and dictionaries inputs.Gravatar Laurent Le Brun2015-08-24
* Improve documentation in MethodLibraryGravatar Laurent Le Brun2015-08-20
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Define operator[] in the same way in BUILD and in bzl filesGravatar Laurent Le Brun2015-08-12