aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/AbstractConfiguredTarget.java
Commit message (Expand)AuthorAge
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* 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
* Do not add SkylarkProviders to target's provider map unless it is needed.Gravatar dslomov2017-05-03
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Remove memory regression introduced with OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Fix `in` operator for targetsGravatar vladmos2017-04-18
* Fix memory regression introduced by default providersGravatar vladmos2017-04-13
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* 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
* 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
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Refactoring: Replaced redundant strings.Gravatar Florian Weikert2015-07-27
* Skylark: Expose runfiles provider to targetsGravatar Laurent Le Brun2015-06-23
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25