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
/
BuildFileASTTest.java
Commit message (
Expand
)
Author
Age
*
Break dependency on vfs from the interface of syntax and cmdline.
tomlu
2017-11-06
*
Internal cleanup.
gregce
2017-06-09
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Require parens around tuple with trailing comma.
Laurent Le Brun
2017-01-17
*
Remove useless function in BuildFileAST.
Laurent Le Brun
2016-11-23
*
Minor cleanup
Laurent Le Brun
2016-10-11
*
Remove nonexistent global variable from test.
Greg Estren
2016-09-19
*
Better API for creating immutable Skylark lists.
Dmitry Lomov
2016-09-06
*
Start removing the parsePython boolean
Laurent Le Brun
2016-08-03
*
Remove predefined Python variable "generic_cpu"
Greg Estren
2016-06-13
*
Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.
Ulf Adams
2015-10-27
*
Assert the specific type of event, not just the existence of any event.
Ulf Adams
2015-10-22
*
Unify Skylark and BUILD lists
Francois-Rene Rideau
2015-10-20
*
Open source some skylark tests.
Han-Wen Nienhuys
2015-09-22
*
Remove support for the deprecated include() statement in order to be able to ...
Lukacs Berki
2015-09-21
*
Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.
Lukacs Berki
2015-09-17
*
Remove support for the deprecated include() statement.
Lukacs Berki
2015-09-17
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Move skylark import dependency registration to after the preprocessor.
Han-Wen Nienhuys
2015-08-10
*
Merge JunitTestUtils into MoreAsserts; update all callers.
Ulf Adams
2015-07-23
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-08
*
Rollback of accidentally submitted change.
Lukacs Berki
2015-07-07
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-07
*
Add a function to fetch all subincludes calls in a BUILD file.
Laurent Le Brun
2015-07-02
*
Replace more uses of FsApparatus with Scratch.
Ulf Adams
2015-04-27
*
Parser: Improve error messages (mention what was expected)
Laurent Le Brun
2015-03-24
*
Description redacted.
Nathan Harmata
2015-03-05
*
Minor cleanups in Skylark
Francois-Rene Rideau
2015-03-05
*
Fix race condition in SkylarkType.of
Francois-Rene Rideau
2015-03-05
*
Update syntax tests to JUnit4.
Han-Wen Nienhuys
2015-02-26
*
Open source all the tests under lib/syntax/.
Ulf Adams
2015-02-26