aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
Commit message (Expand)AuthorAge
* Wrong description for String.hashCode(). Gravatar Chaoren Lin2017-02-06
* Update dict docsGravatar Jon Brandvein2017-01-30
* Update print() doc to admonish use in production codeGravatar Jon Brandvein2017-01-30
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Make the string strip() methods compatible with PythonGravatar Jon Brandvein2017-01-03
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Add tuple() method to Skylark.Gravatar Googler2016-12-12
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Fix bugs in slicing with a negative strideGravatar Jon Brandvein2016-11-14
* Change getattr() behavior so 3-arg form doesn't fail when field is a methodGravatar Jon Brandvein2016-10-27
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Fix invalid tags in Skylark string method docs.Gravatar David Chen2016-09-12
* Make print() and fail() available in BUILD files to allow easier debugging.Gravatar Googler2016-09-06
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* More flexible LValue syntaxGravatar Vladimir Moskva2016-08-23
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Make 3-arg form of getattr() work when third arg is NoneGravatar Jon Brandvein2016-07-27
* Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashi...Gravatar Jon Brandvein2016-07-21
* RELNOTES: Add global hash() function for strings (only)Gravatar Jon Brandvein2016-07-21
* Improve performance of absurdly large range()sGravatar Jon Brandvein2016-07-20
* Skylark: int() can now declare a base parameter.Gravatar Florian Weikert2016-07-04
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Clarify documentation of type() - behavior might change in the future.Gravatar Laurent Le Brun2016-06-24
* Improve documentation for type()Gravatar Laurent Le Brun2016-06-24
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* Allow fail() function to accept any argumentGravatar Laurent Le Brun2016-05-24
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* 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