Files
rust/src
bors 94b49fd998 Auto merge of #149222 - matthiaskrgr:rollup-cl428i7, r=matthiaskrgr
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
2025-11-22 19:51:05 +00:00
..
2025-11-18 10:52:19 -08:00
2025-11-04 16:22:37 +01:00
2025-11-08 10:21:22 +08:00
2025-11-10 10:21:34 +01:00
2025-10-24 11:12:06 -07:00

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.