aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/MethodLibrary.java
Commit message (Expand)AuthorAge
* Skylark: implemented set.union()Gravatar Florian Weikert2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Skylark: Implemented str.rsplit() and made split()'s separator a mandatory pa...Gravatar Florian Weikert2015-06-01
* Skylark: Added str.partition() and str.rpartition(), as known from Python.Gravatar Googler2015-05-28
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Forbid string methods used as global functions.Gravatar Laurent Le Brun2015-05-21
* Build language: Add str.format function.Gravatar Laurent Le Brun2015-05-08
* Skylark: int() function accepts bools and ints too.Gravatar Laurent Le Brun2015-05-07
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark fail function: Remove when attribute.Gravatar Laurent Le Brun2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Build language: Add sorted function.Gravatar Laurent Le Brun2015-04-17
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Simplify MethodLibrary.Gravatar Laurent Le Brun2015-04-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Skylark: Update doc for setsGravatar Laurent Le Brun2015-04-09
* Skylark: Add function 'int'Gravatar Laurent Le Brun2015-04-02
* Skylark: Add dictionary.getGravatar Laurent Le Brun2015-03-31
* Skylark: Improve documentationGravatar Laurent Le Brun2015-03-31
* Skylark: zip function is implemented.Gravatar Googler2015-03-24
* Skylark: Implement string.index and string.rindexGravatar Laurent Le Brun2015-03-24
* Skylark: Fix typing for slice/substring operator.Gravatar Laurent Le Brun2015-03-23
* Skylark: proper anchor is generated for Boolean types in the documentation.Gravatar Googler2015-03-23
* Skylark: Document string slicing in documentation.Gravatar Laurent Le Brun2015-03-18
* Skylark: Define dict iteration order (sorted by key).Gravatar Laurent Le Brun2015-03-18
* Skylark: dict.keys() has sorted output.Gravatar Laurent Le Brun2015-03-16
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryT...Gravatar Googler2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Rename Skylark's range fn "end" arg to "stop" + some cleanups.Gravatar Laszlo Csomor2015-02-17
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25