aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* Make RepositoryName comparison case-insensitive on WindowsGravatar pcloudy2018-07-02
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Take into account repository mapping when processing labels inside BUILD file...Gravatar 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
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Fast-path Label#equals by first comparing the interned PackageIdentifier.Gravatar shreyax2018-06-02
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Allow more characters in labels.Gravatar twerth2018-05-15
* Automated rollback of commit ca598fb9445627e9734c2900bc6b11430250d453.Gravatar dannark2018-04-10
* Disallow labels of the form ////foo.Gravatar carmi2018-04-10
* @AutoCodec RepositoryName.Gravatar janakr2018-03-05
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* 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
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Remove label name interning.Gravatar tomlu2018-02-12
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Replace path implementation.Gravatar tomlu2018-02-08
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Stop memoizing Label#hashCode()Gravatar michajlo2018-01-09
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Initial @AutoCodec implementation.Gravatar Googler2017-12-13
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix typo on PackageIdentifier documentation.Gravatar jcater2017-08-31
* Fix stale comment.Gravatar nharmata2017-08-21
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Don't unconditionally call PathFragment#normalize in the PackageIdentifier ct...Gravatar nharmata2017-08-03
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* 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