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
Commit message (
Expand
)
Author
Age
*
Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...
nharmata
2017-04-05
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Delete STRING_DICT_UNARY
michajlo
2017-03-31
*
Enable SkylarkCallable methods to be used on ClassObjects.
Michael Staib
2017-03-22
*
Global cleanup change.
Googler
2017-03-08
*
Allow ' ', '(', ')' and '$' in labels
Damien Martin-Guillerez
2017-03-06
*
Refactor implementation of native and Skylark declared providers.
Dmitry Lomov
2017-03-03
*
Improve error message for the 'in' operator.
Laurent Le Brun
2017-03-03
*
Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.
Dmitry Lomov
2017-03-02
*
Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.
Jon Brandvein
2017-03-01
*
Export exportable values as we go instead of at the end of evaluation.
Dmitry Lomov
2017-03-01
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Add the LABEL_KEYED_STRING_DICT type for attributes.
Michael Staib
2017-02-24
*
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
*
Augmented assignments don't evaluate lhs multiple times
Vladimir Moskva
2017-02-21
*
parseBuildString doesn't crash on files with hash lines.
Carmi Grushko
2017-02-21
*
Raise error in function calls when star argument is not iterable
Laurent Le Brun
2017-02-20
*
Do not sort dict keys when printing
Vladimir Moskva
2017-02-17
*
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
*
Fix int*list binary operator.
Laurent Le Brun
2017-02-09
*
Change depset conversion to strings
Vladimir Moskva
2017-01-30
*
Refactor SkylarkNestedSet to not implement Iterable
Jon Brandvein
2017-01-20
*
Add new names for depset traversal orders
Jon Brandvein
2017-01-20
*
Rename and reorder depset tests
Jon Brandvein
2017-01-20
*
Require parens around tuple with trailing comma.
Laurent Le Brun
2017-01-17
*
Add a to_list() method to depsets
Jon Brandvein
2017-01-16
*
Refactor SkylarkNestedSet type checks and tests
Jon Brandvein
2017-01-13
*
Refactor NestedSetBuilder
Jon Brandvein
2017-01-13
*
Rollback of commit 0d1dc5537903a8c2ad56e66cee129b8f4d4e2592.
Pedro Liberal Fernandez
2017-01-11
*
Improve performance and semantics of union of Skylark sets
Jon Brandvein
2017-01-10
*
Minor improvements to error messages.
Laurent Le Brun
2017-01-04
*
Make the string strip() methods compatible with Python
Jon Brandvein
2017-01-03
*
Add 'did you mean' suggestion when accessing a struct field
Laurent Le Brun
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
*
Make depsets temporarily completely backward compatible
Vladimir Moskva
2016-12-27
*
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
*
New operators for Skylark:
Andreas Bergmeier
2016-12-15
*
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
*
Remove isSkylark and eval from Environment.
Laurent Le Brun
2016-11-29
*
Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.
Tobias Werth
2016-11-24
*
Remove useless function in BuildFileAST.
Laurent Le Brun
2016-11-23
*
Remove Environment.parseFile
Laurent Le Brun
2016-11-23
*
Allow dicts to contain non-comparable objects as keys
Vladimir Moskva
2016-11-22
[next]