index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
MethodLibrary.java
Commit message (
Expand
)
Author
Age
*
Allow dicts to contain non-comparable objects as keys
Vladimir Moskva
2016-12-05
*
Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.
Michajlo Matijkiw
2016-12-01
*
Allow dicts to contain non-comparable objects as keys
Vladimir Moskva
2016-11-30
*
Move Bazel-specific functions in a separate file.
Laurent Le Brun
2016-11-21
*
Fix bugs in slicing with a negative stride
Jon Brandvein
2016-11-14
*
Change getattr() behavior so 3-arg form doesn't fail when field is a method
Jon Brandvein
2016-10-27
*
Cleanup, remove differences between Build and Skylark environments.
Laurent Le Brun
2016-10-14
*
Automated cleanup
Laurent Le Brun
2016-10-12
*
Index and slice calls are implemented as separate AST nodes rather than special
Vladimir Moskva
2016-09-15
*
Fix invalid tags in Skylark string method docs.
David Chen
2016-09-12
*
Make print() and fail() available in BUILD files to allow easier debugging.
Googler
2016-09-06
*
Better API for creating immutable Skylark lists.
Dmitry Lomov
2016-09-06
*
More flexible LValue syntax
Vladimir Moskva
2016-08-23
*
Make SkylarkClassObject "Bazel-specific".
Dmitry Lomov
2016-08-05
*
Make 3-arg form of getattr() work when third arg is None
Jon Brandvein
2016-07-27
*
Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashi...
Jon Brandvein
2016-07-21
*
RELNOTES: Add global hash() function for strings (only)
Jon Brandvein
2016-07-21
*
Improve performance of absurdly large range()s
Jon Brandvein
2016-07-20
*
Skylark: int() can now declare a base parameter.
Florian Weikert
2016-07-04
*
Reorganize Skylark Reference documentation.
Dmitry Lomov
2016-06-29
*
Clarify documentation of type() - behavior might change in the future.
Laurent Le Brun
2016-06-24
*
Improve documentation for type()
Laurent Le Brun
2016-06-24
*
Use only one list of parameters for SkylarkSignature
Damien Martin-Guillerez
2016-06-14
*
Extract the @Param annotation from @SkylarkSignature
Damien Martin-Guillerez
2016-06-10
*
Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...
Damien Martin-Guillerez
2016-06-08
*
Allow fail() function to accept any argument
Laurent Le Brun
2016-05-24
*
Add support for custom "no match" errors in select()s.
Greg Estren
2016-05-11
*
implement list.insert for skylark rule
Yue Gan
2016-04-07
*
Skylark: improved documentation and error messages of getattr() and hasattr()...
Florian Weikert
2016-03-08
*
Global cleanup change.
Googler
2016-03-08
*
Skylark: implement dict.update
Laurent Le Brun
2016-03-08
*
Implement pop(), popitem() and setdefault() for dict
Francois-Rene Rideau
2016-02-19
*
Reinstate mutable maps, again.
Francois-Rene Rideau
2016-02-17
*
Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.
Carmi Grushko
2016-02-02
*
Reinstate mutable SkylarkDict
Francois-Rene Rideau
2016-02-01
*
Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.
Damien Martin-Guillerez
2016-01-29
*
Make Skylark dicts mutable
Francois-Rene Rideau
2016-01-29
*
Make SkylarkList a List.
Francois-Rene Rideau
2016-01-22
*
Add list.append and list.extend to the documentation
Laurent Le Brun
2016-01-07
*
Make unsafe list methods non-public
Laurent Le Brun
2015-12-28
*
Reduce differences between Skylark and Build evaluation
Laurent Le Brun
2015-12-28
*
Add list.pop
Laurent Le Brun
2015-12-22
*
Skylark: Slice operations now accept a step argument.
Florian Weikert
2015-12-17
*
Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.
Florian Weikert
2015-12-17
*
Rollback of commit d03485f1361ff825a976512959438321442c7c98.
Kristina Chodorow
2015-12-16
*
Move annotation classes used for referencing framework Java classes from Skyl...
John Field
2015-12-16
*
Implement list.remove function
Laurent Le Brun
2015-12-16
*
Skylark: implemented all() and any()
Florian Weikert
2015-12-16
*
Skylark: implemented more string functions (isalnum, isdigit, etc).
Florian Weikert
2015-12-16
*
Skylark: implemented reversed()
Florian Weikert
2015-12-15
[next]