aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark
Commit message (Expand)AuthorAge
...
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* Fixes nit by removing accidently-repeated words.Gravatar Googler2018-03-01
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Revamp docs for default outputs / output groupsGravatar brandjon2018-02-26
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* Replace "else if" with "elif" (Issue 4637)Gravatar Serge2018-02-23
* Recommend True and False for boolean attributes.Gravatar laurentlb2018-02-21
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
* Add linter check for deprecated ctx methods.Gravatar laurentlb2018-02-20
* Add example in Skylint docGravatar laurentlb2018-02-20
* Remove old flags.Gravatar laurentlb2018-02-16
* Change extension -> evaluation in docsGravatar Trevor Summers Smith2018-02-15
* Remove description of the build language. It is Skylark.Gravatar laurentlb2018-02-12
* Document a few more differences between Skylark and Python.Gravatar laurentlb2018-02-12
* 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
* Fix the Skylark specificationGravatar vladmos2018-02-02
* Add a few new readability guidelinesGravatar brandjon2018-01-31
* PiperOrigin-RevId: 184020914Gravatar laurentlb2018-01-31
* Fix the definition of Argument in the Skylark specificationGravatar vladmos2018-01-31
* Doc formatting fix, take twoGravatar brandjon2018-01-29
* Doc formatting fixGravatar brandjon2018-01-28
* Fix link format in bzl-style.mdGravatar brandjon2018-01-25
* Fix linkGravatar laurentlb2018-01-25
* Fix a typo in Skylark specificationGravatar vladmos2018-01-24
* Fix a really tiny typoGravatar andy g scott ?2018-01-23
* Improve documentation for depsets.Gravatar Googler2018-01-22
* Add cfg = "host" to implicit executable aspect attribute because it is requir...Gravatar dannark2018-01-16
* Automatic code cleanup.Gravatar Googler2018-01-10
* Rewrite confusing sentence in aspects.md.Gravatar dslomov2017-12-20
* Add link to provider example in the docGravatar laurentlb2017-12-20
* Skylint: Add a warning for the `+` operator on depsets.Gravatar laurentlb2017-12-19
* Add a Troubleshoot section for rulesGravatar laurentlb2017-12-15
* Document the --incompatible_show_all_print_messages flagGravatar vladmos2017-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
* Move profiling information from the Overview to the Optimizing page.Gravatar laurentlb2017-12-14
* Update Skylark Readability Guidelines.Gravatar dslomov2017-12-14
* Remove the word 'Skylark' when it doesn't add any value.Gravatar laurentlb2017-12-14
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Clarify documentation about outputs.Gravatar laurentlb2017-12-11
* Fix the documentation formattingGravatar vladmos2017-12-11
* Fix the documentation formattingGravatar vladmos2017-12-11
* Tweak the grammar of some titles in bazel documentation.Gravatar ahumesky2017-12-08
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07