aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/AliasConfiguredTarget.java
Commit message (Expand)AuthorAge
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* BEP: correctly report AliasConfiguredTargetsGravatar Klaus Aehlig2017-09-29
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Remove the functionality from alias() to point nowhere.Gravatar lberki2017-07-10
* Clean up string representations for configured targetsGravatar vladmos2017-07-07
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* 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