rust/src/tools
Yuki Okushi f6bc738433
Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov
Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default

This PR makes the `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint warn by default.

To avoid showing a large number of un-actionable warnings to users, we only enable the lint for macros defined in the same crate. This ensures that users will be able to fix the warning by simply removing a semicolon.

In the future, I'd like to enable this lint unconditionally, and eventually make it into a hard error in a future edition. This PR is a step towards that goal.
2021-07-31 04:09:20 +09:00
..
build-manifest Add BPF target 2021-05-23 18:03:27 +10:00
cargo@d21c22870e Update cargo 2021-07-26 21:39:58 -07:00
cargotest Add support for --test-args to cargotest 2021-05-01 01:13:53 -04:00
clippy Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov 2021-07-31 04:09:20 +09:00
compiletest Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix 2021-07-27 03:12:40 +00:00
error_index_generator Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
expand-yaml-anchors Tell user how to fix CI file being not up to date 2021-02-11 19:57:59 -05:00
html-checker Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
jsondocck replace lazy_static with once_cell, drop direct dependency on serde 2021-06-01 19:44:10 +03:00
linkchecker linkchecker: Fix bug where fragment errors printed the wrong path. 2021-06-09 08:02:14 -07:00
lint-docs Allow lint names to have ascii numbers 2021-07-06 20:12:55 +02:00
miri@453e3ef7da update Miri 2021-07-28 10:39:38 +02:00
remote-test-client Update armhf-gnu to Ubuntu 20.04 2021-01-30 00:33:02 +01:00
remote-test-server Preserve existing LD_LIBRARY_PATH in remote-test-server 2021-01-27 23:08:15 +00:00
rls@a82a052705 Update RLS 2021-07-21 15:17:31 +02:00
rust-analyzer@ea105f9396 ⬆️ rust-analyzer 2021-07-19 17:07:21 +03:00
rust-demangler Address review comments and Windows failure, and make cleaner 2021-04-03 18:03:50 -07:00
rust-installer@5254dbfd25 bump rust-installer submodule 2020-12-28 12:48:11 +01:00
rustbook Update mdbook 2021-01-14 17:50:23 -08:00
rustc-workspace-hack Add missing winapi feature to workspace hack 2021-07-23 08:15:40 -04:00
rustdoc use jemallocator in rustc/rustdoc 2021-04-04 14:10:26 -07:00
rustdoc-gui Allow to pass arguments to rustdoc-gui tool 2021-06-16 11:54:19 +02:00
rustdoc-js Update rustdoc-js tools 2021-05-15 13:09:55 +02:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
tidy Fix formatting in tidy exception list 2021-07-21 21:08:39 +02:00
tier-check tier-check: Check for lines with '[' such as those containing links 2021-05-29 14:43:12 +02: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 Replace write_fmt with write! 2020-09-20 10:35:23 +02:00
x Add installation commands to x tool README 2020-12-21 17:18:48 -08:00
publish_toolstate.py Fix some Python2->3 error in publish_toolstate.py by type-checking it 2021-02-20 18:48:22 -05:00