rust/src/etc
Matthias Krüger cfe78d99ae
Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=Kobzol
implement new `x` flag: `--skip-std-check-if-no-download-rustc`

One of our developers (``@RalfJung)`` [reported](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Surprising.20stages.20for.20check.20build.20after.20stage.20reorg/with/521925606)[#t-infra/bootstrap > Surprising stages for check build after stage reorg](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Surprising.20stages.20for.20check.20build.20after.20stage.20reorg/with/521925606) that working on both the compiler and the library simultaneously with RA enabled is extremely difficult because checking library creates a heavy load on machines (by building stage1 compiler) on each modification. `--skip-std-check-if-no-download-rustc` flag is intended to reduce this heavy load on their IDE integration as much as possible.

Fixes: rust-lang/rust#141955
2025-06-05 12:21:34 +02:00
..
completions update skip_std_check_if_no_download_rustc doc-comments 2025-06-04 15:29:00 +03:00
installer wix: allow to skip more components 2025-03-17 19:30:09 +08:00
natvis Update libcore.natvis for Pin. 2025-04-17 21:16:58 +02:00
third-party Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
cat-and-grep.sh remove dead code in CGREP script 2024-10-27 21:23:28 -04:00
CONFIGS.md Add sublime-rust to CONFIGS.md. 2016-08-22 01:24:01 -04:00
cpu-usage-over-time-plot.sh Fix a bunch of typo 2022-08-31 18:24:55 +08:00
ctags.rust Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
dec2flt_table.py core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
gdb_load_rust_pretty_printers.py Reformat Python code with ruff 2024-12-04 23:03:44 +01:00
gdb_lookup.py Reformat Python code with ruff 2024-12-04 23:03:44 +01:00
gdb_providers.py change lookup from OsString.inner.inner.0 -> OsString.inner.inner.bytes 2025-01-21 03:23:01 -06:00
generate-deriving-span-tests.py Reformat Python code with ruff 2024-12-04 23:03:44 +01:00
generate-keyword-tests.py Reformat Python code with ruff 2024-12-04 23:03:44 +01:00
htmldocck.py Add link to correct documentation in htmldocck.py 2025-06-04 20:05:13 +10:00
indenter fix some python3 incompatibilities 2017-11-16 13:34:13 -05:00
lldb_batchmode.py fix: properly escape regexes 2025-03-04 05:22:26 +08:00
lldb_commands fix string and tuple struct formatting 2025-02-12 01:30:09 -06:00
lldb_lookup.py use python built in type annotations 2024-12-31 00:53:59 -06:00
lldb_providers.py fix string and tuple struct formatting 2025-02-12 01:30:09 -06:00
pre-push.sh Skip tidy in pre-push hook if the user is deleting a remote branch 2025-02-25 13:48:31 +00:00
rust-gdb Typo fix in src/etc/rust-gdb 2023-04-14 19:07:13 -07:00
rust-gdbgui rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
rust-lldb Fix loading pretty-printers in rust-lldb script 2020-08-28 09:29:45 +03:00
rust-windbg.cmd Remove licenses 2018-12-25 21:08:33 -07:00
rust_analyzer_eglot.el Update IDEs to use rustfmt 2024, fix Zed settings 2025-05-15 20:38:03 -04:00
rust_analyzer_helix.toml Update IDEs to use rustfmt 2024, fix Zed settings 2025-05-15 20:38:03 -04:00
rust_analyzer_settings.json Update IDEs to use rustfmt 2024, fix Zed settings 2025-05-15 20:38:03 -04:00
rust_analyzer_zed.json Update IDEs to use rustfmt 2024, fix Zed settings 2025-05-15 20:38:03 -04:00
rust_types.py use python built in type annotations 2024-12-31 00:53:59 -06:00