aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/pkgcache/TargetPatternEvaluatorTest.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Allow more characters in labels.Gravatar twerth2018-05-15
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove the hardcoded exclusion of the top-level //experimental directory. Thi...Gravatar nharmata2017-11-21
* Add more assertions about test suite expansion behaviorGravatar Googler2017-11-07
* Add test asserting test_suite exclusion behaviorGravatar Googler2017-10-31
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Fix target parsing bug with targets in the empty package (e.g. "blah" was inc...Gravatar Nathan Harmata2016-04-22
* Tolerate NoSuchPackageException when processing subdirectories.Gravatar Janak Ramakrishnan2016-04-18
* Do not special-case the //external package so in so that target pattern parsi...Gravatar Lukacs Berki2016-03-31
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Clean up absolutize and make it public for use in a subsequent change.Gravatar Nathan Harmata2016-03-02
* Open source the TargetPatternEvaluator tests.Gravatar Ulf Adams2015-12-07