aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Automated rollback of commit 2b015c53c89815472923d8ea0c94640b7db2fa20.Gravatar twerth2018-06-21
* Automated rollback of commit 1615da781db78b7a910daf89720189c2b2e73dbe.Gravatar Googler2018-06-14
* Allow @ in package names.Gravatar twerth2018-06-14
* Allow more characters in labels.Gravatar twerth2018-05-15
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Automated rollback of commit ca598fb9445627e9734c2900bc6b11430250d453.Gravatar dannark2018-04-10
* Disallow labels of the form ////foo.Gravatar carmi2018-04-10
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Fix Label.toShorthandString() with non-main/default repositoryGravatar Googler2017-03-20
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Be very deliberate about the concept of a TargetPattern's "directory".Gravatar Nathan Harmata2017-01-16
* Fix Label() for @short repository labelsGravatar Justine Tunney2017-01-04
* Allow labels like @foo//:foo to be shortened @fooGravatar Justine Tunney2016-11-22
* Add # support for LabelValidator as discussed in #2006Gravatar Meng Zhang2016-11-18
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* 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