aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/concepts.md
Commit message (Expand)AuthorAge
* Clarify 1st arg of load()Gravatar brandjon2018-04-17
* Rename a few pagesGravatar brandjon2018-03-19
* Split off troubleshooting section into a FAQ pageGravatar brandjon2018-03-18
* Move profiling information from the Overview to the Optimizing page.Gravatar laurentlb2017-12-14
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Skylark doc: add table of contents hintsGravatar dmarting2017-09-18
* PiperOrigin-RevId: 168816247Gravatar dmarting2017-09-18
* Move Backward compatibility to a separate page.Gravatar laurentlb2017-07-19
* New flag --incompatible_string_is_not_iterable to forbid iteration over strings.Gravatar laurentlb2017-07-13
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Delete the 'upcoming' changes section.Gravatar laurentlb2017-06-22
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Remove reference to Python-preprocessing in the documentationGravatar laurentlb2017-06-16
* Introduce --incompatible_load_argument_is_label (1st argument of load must be...Gravatar laurentlb2017-06-14
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...Gravatar laurentlb2017-06-08
* 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
* Allow lists to be modified while a For loop is iterating over them.Gravatar Jon Brandvein2016-07-26
* Clarify documentation of type() - behavior might change in the future.Gravatar Laurent Le Brun2016-06-24
* Document more differences with Python: nested functions and for loopsGravatar Laurent Le Brun2016-06-24
* Remove word "Skylark" from documentation.Gravatar Laurent Le Brun2016-06-23
* Show Skylark syntax exampleGravatar Laurent Le Brun2016-06-22
* Improve Skylark mutability documentation.Gravatar Laurent Le Brun2016-06-21
* Update skylark docs to use build labels consistently for skylark loadsGravatar Googler2016-04-21
* Doc update for Skylark syntax, mention 'is' is not supportedGravatar Laurent Le Brun2016-02-22
* Add titles to Bazel documentation pages.Gravatar David Chen2016-01-20
* Adding some links to skylark concepts g3docGravatar Googler2016-01-13
* Fix broken links to lib/Globals.html.Gravatar Googler2015-09-25
* Improve Skylark documentation (concepts.md), wrt mutability and Python compat...Gravatar Laurent Le Brun2015-09-22
* Document mutability of Skylark listsGravatar Francois-Rene Rideau2015-09-22
* Simplify Skylark landing page, other minor fixes.Gravatar Laurent Le Brun2015-09-09
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Update concepts page about differences with Python.Gravatar Laurent Le Brun2015-08-04
* Updated Skylark documentation in order to mention load()'s new alias featureGravatar Florian Weikert2015-07-27
* Skylark docs: remove note saying that `break` and `continue` are unsupported.Gravatar Laszlo Csomor2015-06-16
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Change the mover paths for docs to be under site/Gravatar Kristina Chodorow2015-04-03