aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* Keep track of tree artifact inputs in CustomCommandLine.Builder .Gravatar Googler2018-07-26
* When applying an aspect to a generated file of a Fileset avoid creating the F...Gravatar lpino2018-07-18
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* Remove LIPO supportGravatar hlopko2018-06-15
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Migrate android providers to use BuiltinProvider instead of NativeProviderGravatar cparsons2018-06-11
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Migrate OutputGroupInfo to skylarkbuildapiGravatar cparsons2018-05-24
* 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
* Fork RuleContext.ErrorReporter to create a Skylark-friendly RuleErrorConsumerGravatar asteinb2018-05-18
* Expose RuleContext methods in ActionConstructionContextGravatar asteinb2018-05-17
* Documentation typo fixGravatar gregce2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Add RuleContext#getConfiguredTargetAndDataMap and use it in analysis/Util.Gravatar janakr2018-03-10
* Make RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets public and us...Gravatar janakr2018-03-10
* Add RuleContext#getPrerequisiteConfiguredTargetAndTarget and use it in GoTest...Gravatar janakr2018-03-10
* Replace some #getConfiguration calls coming from a TransitiveInfoCollection t...Gravatar janakr2018-03-10
* Replace ConfiguredTargetAndData#getConfiguredTarget()#getConfiguration() with...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Make RuleContext.getConfiguration() private.Gravatar gregce2018-02-02
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20