aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java
Commit message (Expand)AuthorAge
* Removed new_file_suffix().Gravatar Florian Weikert2015-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
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Skylark doc: clarify that new_file takes argument is relative to packageGravatar Laurent Le Brun2015-09-14
* Clarify Skylark doc for ctx.files and ctx.fileGravatar Laurent Le Brun2015-09-14
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Update error messages for missing fields. Make them more standard.Gravatar Laurent Le Brun2015-09-02
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* ctx.new_file(Artifact, String) now replaces the basename of the base artifact...Gravatar Florian Weikert2015-08-24
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Remove the Skylark data configuration accessor and the only repositoryGravatar Greg Estren2015-08-05
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Introduced ctx.new_file_suffix(Artifact, String) as an alias for ctx.new_file...Gravatar Florian Weikert2015-07-29
* Skylark - delete deprecated ctx.target(s)Gravatar Laurent Le Brun2015-06-02
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Skylark: Remove deprecated ctx.target(s) attribute.Gravatar Laurent Le Brun2015-05-21
* Skylark documentation: Add missing linksGravatar Laurent Le Brun2015-04-20
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Skylark: The new_file functions don't need a root argument anymore.Gravatar Laurent Le Brun2015-04-08
* Skylark: Mark ctx.target(s) as deprecated (use ctx.attr instead).Gravatar Laurent Le Brun2015-04-01
* Skylark: Make ctx.attr.<attr_name> return Targets instead of Labels.Gravatar Laurent Le Brun2015-04-01
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Skylark: document ctx.expand_make_variables.Gravatar Googler2015-03-23
* Skylark: documentation for targets is added and improved.Gravatar Googler2015-03-20
* Skylark: Make ctx.var a dictionary.Gravatar Laurent Le Brun2015-03-13
* RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark.Gravatar Han-Wen Nienhuys2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25