aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* 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
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Add some additional JSON string escapes.Gravatar Erik Abair2016-03-01
* Add JSON conversion for Skylark structs.Gravatar Erik Abair2016-03-01
* Minor style fixes.Gravatar Googler2016-02-19
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Add instrumented file provider support to Skylark rules.Gravatar Googler2016-02-10
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* In attr_aspects, make ``_attr`` mean both implicit and late-bound attributes.Gravatar Dmitry Lomov2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Enable Aspects to specify their configuration fragment dependencies.Gravatar Michael Staib2016-01-15
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Expose output groups to Skylark.Gravatar Dmitry Lomov2015-12-28
* Document Skylark aspects.Gravatar Dmitry Lomov2015-12-22