Files
rust/src
bors b354133fb1 Auto merge of #157398 - jhpratt:rollup-qXar4uR, r=jhpratt
Rollup of 12 pull requests

Successful merges:

 - rust-lang/rust#157085 (powerpc: warn against incorrect values for ABI-relevant target features)
 - rust-lang/rust#157170 (Use `impl` restrictions in `std`, `core`)
 - rust-lang/rust#157217 ([tiny] remove unecessary `.into()` calls)
 - rust-lang/rust#157262 (rustdoc: IXCRE: Preserve sizedness bounds on type params belonging to the parent item)
 - rust-lang/rust#157379 (Some more simple per-owner resolver changes)
 - rust-lang/rust#157381 (librustdoc: fix CSS border issue to support Firefox high contrast mode)
 - rust-lang/rust#155512 (interpreter: improve comments and error message in mir_assign_valid_types)
 - rust-lang/rust#157254 (Correct description of panic.rs)
 - rust-lang/rust#157290 (interpret: fix mir::UnOp layout computation)
 - rust-lang/rust#157332 (Rewrite target checking for `#[sanitize]`)
 - rust-lang/rust#157351 (Avoid leaking the query-job collection warning into the panic query stack)
 - rust-lang/rust#157389 (Add @clarfonthey to libs review rotation)
2026-06-03 19:50:26 +00:00
..
2026-04-29 23:30:49 +02:00
2026-05-20 13:07:43 +08:00
2026-05-31 06:56:06 -07:00
2026-05-22 00:33:25 -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.