aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
Commit message (Expand)AuthorAge
* Fix crash when calling int(s, 0) where s doesn't specify the radixGravatar brandjon2017-09-06
* Update documentation for the print functionGravatar vladmos2017-08-24
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Cleanup SkylarkDict APIGravatar brandjon2017-08-10
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Documentation fix for 'str' and 'repr' functions.Gravatar laurentlb2017-08-03
* Add --internal_do_not_export_builtins, for testingGravatar brandjon2017-07-25
* Improve documentation in MethodLibrary, add examples for builtins.Gravatar laurentlb2017-07-21
* Use double-quotes instead of single-quotes for consistency.Gravatar laurentlb2017-07-20
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Update --incompatible_* error messagesGravatar brandjon2017-06-26
* Make len(depset()) fail when --incompatible_depset_is_not_iterable is setGravatar laurentlb2017-06-26
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Fix a typo in the documentationGravatar vladmos2017-04-26
* Fix/clarify doc examples for string *strip() methodsGravatar brandjon2017-04-11
* str.partition and str.rpartition return tuples instead of listsGravatar Vladimir Moskva2017-02-23
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* 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