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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
MethodLibraryTest.java
Commit message (
Expand
)
Author
Age
*
str.partition and str.rpartition return tuples instead of lists
Vladimir Moskva
2017-02-23
*
Use skylark-preferred quote char for string literal
Michajlo Matijkiw
2017-02-23
*
parseBuildString doesn't crash on files with hash lines.
Carmi Grushko
2017-02-21
*
Disallow comparison of objects of different types in Skylark
Vladimir Moskva
2017-02-16
*
BuildFileAST.eval() doesn't execute the code when there's a static error.
Laurent Le Brun
2017-02-15
*
Refactor SkylarkNestedSet to not implement Iterable
Jon Brandvein
2017-01-20
*
Refactor SkylarkNestedSet type checks and tests
Jon Brandvein
2017-01-13
*
Make the string strip() methods compatible with Python
Jon Brandvein
2017-01-03
*
Add 'did you mean' suggestion when accessing an undefined variable.
Laurent Le Brun
2017-01-03
*
Cleanup in error messages, try to improve consistency.
Laurent Le Brun
2017-01-03
*
Add `depset` as an alias to `set` in Skylark
Vladimir Moskva
2016-12-27
*
Add a new AST node for augmented assignments in Skylark
Vladimir Moskva
2016-12-19
*
Add tuple() method to Skylark.
Googler
2016-12-12
*
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
*
Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.
Tobias Werth
2016-11-24
*
Allow dicts to contain non-comparable objects as keys
Vladimir Moskva
2016-11-22
*
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
*
Index and slice calls are implemented as separate AST nodes rather than special
Vladimir Moskva
2016-09-15
*
Fixed SkylarkTests on Windows
Yun Peng
2016-09-09
*
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
*
Skylark: int() can now declare a base parameter.
Florian Weikert
2016-07-04
*
Fixed more Bazel tests on Windows by using the right line separator
Yun Peng
2016-06-21
*
Allow fail() function to accept any argument
Laurent Le Brun
2016-05-24
*
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
*
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
*
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
*
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
*
Skylark: implemented min() and max().
Florian Weikert
2015-12-13
*
Skylark: implemented str.splitlines()
Florian Weikert
2015-12-11
*
Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4.
Florian Weikert
2015-12-01
[next]