rust/src
Jacob Pratt 66f2a19676
Rollup merge of #138321 - wesleywiser:bootstrap_package_pdbs, r=onur-ozkan
[bootstrap] Distribute split debuginfo if present

If debuginfo has been requested in `config.toml`, it should be packaged alongside the appropriate binary when running `x.py dist`.

Currently, this is only implemented for msvc environments where split debuginfo is (basically) the only option. I've tested that this correctly packages the `.pdb` for each binary in the various dist packages.
2025-03-23 20:44:09 -04:00
..
bootstrap Rollup merge of #138321 - wesleywiser:bootstrap_package_pdbs, r=onur-ozkan 2025-03-23 20:44:09 -04:00
build_helper Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark-Simulacrum 2025-03-23 20:44:08 -04:00
ci Disable CI mode when checking default bootstrap profiles 2025-03-21 12:18:51 +01:00
doc Document supported-crate-types print request in unstable book 2025-03-23 19:08:55 +08:00
etc update completion files 2025-03-20 14:03:40 +03:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc Rollup merge of #138293 - clubby789:doc-cfg-gate, r=GuillaumeGomez 2025-03-23 14:59:30 -04:00
llvm-project@acaea3d2bb Update to LLVM 20.1.1 2025-03-19 10:36:30 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
tools Say which test failed the COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS assertion 2025-03-23 19:28:33 +08:00
README.md
stage0 bump stage0 2025-02-18 08:51:01 -08:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.