mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
94b49fd998
Rollup of 9 pull requests Successful merges: - rust-lang/rust#148407 (Warn against calls which mutate an interior mutable `const`-item) - rust-lang/rust#149065 (Address annotate-snippets test differences) - rust-lang/rust#149072 (Fix the issue of unused assignment from MIR liveness checking) - rust-lang/rust#149077 (feat: Enable annotate-snippets' simd feature) - rust-lang/rust#149168 (Fix ICE when collecting opaques from trait method declarations) - rust-lang/rust#149180 (Couple of refactors to SharedEmitter) - rust-lang/rust#149185 (Handle cycles when checking impl candidates for `doc(hidden)`) - rust-lang/rust#149194 (Move safe computation out of unsafe block) - rust-lang/rust#149204 (Fix typo in HashMap performance comment) r? `@ghost` `@rustbot` modify labels: rollup
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.