aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Expose RuleContext methods in ActionConstructionContextGravatar asteinb2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Passes the runfile manifest artifact into RunfilesSupplierImpl so that it canGravatar shahan2018-05-16
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Properly quote $(location ) expansion for the shellGravatar Klaus Aehlig2018-05-16
* Filtering the legacy important_outputs field in the BEP by source, middlemanGravatar ulfjack2018-05-16
* Remove redundant @SkylarkModule annotation on SkylarkActionFactory.ArgsGravatar cparsons2018-05-15
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Only use fingerprint and checksum for equality and hashCode in BuildOptions$O...Gravatar janakr2018-05-14
* Fix broken HTMLGravatar laurentlb2018-05-14
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Fix spelling error in javadoc.Gravatar dannark2018-05-11
* Migrate almost all Skylark global modules to skylarkbuildapiGravatar cparsons2018-05-07
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Remove dead code from SpawnActionGravatar kush2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Remove unused methods.Gravatar tomlu2018-05-02