rust/src/tools
Mark Rousskov c8b240241a Avoid function-scoping global variables
In 2e6f2e8855, we added a main function to the publish_toolstate.py script.
Unfortunately, we missed that the Python program implicitly declares global
variables in that code, which means that adding a function changes variable
scoping and breaks other code.

This commit avoids introducing that function and adds a warning to future
editors of the code.
2020-08-26 17:24:52 -04:00
..
build-manifest Add rustc-docs as a component 2020-08-15 07:11:29 -04:00
cargo@51b66125ba Update cargo 2020-08-19 15:11:58 -07:00
cargotest cargotest: fix clippy warnings 2020-08-22 01:50:47 +02:00
clippy Unbreak the clippy test 2020-08-24 16:29:03 -07:00
compiletest compiletest: fix a couple clippy lint findings 2020-08-22 11:44:30 +02:00
error_index_generator Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
expand-yaml-anchors expand-yaml-anchors: fix clippy::match_ref_pats and clippy::redundant_closure 2020-08-23 23:53:53 +02:00
linkchecker linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pattern 2020-08-23 23:53:53 +02:00
miri@2d6d73fafe update miri 2020-08-18 11:04:01 +02:00
remote-test-client Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
remote-test-server Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
rls@48ef96dd00 Bump RLS 2020-08-18 13:02:03 +02:00
rust-analyzer@e65d48d1fb ⬆️ rust-analyzer 2020-08-24 15:11:47 +02:00
rust-demangler Generating the coverage map 2020-07-17 11:49:35 -07:00
rust-installer@d66f476b4d Update rust-installer to latest version 2020-07-07 14:15:51 -07:00
rustbook Update mdbook. 2020-06-26 07:47:19 -07:00
rustc-workspace-hack Stop using old version of syn in rustc-workspace-hack 2020-06-22 13:29:39 -04:00
rustdoc Format the world 2019-12-22 17:42:47 -05:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt@48f6c32ec1 Update RLS and Rustfmt 2020-08-12 01:25:46 +02:00
tidy Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum 2020-08-25 09:36:23 +00:00
tier-check Add a script to verify the Platform Support page is up-to-date. 2020-08-12 08:40:22 -07:00
unicode-table-generator unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_format, clippy:::for_kv_map 2020-08-24 00:43:50 +02:00
unstable-book-gen unstable-book-gen: fix clippy::single_char_pattern and clippy::iter_skip_next 2020-08-24 00:47:38 +02:00
publish_toolstate.py Avoid function-scoping global variables 2020-08-26 17:24:52 -04:00