aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleConfiguredTargetBuilder.java
Commit message (Expand)AuthorAge
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Remove superpowers from default provider.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847.Gravatar Alex Humesky2016-11-17
* output_group is not a real Skylark provider for aspects, as well as for rules.Gravatar Dmitry Lomov2016-11-11
* Implemented default providerGravatar Vladimir Moskva2016-11-09
* Add SkylarkAspect to SkylarkRuleContext for aspectsGravatar Dmitry Lomov2016-11-09
* Rollback of commit b91fac3b1f0f5142a906aa12280de936f29fb607.Gravatar Luis Fernando Pino Duque2016-11-09
* Restrict google_glob_information to eclipse_aspect.Gravatar Dmitry Lomov2016-11-08
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Add instrumented file provider support to Skylark rules.Gravatar Googler2016-02-10
* Fixed the inconsistency when using list as the value of output_groupsGravatar Yun Peng2016-02-09
* Allow Skylark rules and aspects to contribute to output groups.Gravatar Dmitry Lomov2015-12-28
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Remove a few minor lib.syntax -> lib.packages dependencies.Gravatar Lukacs Berki2015-09-16
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20