aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
Commit message (Expand)AuthorAge
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Fix expand_location to correctly use TransitiveInfoCollection instead ofGravatar John Cater2017-07-06
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Fix documentation typos.Gravatar dslomov2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Implement ctx.actions.run() and ctx.actions.run_shell(),Gravatar dslomov2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* ctx.empty_action now allows depset as inputsGravatar laurentlb2017-06-16
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Update ctx.expand_action() docGravatar Jon Brandvein2016-11-14
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Only add the runfiles of artifacts that are actual inputs of the spawn action.Gravatar Florian Weikert2016-10-11
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Rollback of commit 66a45a5e40e439f0682e16a8ee5faa40f95be72a.Gravatar Philipp Wollermann2016-09-15
* Do not add "indirect runfiles" to the tools of a ctx.action if it has an exec...Gravatar Philipp Wollermann2016-09-14
* Display all allowed types for SkylarkSignature Params that allow multipleGravatar David Chen2016-07-05
* 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