aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleConfiguredTargetUtil.java
Commit message (Expand)AuthorAge
* Make explicit the contract of ConfiguredTarget builders returning null when t...Gravatar cparsons2018-07-30
* Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b.Gravatar cparsons2018-07-30
* Throw a rule error when a skylark rule implementation returns multiple provid...Gravatar cparsons2018-07-27
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Info-related cleanupsGravatar brandjon2018-01-10
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Refactor Info classGravatar brandjon2017-12-27
* Implement custom executable API.Gravatar dslomov2017-10-24
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09