Rollup of 7 pull requests Successful merges: - #95008 ([`let_chains`] Forbid `let` inside parentheses) - #95801 (Replace RwLock by a futex based one on Linux) - #95864 (Fix miscompilation of inline assembly with outputs in cases where we emit an invoke instead of call instruction.) - #95894 (Fix formatting error in pin.rs docs) - #95895 (Clarify str::from_utf8_unchecked's invariants) - #95901 (Remove duplicate aliases for `check codegen_{cranelift,gcc}` and fix `build codegen_gcc`) - #95927 (CI: do not compile libcore twice when performing LLVM PGO) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| ci | ||
| doc | ||
| etc | ||
| librustdoc | ||
| llvm-project@9168e236c5 | ||
| 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.