aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
Commit message (Expand)AuthorAge
* Skylark: Added more documentation for ctx.expand_location.Gravatar Florian Weikert2016-06-23
* Change Markdown in execution_requirements docs to HTML, fixes #706.Gravatar John Cater2016-06-22
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Delete the legacy global function 'provider'.Gravatar Laurent Le Brun2016-06-03
* Remove return value from ctx.file_action functionGravatar Laurent Le Brun2016-05-12
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Document the difference between actions and genrules since the question has c...Gravatar Dave MacLachlan2016-04-12
* Expose runfiles symlink functionality in SkylarkGravatar Googler2016-03-11
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Style fix: rename some args which had unusual suffixesGravatar Chris Parsons2016-02-11
* Allow propagation of execution requirements to the ctx.resolve_command functi...Gravatar Chris Parsons2016-02-11
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-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
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Add runfiles for HOST executables for actions without commands tooGravatar Brian Silverman2015-11-02
* Document and test how rules can run without the sandbox.Gravatar Brian Silverman2015-11-02
* Improve documentation for resolve_commandGravatar Francois-Rene Rideau2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Remove command_helper, use resolve_command insteadGravatar Francois-Rene Rideau2015-10-15
* Description redacted.Gravatar Francois-Rene Rideau2015-10-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* UTF-8 encoded template substitution values are now properly displayed.Gravatar Florian Weikert2015-08-12
* When using a SpawnAction with command, the action automatically adds the runf...Gravatar Florian Weikert2015-08-12
* Skylark: Implemented ctx.empty_action() to create actions that neither execut...Gravatar Florian Weikert2015-07-17
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Rollback of commit 3e66823d81b6432953f8fa4105a82c3fe605239e.Gravatar Laurent Le Brun2015-05-27
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
* Always set Runfiles suffix in runfiles Skylark functionGravatar Ross Light2015-05-18
* Skylark: Add an empty argument after bash -c 'arg'.Gravatar Laurent Le Brun2015-05-15
* Skylark doc for action.mnemonicGravatar Laurent Le Brun2015-05-15
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Skylark: Remove obsolete function ctx.var().Gravatar Laurent Le Brun2015-04-03
* Skylark: Mark command_helper as experimental.Gravatar Laurent Le Brun2015-04-01
* Kill command_line in ctx.actionGravatar Laurent Le Brun2015-03-31
* Skylark: Improve documentationGravatar Laurent Le Brun2015-03-31
* Skylark: minor documentation cleanups.Gravatar Googler2015-03-23
* Move cast* utilities to SkylarkTypeGravatar Francois-Rene Rideau2015-03-20