aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* 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
* Skylark: only allow rules that are exportedGravatar Francois-Rene Rideau2015-06-30
* Skylark: Document default attributes for test rules.Gravatar Laurent Le Brun2015-06-25
* Skylark: Test rules are implictly executable.Gravatar Laurent Le Brun2015-06-23
* Update comments - it's not experimental anymore.Gravatar Laurent Le Brun2015-06-02
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Skylark: Fix bug that prevented functions generating rules.Gravatar Laurent Le Brun2015-05-15
* Remove left over code.Gravatar Laurent Le Brun2015-05-15
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark documentation: Add missing linksGravatar Laurent Le Brun2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Skylark: Expose output_to_genfiles rule attributeGravatar Laurent Le Brun2015-04-08
* Skylark: Improve documentation for configuration transitions.Gravatar Laurent Le Brun2015-04-01
* Skylark: proper anchor is generated for Boolean types in the documentation.Gravatar Googler2015-03-23
* Skylark: documentation is updated. SkylarkFileType.java is moved to the ../li...Gravatar Googler2015-03-20