rust/src/tools
bors f2f55e8da9 Auto merge of #90663 - ken-matsui:support-early-stopping-too-old-tidy-for-macos, r=Mark-Simulacrum
Support early stopping too old pre-installed `tidy` command for macOS in the HTML checker

This PR brings early stopping the HTML checker before errors, which leave some macOS users confused, and suggesting installing a newer `tidy` command.

The pre-installed `tidy` command on macOS is too old, released on 31 October 2006. Additionally, I can see the same date at [StackOverflow](https://stackoverflow.com/questions/22283382/overwrite-osx-tidy
) seven years ago. The `tidy` does not support two indispensable options: `--mute-id` and `--mute`. So, the `./x.py test` command fails with a bunch of errors due not to muting them.

I could confirm the `./x.py test` command before installing a newer `tidy` failed and its command after the installation succeeded.
2021-11-10 03:11:44 +00:00
..
build-manifest Migrate to 2021 2021-09-20 22:21:42 -04:00
bump-stage0 remove "field is never read" warning 2021-10-23 21:55:57 -04:00
cargo@2e2a16e983 Update cargo 2021-11-09 00:22:06 -08:00
cargotest Migrate to 2021 2021-09-20 22:21:42 -04:00
clippy Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis 2021-11-09 19:00:40 +01:00
compiletest Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett 2021-11-07 04:59:42 +00:00
error_index_generator Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez 2021-10-06 12:33:20 -07:00
expand-yaml-anchors Migrate to 2021 2021-09-20 22:21:42 -04:00
html-checker Support early stopping too old pre-installed tidy command for macOS in the HTML checker 2021-11-07 10:25:04 +09:00
jsondocck Migrate to 2021 2021-09-20 22:21:42 -04:00
linkchecker docs: Escape brackets to satisfy the linkchecker 2021-10-22 14:08:43 -07:00
lint-docs Adjust documentation for compatibility with 2021 2021-09-20 22:21:43 -04:00
lld-wrapper Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor 2021-10-07 16:59:13 +02:00
miri@9c18177cd3 Update miri 2021-10-28 21:38:43 -04:00
remote-test-client Migrate to 2021 2021-09-20 22:21:42 -04:00
remote-test-server Migrate to 2021 2021-09-20 22:21:42 -04:00
rls@bf88026f11 Bump RLS submodule 2021-09-07 11:16:31 -04:00
rust-analyzer@2c0f433fd2 ⬆️ rust-analyzer 2021-11-08 12:07:03 +02:00
rust-demangler Migrate to 2021 2021-09-20 22:21:42 -04:00
rust-installer@5254dbfd25 bump rust-installer submodule 2020-12-28 12:48:11 +01:00
rustbook Migrate to 2021 2021-09-20 22:21:42 -04:00
rustc-workspace-hack Update winapi shared features. 2021-10-12 07:14:32 -07:00
rustdoc Migrate to 2021 2021-09-20 22:21:42 -04:00
rustdoc-gui Show how many tests are running in parallel 2021-10-03 08:20:08 -04:00
rustdoc-js Allow to run a specific rustdoc-js* test 2021-11-09 17:41:51 +01:00
rustdoc-themes Migrate to 2021 2021-09-20 22:21:42 -04:00
rustfmt Merge commit 'ea199bacef' into rustfmt-sync 2021-11-07 20:37:34 -06:00
tidy Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
tier-check Migrate to 2021 2021-09-20 22:21:42 -04:00
unicode-table-generator Let unicode-table-generator fail gracefully for bitsets 2021-10-06 17:35:49 -07:00
unstable-book-gen Migrate to 2021 2021-09-20 22:21:42 -04:00
x Migrate to 2021 2021-09-20 22:21:42 -04:00
cherry-pick.sh Add cherry-pick.sh convenience script. 2021-08-20 11:58:18 +01:00
publish_toolstate.py Disable validate_maintainers. 2021-09-15 09:25:06 -07:00