rust/src
bors b2a322beb2 Auto merge of #145343 - Kobzol:dogfood-z-no-embed-metadata, r=bjorn3
Dogfood `-Zno-embed-metadata` in the standard library

This PR dogfoods the [`-Zno-embed-metadata`](https://github.com/rust-lang/cargo/issues/15495) flag in the standard library. This removes the .rmeta portion out of the `libstd.so` file, thus reducing its filesize on disk. Notably, this reduces the amount of MiB that we ship to people who download the standard library.

I think that the only way to find out what this breaks is to try to run full CI, and then try to land it on nightly :)

r? @ghost
2026-01-13 07:30:35 +00:00
..
bootstrap Dogfood -Zno-embed-metadata for the standard library 2026-01-12 10:52:13 +01:00
build_helper Revert bors email to the original homu one 2026-01-11 11:32:32 +01:00
ci Auto merge of #150959 - Kobzol:bors-email-3, r=marcoieni 2026-01-12 10:04:23 +00:00
doc Rollup merge of #150438 - m68k-elf-platform-doc-update, r=Noratrieb 2026-01-12 00:02:53 +01:00
etc fixup debugger files wrt to MaybeDangling 2025-12-26 22:02:17 +01:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Auto merge of #150786 - reddevilmidzy:mgca-array, r=BoxyUwU 2026-01-12 13:26:21 +00:00
llvm-project@00d23d10dc Update LLVM submodule 2025-12-20 09:53:08 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools Auto merge of #150844 - fmease:mv-ace-tests, r=BoxyUwU 2026-01-12 20:08:40 +00:00
README.md
stage0 Revert bors email to the original homu one 2026-01-11 11:32:32 +01:00
version bump version number 2025-12-05 19:33:24 +00: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.