aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* 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
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
* Implements 'extra_deps' for Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Implement Skylark aspects originating from Skylark rules.Gravatar Dmitry Lomov2015-11-26
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-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
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-09-25
* Doc: Clarify when to use output_to_genfiles.Gravatar Laurent Le Brun2015-09-24
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Skylark: All executable rules now have an attribute 'args'.Gravatar Florian Weikert2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Remove onlyLoadingPhase on objects.Gravatar Laurent Le Brun2015-08-24
* Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d.Gravatar Han-Wen Nienhuys2015-08-20
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-08-20
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Fix the documentation for how skylark rule outputs substitution works.Gravatar Brian Silverman2015-08-04
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-10
* Rollback of commit 4dbd628dc1384e5dce8c036e2b6bf93dd974bf04.Gravatar Mark Schaller2015-07-08
* Tell the Unused analyzer about SkylarkSignature.Gravatar Francois-Rene Rideau2015-07-08
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-08
* Allow Skylark rules to be private.Gravatar Laurent Le Brun2015-07-07