aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Migrate most of SkylarkRuleClassFunctions to use @SkylarkCallableGravatar cparsons2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Change default value of 'tools' attribute to unbound.Gravatar tomlu2018-04-16
* Cleanup Artifact.getPath() usage surrounding Fingerprint.Gravatar shahan2018-04-16
* Create @SkylarkConstructor annotation, to annotate certain global-namespace @...Gravatar cparsons2018-04-16
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce tools attribute to ctx.actions.run and friends.Gravatar tomlu2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Implement positional overloads for ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Change BuildOptions.DiffForReconstruction.toString() to use MoreObjects insteadGravatar mjhalupka2018-04-12
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Deletes PopulateTreeArtifactAction (which seems to be dead code).Gravatar shahan2018-04-12
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Add a toString method to BuildOptions and BuildConfigurationValue.KeyGravatar mjhalupka2018-04-11
* Update ctx.action.args() docs.Gravatar tomlu2018-04-11
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Add CommandLinesAndParamFiles class.Gravatar tomlu2018-04-11
* Deprecate BuildConfiguration.Fragment#getArtifactOwnerTransition().Gravatar lberki2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Make the skyframe-native flag a no-op.Gravatar kush2018-04-10
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Make SkylarkCustomCommandLine support efficient fingerprint calculation.Gravatar tomlu2018-04-10
* Update documentation of RuleConfiguredTargetFactory to reflect recent refacto...Gravatar janakr2018-04-10
* Fix Printer.getPrinter(boolean)Gravatar brandjon2018-04-09
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* Cleanup Artifact.getPath() usage in Runfiles.Gravatar shahan2018-04-06
* Documentation typo fixGravatar gregce2018-04-06
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Add a new test environment variable, TEST_TARGET.Gravatar John Cater2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Make the "output files of compilation" file group official.Gravatar lberki2018-04-04
* Make the BUILD_TIMESTAMP build info entry contain the number of seconds (inst...Gravatar lberki2018-04-03
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* BEP: Cached test actions post execution info from TestResultGravatar ulfjack2018-03-30
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Support source versions newer than 8 in Bazel's annotation processorsGravatar cushon2018-03-29
* Add codecs needed to fully serialize Attributes.Gravatar janakr2018-03-28
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28