Files
rust/src
Seth Junot a726de2305 bootstrap: respect build.python on macOS
The `python()` method was hardcoded to return `/usr/bin/python3` on
macOS, ignoring the `build.python` config option. This change respects
the config and removes the macOS-specific default.
2025-11-10 13:27:11 -08:00
..
2025-11-10 10:21:34 +01:00
2025-11-08 10:21:22 +08:00
2025-11-10 10:21:34 +01: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.