aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java
Commit message (Expand)AuthorAge
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Allow Skylark rule to declare a dependency on the C++ toolchain and make the ...Gravatar lberki2017-04-20
* Better error messages for non-exported values.Gravatar dslomov2017-04-11
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Fix a typo: s/defintion/definitionGravatar Florian Weikert2017-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
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Mandatory cfg parameter for labels if executable=1 is providedGravatar Vladimir Moskva2017-01-13
* 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
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Implement cfg="target" parameter for labelsGravatar Vladimir Moskva2016-11-23
* "File" is capitalized in doc filenameGravatar Googler2016-11-17
* Improve cfg-related warning messages by including a link to the relevant docu...Gravatar Florian Weikert2016-11-07
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Deprecation warnings for deprecated syntaxGravatar Vladimir Moskva2016-09-16
* Add support for aspects to attr.label() attributesGravatar Jon Brandvein2016-09-16
* Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.Gravatar Damien Martin-Guillerez2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-13
* Skylark no longer crashes when the default value of an attribute is a label s...Gravatar Florian Weikert2016-09-06
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* Fix the description of allow_empty arg on string_list.Gravatar Dmitry Shevchenko2016-08-01
* Prohibit duplicate addition of aspect to an attribute and improve diagnostics.Gravatar Dmitry Lomov2016-07-19
* Make sure that aspects are only added once to Skylark attribute defintion.Gravatar Dmitry Lomov2016-07-18
* For Skylark attribute creation, non_empty is deprecated; introduce allow_emptyGravatar Laurent Le Brun2016-07-07
* Attr doc: fix typo, add linkGravatar Laurent Le Brun2016-07-07
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Have SkylarkAttr expose whether a skylark rule class attribute type is config...Gravatar Nathan Harmata2016-06-10
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Skylark: allow_files can now accept a string list argumentGravatar Laurent Le Brun2016-05-12
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Clean up attribute documentation hoping to make it clearer. Specifically that...Gravatar Dave MacLachlan2016-03-02
* Support "mandatoryProvidersList" in Skylark and added necessary testsGravatar Yun Peng2016-02-23
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Make Skylark "license"-type attributes non-configurable.Gravatar Greg Estren2016-02-05
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02