aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/rules.md
Commit message (Expand)AuthorAge
* Revamp rules documentationGravatar laurentlb2018-02-12
* Clarify doc related to declare_file and declared outputs.Gravatar laurentlb2018-02-12
* Update documentation about Files.Gravatar laurentlb2018-02-12
* Add link to provider example in the docGravatar laurentlb2017-12-20
* Add a Troubleshoot section for rulesGravatar laurentlb2017-12-15
* Update links to use the github examplesGravatar laurentlb2017-12-15
* Clarify types of `ctx.attr.<attr_name>` objects.Gravatar vladmos2017-12-14
* Replace `ctx.config` with `ctx.configuration` in the documentationGravatar vladmos2017-12-14
* Update Skylark Readability Guidelines.Gravatar dslomov2017-12-14
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Clarify documentation about outputs.Gravatar laurentlb2017-12-11
* Don't promise to fix everyone's codeGravatar brandjon2017-10-23
* Skylark doc: add table of contents hintsGravatar dmarting2017-09-18
* PiperOrigin-RevId: 168816247Gravatar dmarting2017-09-18
* Add links to examples in the documentation.Gravatar laurentlb2017-07-24
* Use new actions API in docs.Gravatar Dmitry Lomov2017-07-21
* Create and example of how to change the default on inherited attributesGravatar Pweaver (Paul Weaver)2017-06-28
* Fix a link rot.Gravatar Googler2017-06-16
* Restructure site/ directory into docs/ which only contains Bazel documentation.Gravatar dzc2017-06-01
* Replace doc pages with redirects to versioned doc pages.Gravatar David Chen2016-08-29
* Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7.Gravatar Damien Martin-Guillerez2016-07-29
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Remove word "Skylark" from documentation.Gravatar Laurent Le Brun2016-06-23
* Add some docs on what rules and files areGravatar Kristina Chodorow2016-06-21
* Expose runfiles symlink functionality in SkylarkGravatar Googler2016-03-11
* Clean up attribute documentation hoping to make it clearer. Specifically that...Gravatar Dave MacLachlan2016-03-02
* Fix invalid language for fenced code block.Gravatar David Chen2016-02-11
* Add instrumented file provider support to Skylark rules.Gravatar Googler2016-02-10
* Add titles to Bazel documentation pages.Gravatar David Chen2016-01-20
* Update skylark docs for grammar and clarity.Gravatar Alex Humesky2016-01-15
* Fix broken link in Skylark documentationGravatar Laurent Le Brun2015-11-20
* Fix broken links to lib/Globals.html.Gravatar Googler2015-09-25
* Minor improvements in rules.mdGravatar Laurent Le Brun2015-09-09
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Fix link.Gravatar Googler2015-08-12
* Use correct indenting and add trailing commasGravatar Googler2015-07-28
* Minor documentation fixes. Make sidebar navigation look more consistent.Gravatar David Chen2015-07-27
* Skylark doc, wrt configurationsGravatar Laurent Le Brun2015-06-26
* Skylark: Document executable and test rulesGravatar Laurent Le Brun2015-06-26
* Skylark: Document default attributes for test rules.Gravatar Laurent Le Brun2015-06-25
* Skylark: Document default outputs and implicit outputs.Gravatar Laurent Le Brun2015-06-16
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Skylark cleanup: ctx.target(s) is deprecated, stop using itGravatar Laurent Le Brun2015-05-21
* Clarify the zip example from the actions documentation.Gravatar Googler2015-05-11
* Skylark documentation: Mention implicit attributes.Gravatar Laurent Le Brun2015-05-07