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
*
@AutoCodec some expressions that show up in Java configured targets.
janakr
2018-03-16
*
Optimize GC churn of parameter bindings performed before each user defined fu...
nharmata
2018-03-08
*
Allow passing location, ast, and environment to @SkylarkCallable methods
cparsons
2018-03-07
*
Make the builtins registry thread-safe
brandjon
2018-03-06
*
Make the distinction between "global frame" and "lexical frame" explicit. As ...
nharmata
2018-03-01
*
Remove --incompatible_load_argument_is_label flag
laurentlb
2018-03-01
*
Deletes CODEC fields now that they are no longer needed.
shahan
2018-02-28
*
Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.
cparsons
2018-02-28
*
expectThrows has been renamed to assertThrows
cushon
2018-02-24
*
Clarify parser error for load() statements
brandjon
2018-02-22
*
Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...
shahan
2018-02-20
*
Remove old flags.
laurentlb
2018-02-16
*
Remove unused LineNumberTable.HashLine class.
laurentlb
2018-02-15
*
Environment guarantees determinism when retrieving its bindings
brandjon
2018-02-13
*
Skylark: SlicingExpression: do not create new nodes for optional expressions
laurentlb
2018-02-12
*
Add debugging helper to Environment.Extension to say why something's unequal
brandjon
2018-02-06
*
Expose structField callable methods of skylark objects to dir() and str() calls
cparsons
2018-02-05
*
Fix string_list_dict values to be skylark lists in all cases
cparsons
2018-01-31
*
Add serialization codec for SkylarkImports. This is needed to serialize Skyla...
janakr
2018-01-18
*
Fix forbidding of If statements in BUILD files
brandjon
2018-01-17
*
Codec for Location.
shahan
2018-01-16
*
Fix value collision in builtins registry
brandjon
2018-01-16
*
Fix testPlusEqualsOnDict
vladmos
2018-01-02
*
Rename some ClassObject/Provider-related methods
brandjon
2017-12-28
*
Correct typos found by the linter.
gregce
2017-12-20
*
Remove the --incompatible_list_plus_equals_inplace flag
vladmos
2017-12-08
*
Register builtins with Runtime
brandjon
2017-12-07
*
New flag `--incompatible_depset_union` to disable old-style depset merging.
laurentlb
2017-12-07
*
Update tests to use the label-based load() syntax.
laurentlb
2017-11-30
*
Migrate some Skylark tests outside of Blaze.
laurentlb
2017-11-28
*
Migrate some Skylark tests outside of Blaze.
laurentlb
2017-11-27
*
Remove the deprecated set constructor from Skylark
vladmos
2017-11-21
*
Remove the deprecated set constructor from Skylark
vladmos
2017-11-20
*
Break dependency on vfs from the interface of syntax and cmdline.
tomlu
2017-11-06
*
Parser: fix incorrect end location for statement suites.
fzaiser
2017-10-24
*
Preserve `pass` statements in the Skylark AST.
fzaiser
2017-10-23
*
Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.
dslomov
2017-10-23
*
Add test for recursive function calls
brandjon
2017-10-23
*
Require semantics field for Environment.Builder
brandjon
2017-10-23
*
Be explicit about semantics of Skylark environments
brandjon
2017-10-23
*
Optimize trusted MutableList construction
michajlo
2017-10-18
*
Move min/max tests to new test suite
laurentlb
2017-10-16
*
Remove the deprecated set constructor from Skylark
vladmos
2017-10-13
*
Remove deprecated legacy string representations of Skylark objects
vladmos
2017-10-13
*
Fix the location of load statements in Skylark.
fzaiser
2017-10-10
*
Migrate from deprecated MutableList constructor to copyOf, fixing bug in latter
michajlo
2017-10-06
*
Skylark parser: make the end position of location ranges inclusive.
fzaiser
2017-10-06
*
New depset() API
dslomov
2017-09-29
*
Clarify Mutability invariants, refactor some tests
brandjon
2017-09-29
*
Fix end offset of expressions in Skylark parser
fzaiser
2017-09-26
[next]