rust/src
bors 3d461af2a2 Auto merge of #149059 - GuillaumeGomez:rollup-s6m2mmy, r=GuillaumeGomez
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#148970 (std: sys: fs: uefi: Implement stat)
 - rust-lang/rust#149020 (flush_delayed: add note about stashed diagnostics)
 - rust-lang/rust#149026 (Add test for href of reexported enum variant)
 - rust-lang/rust#149049 (compiletest: Use JSON "binary-format" to decide `//@ only-elf` and `//@ ignore-elf`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-11-18 14:07:46 +00:00
..
bootstrap Build with -Zannotate-moves by default 2025-11-17 11:01:21 -08:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Auto merge of #148763 - yotamofek:use-yarn, r=Kobzol 2025-11-17 11:04:04 +00:00
doc Rollup merge of #149031 - rustbot:docs-update, r=ehuss 2025-11-17 21:48:00 +01:00
etc Auto merge of #148685 - Zalathar:lldb-python, r=jieyouxu 2025-11-10 05:45:10 +00:00
gcc@28b84db392 Update GCC submodule 2025-11-04 16:22:37 +01:00
librustdoc Update npm package, remove another unused one, and fix some typing errors that started popping when we moved to yarn 2025-11-17 10:58:18 +02:00
llvm-project@16b5ac8b0a Update LLVM to 21.1.5 2025-11-08 10:21:22 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Auto merge of #149059 - GuillaumeGomez:rollup-s6m2mmy, r=GuillaumeGomez 2025-11-18 14:07:46 +00:00
README.md
stage0 Change default branch to main 2025-11-10 10:21:34 +01:00
version Bump the version number to 1.93.0 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.