aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline/Label.java
Commit message (Expand)AuthorAge
* Automated rollback of commit ca598fb9445627e9734c2900bc6b11430250d453.Gravatar dannark2018-04-10
* Disallow labels of the form ////foo.Gravatar carmi2018-04-10
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Remove label name interning.Gravatar tomlu2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Stop memoizing Label#hashCode()Gravatar michajlo2018-01-09
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Skylark, docs: fix docs of Label.relative(name)Gravatar laszlocsomor2017-07-10
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Extract a SpawnRunner interfaceGravatar ulfjack2017-04-04
* Fix Label.toShorthandString() with non-main/default repositoryGravatar Googler2017-03-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Allow labels like @foo//:foo to be shortened @fooGravatar Justine Tunney2016-11-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* 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