aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline
Commit message (Expand)AuthorAge
* 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
* 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
* Update outdated commentGravatar brandjon2017-04-13
* 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
* Global cleanup change.Gravatar Googler2017-03-09
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Fix allowed characters in package and restore a commentGravatar Damien Martin-Guillerez2017-02-24