Files
rust/src
Stuart Cook 472c7cd880 Rollup merge of #148317 - Zalathar:cli-paths-mod, r=Kobzol
bootstrap: Extract parts of `bootstrap::core::builder` into a `cli_paths` module

One of the things that makes bootstrap's CLI path handling hard to work with is the fact that it's in the middle of a ~2000 line file full of all sorts of other things. And the primary code sequence is in an unhelpfully-named `StepDescription::run` function.

This PR therefore pulls some key chunks of code out into a `cli_paths` submodule.

This should be a purely non-functional change.
2025-10-31 22:41:20 +11:00
..
2025-08-26 18:09:42 +02:00
2025-10-09 18:23:56 +08:00
2025-10-28 13:35:43 -07: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.