Files
rust/src
Jonathan Brouwer e173d63004 Rollup merge of #152908 - bjorn3:dist_profile_remap_debuginfo, r=Kobzol
Enable rust.remap-debuginfo in the dist profile

Anyone who distributes rustc almost certainly wants to enable this option. It is necessary for reproducibility and for a distributed rustc local paths are useless anyway. And finally it improves privacy if you distribute a local build.
2026-02-23 20:46:11 +01:00
..
2026-02-21 22:38:31 -05:00
2026-02-14 16:59:09 +01:00
2026-02-10 10:11:25 +01:00
2026-01-21 20:03:56 -05:00
2026-01-17 10:19:26 -05: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.