Expand description
Implementation of compiling the compiler and standard library, in “check”-based modes.
Macros§
Structs§
- Bootstrap
- Cargo
Miri - Clippy
- Codegen
Backend - Checks a single codegen backend.
- Compiletest
- Compiletest is implicitly “checked” when it gets built in order to run tests, so this is mainly for people working on compiletest to run locally.
- Coverage
Dump - Features
Status Dump - Miri
- Miropt
Test Tools - RunMake
Support - Rust
Analyzer - Checks Rust analyzer that links to .rmetas from a checked rustc.
- Rustc
- Checks rustc using
build_compiler
and copies the built .rmeta files into the sysroot ofbuild_compiler
. - Rustdoc
- Rustfmt
- Std
- Test
Float Parse
Functions§
- prepare_
compiler_ 🔒for_ check - Prepares a compiler that will check something with the given
mode
. - run_
tool_ 🔒check_ step - Used by the implementation of
Step::run
intool_check_step!
.