aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* 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
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Print a proper error when calling a rule from a .bzl fileGravatar Laurent Le Brun2016-05-16
* Refactoring: Introduced AttributeValueSource to handle attribute name validat...Gravatar Florian Weikert2016-05-12
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Skylark: allow_files can now accept a string list argumentGravatar Laurent Le Brun2016-05-12
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Remove SkylarkAspectClass.getDefintion.Gravatar Dmitry Lomov2016-04-07
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* --Gravatar Chris Parsons2016-03-28
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21