Files
rust/src
bors ddc1a64229 Auto merge of #157005 - JonathanBrouwer:rollup-1BZFgyy, r=JonathanBrouwer
Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#156796 (Fix missing suggestion when matching `String` with `&str`)
 - rust-lang/rust#156933 (rustc_parse_format: improve the error diagnostic for `+` sign flag)
 - rust-lang/rust#156545 (fix issue-144595)
 - rust-lang/rust#156814 (Extend macOS deployment target mismatch filter to cover dylib and new ld formats)
 - rust-lang/rust#156851 (rustdoc: avoid ICE when rendering body-less type consts)
 - rust-lang/rust#156942 (Remove unneeded `#[skip_arg]` attributes)
 - rust-lang/rust#156972 (add field_projections fixme)
 - rust-lang/rust#156975 (Move check_cfg out of diagnostic attr module)
 - rust-lang/rust#156989 (Add missing --set rust.codegen-backends=["gcc"] in the gcc codegen Dockerfile for the core tests)
2026-05-27 08:25:14 +00:00
..
2026-05-25 01:32:05 -05:00
2026-04-29 23:30:49 +02:00
2026-05-20 13:07:43 +08:00
2026-05-26 20:44:39 -04:00
2026-04-16 19:30:56 -04: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.