aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
Commit message (Expand)AuthorAge
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Move remaining BazelLibrary skylark functions to MethodLibraryGravatar cparsons2018-06-15
* Update documentation about dict iteration orderGravatar laurentlb2018-06-08
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Handle InterruptedException thrown from @SkylarkCallable methods appropriately.Gravatar cparsons2018-04-18
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Bugfixes for int()Gravatar brandjon2018-03-23
* RELNOTES: In int() function, do not auto-detect base if input starts with '0'.Gravatar laurentlb2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Introduce string.elem() method.Gravatar laurentlb2018-03-21
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Correct docstring for skylark string.split().Gravatar Googler2018-03-01
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Do not filter debug messagesGravatar vladmos2017-11-30
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* blaze: g3doc: fix closing HTML tagGravatar mpn2017-09-15
* 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