aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/TransitiveInfoCollection.java
Commit message (Expand)AuthorAge
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Added named=true to output_group.group_nameGravatar cparsons2018-03-07
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* 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
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Fix doc bug: Target.files is the immediate files-to-build, not transitiveGravatar Jon Brandvein2016-11-14
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Implemented declared providers interface #1727Gravatar Vladimir Moskva2016-09-21
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* 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
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Add missing anchors to the Skylark documentation.Gravatar Laszlo Csomor2015-05-11
* Skylark: documentation for targets is added and improved.Gravatar Googler2015-03-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25