aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/MergedConfiguredTarget.java
Commit message (Expand)AuthorAge
* Fix dir() on Targets with aspects applied.Gravatar Dmitry Lomov2017-03-22
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Remove unneeded annotationGravatar Jon Brandvein2016-10-12
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-12
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22