about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbit-aloo <sshourya17@gmail.com>2025-06-03 13:45:23 +0530
committerbit-aloo <sshourya17@gmail.com>2025-06-03 13:45:23 +0530
commit8a807cd498e24fcbe34f6bdb72ff28f4bddf89a5 (patch)
treeec1569a5762c89248330d38dc72a70f7a08ad0a4 /compiler/rustc_codegen_gcc
parentb17dba45186c454576d0fc8fb93ecc65eb1a763a (diff)
downloadrust-8a807cd498e24fcbe34f6bdb72ff28f4bddf89a5.tar.gz
rust-8a807cd498e24fcbe34f6bdb72ff28f4bddf89a5.zip
This commit adds a `toml` module that represents various subsections of `bootstrap.toml`.
The module primarily defines the TOML representations of these subsections and their corresponding
configuration parsing implementations, which are ultimately integrated into the main configuration.

- `mod.rs` – Serves as the entry point for the TOML configuration and defines the `TomlConfig` struct along with its parsing implementation.
- `rust.rs` – Defines the `Rust` subsection struct and its configuration parsing implementation.
- `target.rs` – Defines the `Target` subsection struct and its configuration parsing implementation.
- `llvm.rs` – Defines the `Llvm` subsection struct and its configuration parsing implementation.
- `install.rs` – Defines the `Install` subsection struct and its configuration parsing implementation.
- `gcc.rs` – Defines the `Gcc` subsection struct and its configuration parsing implementation.
- `dist.rs` – Defines the `Dist` subsection struct and its configuration parsing implementation.
- `build.rs` – Defines the `Build` subsection struct and its configuration parsing implementation.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions