aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* Document output groups.Gravatar Dmitry Lomov2017-05-04
* Remove superpowers from default provider.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Document declared providers.Gravatar Dmitry Lomov2017-04-25
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Fix broken HTML tag.Gravatar fwe2017-03-31
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* Update docs about built-in attributes of rules.Gravatar Googler2017-02-10
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Deprecated and removed HOST_CFG and DATA_CFG global variables.Gravatar Vladimir Moskva2017-01-10
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Fixed a documentation typo.Gravatar Vladimir Moskva2016-10-18
* Automated [] rollback of commit 8d36a34ee02ad0fd07d713b8c8ee273ff30d2fb9.Gravatar Jon Brandvein2016-10-12
* Rollback of commit f341bc4f6e918b6a41c1536c111bbf24f14f967b.Gravatar Ulf Adams2016-10-11
* Add ctx.get_actions(), for inspecting the actions created by the current rule.Gravatar Jon Brandvein2016-10-07
* Implement Skylark syntax to propagate an aspect to all attributes.Gravatar Dmitry Lomov2016-10-04
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.Gravatar Damien Martin-Guillerez2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-13
* Make test "args" attribute configurable.Gravatar Greg Estren2016-08-19
* Add 'provider()' function.Gravatar Dmitry Lomov2016-08-11
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Make sure that aspects are only added once to Skylark attribute defintion.Gravatar Dmitry Lomov2016-07-18
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Skylark documentation update: callback functions have to list the required at...Gravatar Florian Weikert2016-07-01
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Fix Label and FileType doc locationsGravatar Kristina Chodorow2016-06-24
* Added more pointers to Aspect-related documentation.Gravatar Florian Weikert2016-06-21
* Correctly escape backslashes in proto messarges.Gravatar Googler2016-06-20
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10