Rollup of 8 pull requests Successful merges: - #91993 (Tweak output for non-exhaustive `match` expression) - #92385 (Add Result::{ok, err, and, or, unwrap_or} as const) - #94559 (Remove argument from closure in thread::Scope::spawn.) - #94580 (Emit `unused_attributes` if a level attr only has a reason) - #94586 (Generalize `get_nullable_type` to allow types where null is all-ones.) - #94708 (diagnostics: only talk about `Cargo.toml` if running under Cargo) - #94712 (promot debug_assert to assert) - #94726 (⬆️ rust-analyzer) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| ci | ||
| doc | ||
| etc | ||
| librustdoc | ||
| llvm-project@e29ac13bc9 | ||
| rustdoc-json-types | ||
| test | ||
| tools | ||
| README.md | ||
| stage0.json | ||
| version | ||
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.