aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/BuildFileASTTest.java
Commit message (Expand)AuthorAge
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Internal cleanup.Gravatar gregce2017-06-09
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Remove useless function in BuildFileAST.Gravatar Laurent Le Brun2016-11-23
* Minor cleanupGravatar Laurent Le Brun2016-10-11
* Remove nonexistent global variable from test.Gravatar Greg Estren2016-09-19
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Remove predefined Python variable "generic_cpu"Gravatar Greg Estren2016-06-13
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* Replace more uses of FsApparatus with Scratch.Gravatar Ulf Adams2015-04-27
* Parser: Improve error messages (mention what was expected)Gravatar Laurent Le Brun2015-03-24
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Update syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-02-26
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26