index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
SkylarkRuleImplementationFunctions.java
Commit message (
Expand
)
Author
Age
*
Switch to RunfilesSuppliers for communicating runfiles
Michajlo Matijkiw
2017-01-30
*
Refactor SkylarkNestedSet to not implement Iterable
Jon Brandvein
2017-01-20
*
Manually add periods to documentation strings where needed.
John Cater
2017-01-03
*
Update call sites to FileWriteAction to use the --experimental_transparent_co...
Jon Brandvein
2016-12-20
*
Fix up documentation for Actions API
Jon Brandvein
2016-11-18
*
Update ctx.expand_action() doc
Jon Brandvein
2016-11-14
*
Fix a bunch of typos
Jon Brandvein
2016-11-10
*
[Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.
Jon Brandvein
2016-10-12
*
Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.
Ulf Adams
2016-10-11
*
Only add the runfiles of artifacts that are actual inputs of the spawn action.
Florian Weikert
2016-10-11
*
Add API for individual actions
Jon Brandvein
2016-10-05
*
Rollback of commit 66a45a5e40e439f0682e16a8ee5faa40f95be72a.
Philipp Wollermann
2016-09-15
*
Do not add "indirect runfiles" to the tools of a ctx.action if it has an exec...
Philipp Wollermann
2016-09-14
*
Display all allowed types for SkylarkSignature Params that allow multiple
David Chen
2016-07-05
*
Skylark: Added more documentation for ctx.expand_location.
Florian Weikert
2016-06-23
*
Change Markdown in execution_requirements docs to HTML, fixes #706.
John Cater
2016-06-22
*
Use only one list of parameters for SkylarkSignature
Damien Martin-Guillerez
2016-06-14
*
Extract the @Param annotation from @SkylarkSignature
Damien Martin-Guillerez
2016-06-10
*
Delete the legacy global function 'provider'.
Laurent Le Brun
2016-06-03
*
Remove return value from ctx.file_action function
Laurent Le Brun
2016-05-12
*
Add an "alias" rule.
Lukacs Berki
2016-05-10
*
Add a --legacy_external_runfiles option
Kristina Chodorow
2016-04-25
*
Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...
Damien Martin-Guillerez
2016-04-22
*
Move the runfiles for external repositories to under the x.runfiles/ directory
Kristina Chodorow
2016-04-20
*
Document the difference between actions and genrules since the question has c...
Dave MacLachlan
2016-04-12
*
Expose runfiles symlink functionality in Skylark
Googler
2016-03-11
*
Reinstate mutable maps, again.
Francois-Rene Rideau
2016-02-17
*
Style fix: rename some args which had unusual suffixes
Chris Parsons
2016-02-11
*
Allow propagation of execution requirements to the ctx.resolve_command functi...
Chris Parsons
2016-02-11
*
Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.
Carmi Grushko
2016-02-02
*
Reinstate mutable SkylarkDict
Francois-Rene Rideau
2016-02-01
*
Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.
Damien Martin-Guillerez
2016-01-29
*
Make Skylark dicts mutable
Francois-Rene Rideau
2016-01-29
*
Move annotation classes used for referencing framework Java classes from Skyl...
John Field
2015-12-16
*
Add runfiles for HOST executables for actions without commands too
Brian Silverman
2015-11-02
*
Document and test how rules can run without the sandbox.
Brian Silverman
2015-11-02
*
Improve documentation for resolve_command
Francois-Rene Rideau
2015-10-21
*
Unify Skylark and BUILD lists
Francois-Rene Rideau
2015-10-20
*
Remove command_helper, use resolve_command instead
Francois-Rene Rideau
2015-10-15
*
Description redacted.
Francois-Rene Rideau
2015-10-08
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Separate build-specific types and types inherent to Skylark.
Lukacs Berki
2015-09-21
*
Move global objects to Runtime
Francois-Rene Rideau
2015-08-31
*
Fix $(location //external:some_tool) expansion for genrules.
Brian Silverman
2015-08-28
*
Set the workspace suffix for runfiles
Kristina Chodorow
2015-08-13
*
UTF-8 encoded template substitution values are now properly displayed.
Florian Weikert
2015-08-12
*
When using a SpawnAction with command, the action automatically adds the runf...
Florian Weikert
2015-08-12
*
Skylark: Implemented ctx.empty_action() to create actions that neither execut...
Florian Weikert
2015-07-17
*
Skylark: Implemented ctx.expand_location() which expands the location(s) of t...
Florian Weikert
2015-07-10
[next]