aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Let Skylark rules take part in MakeVariableExpandingRule expansions using theGravatar jcater2018-06-04
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Allow multiple trimming transition factories to be added.Gravatar mstaib2018-06-01
* Create a Bootstrap for config-related libraries of skylarkbuildapi.Gravatar cparsons2018-06-01
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* Migrate test-related skylark API to skylarkbuildapiGravatar cparsons2018-05-31
* Open up visibility of BuildConfiguration$OutputDirectory for serialization an...Gravatar janakr2018-05-31
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98.Gravatar laszlocsomor2018-05-30
* Merge ComposingSplitTransition and ComposingPatchTransition.Gravatar gregce2018-05-29
* shell toolchain: genrule now uses itGravatar Laszlo Csomor2018-05-29
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Add flags to help enforce that android_local_test does not depend directly on...Gravatar tomlu2018-05-28
* Remove the unused TestRunnerAction.useTestRunner attribute.Gravatar lberki2018-05-28
* CommandHelper: do not look up shell's pathGravatar Laszlo Csomor2018-05-28
* Skylark: Exposes disabled features from rule context to SkylarkGravatar plf2018-05-28
* Remove accidentally-leftover @SkylarkCallable methods in FilesToRunProviderGravatar cparsons2018-05-25
* Migrate FilesToRunProvider, Target, and TemplateVariableInfo to skylarkbuildapiGravatar cparsons2018-05-25
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* Migrate platform-related skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Clarify invariants for @SkylarkModule and @SkylarkCallableGravatar brandjon2018-05-24
* Migrate OutputGroupInfo to skylarkbuildapiGravatar cparsons2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Expose FileProvider in skylarkbuildapiGravatar asteinb2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Call the AbstractAction constructor that takes an action environmentGravatar ulfjack2018-05-23
* Get ConfiguredTargetAndData out of TargetCompleteEvent.Gravatar janakr2018-05-22
* Stop setting deprecated target_kind and test_size fields in TargetComplete me...Gravatar janakr2018-05-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Create source-only manifests remotely when possible.Gravatar felly2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Fork RuleContext.ErrorReporter to create a Skylark-friendly RuleErrorConsumerGravatar asteinb2018-05-18
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Remove RuleErrorException from RuleConfiguredTargetBuilder.build signature.Gravatar dbabkin2018-05-18
* RELNOTES: Update the skylark DefaultInfo documentation to spell out runfiles,...Gravatar Googler2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17