aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline/Label.java
Commit message (Expand)AuthorAge
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* java_proto_library: add support for avoiding generating code for protos that ...Gravatar Carmi Grushko2016-07-15
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Fix some GC churn issues when dealing with Labels:Gravatar Eric Fellheimer2016-06-27
* 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
* Precompute Label#hashCode and use it to implement a fast-path for #equals. La...Gravatar Nathan Harmata2016-05-19
* Introduce Label.EXTERNAL_PACKAGE_FILE_NAME as a convenience. Note that we alr...Gravatar Nathan Harmata2016-04-27
* Enable all Label instantiations to use a single intern pool to optimize memor...Gravatar Googler2016-04-01
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Remove stray ul tag.Gravatar Alex Humesky2016-01-20
* Add a method for getting the root of a rule workspace to the Label methodGravatar Damien Martin-Guillerez2016-01-15
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Avoid double parsing PackageIdentifier PathFragmentsGravatar Michajlo Matijkiw2015-12-28
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Make Android assets work in external repositories.Gravatar Lukacs Berki2015-11-20
* Add an explicit way to get the canonical string-representation of a Label.Gravatar Carmi Grushko2015-11-17
* Make RedirectChaser follow redirects through external repositories correctly ...Gravatar Lukacs Berki2015-10-09
* Intern PackageIdentifiers as a memory optimization.Gravatar Miguel Alcon Pinto2015-10-01
* 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