aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/backward-compatibility.md
Commit message (Expand)AuthorAge
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Provide more details on the transition to Skylark {git,http}_repositoryGravatar Klaus Aehlig2018-05-30
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Update backward-compatibility.md with missing flag docsGravatar brandjon2018-04-20
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Split off troubleshooting section into a FAQ pageGravatar brandjon2018-03-18
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
* Remove old flags.Gravatar laurentlb2018-02-16
* Document the --incompatible_show_all_print_messages flagGravatar vladmos2017-12-15
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* 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
* Flip the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2017-12-06
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Fix spelling errors in site docsGravatar Akira Baruah2017-11-06
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Fix example in backward compatibility page.Gravatar laurentlb2017-10-06
* Clarify steps for introduction of backward incompatible changes.Gravatar michelleirvine2017-09-29
* Add post-submit changes for https://github.com/bazelbuild/bazel/commit/aa1a4f...Gravatar brandjon2017-09-14
* Added missing documentation for a few options in backward-compatibility.md.Gravatar brandjon2017-09-13
* Documentation cleanup.Gravatar dmarting2017-09-11
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-09-07
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
* Update documentation and fix typoGravatar fzaiser2017-09-05
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Fix backwards compat doc <title>.Gravatar Benjamin Peterson2017-08-10
* Move Backward compatibility to a separate page.Gravatar laurentlb2017-07-19