Files
rust/src
Stuart Cook af33da37f6 Rollup merge of #144807 - Shourya742:2025-07-30-streamline-config, r=Kobzol
Streamline config in bootstrap

This PR restructures the config module to improve readability and debuggability. It also aims to eliminate as many invariants as possible. Best reviewed commit by commit.

r? `````@Kobzol`````
2025-08-08 12:52:51 +10:00
..
2025-07-19 14:52:31 -05:00
2025-08-01 10:17:04 +02:00
2025-08-06 13:22:38 +01:00
2025-08-01 09:04:01 +01: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.