aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Add tests for Label.resolveRepositoryRelative.Gravatar Brian Silverman2016-02-10
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Add a method for getting the root of a rule workspace to the Label methodGravatar Damien Martin-Guillerez2016-01-15
* Add tests that labels cannot have single or double quotes.Gravatar Janak Ramakrishnan2015-12-16
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Reinstate tests for cmdline/Gravatar Han-Wen Nienhuys2015-10-16
* RELNOTES: Allow dots in package names.Gravatar Han-Wen Nienhuys2015-10-16
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* Port LabelValidatorTest.java to JUnit4.Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Tighten up the requirements on workspace namesGravatar Kristina Chodorow2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Add tests for cmdline classesGravatar Kristina Chodorow2015-09-03
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31