aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/AliasConfiguredTarget.java
Commit message (Expand)AuthorAge
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* 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
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Implemented declared providers interface #1727Gravatar Vladimir Moskva2016-09-21
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Make actual-less bind() rules work again.Gravatar Lukacs Berki2016-05-23
* Make alias targets keep their own configuration.Gravatar Lukacs Berki2016-05-23
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10