rust/src
Stuart Cook a21c2a6ef4
Rollup merge of #145858 - alexcrichton:update-wasm-component-ld, r=lqd
Update wasm-component-ld dependency

Keeping it up-to-date with the latest changes/features.
2025-08-26 14:19:23 +10:00
..
bootstrap Rollup merge of #145845 - Kobzol:fix-distcheck, r=jieyouxu 2025-08-26 14:19:20 +10:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci Rollup merge of #145845 - Kobzol:fix-distcheck, r=jieyouxu 2025-08-26 14:19:20 +10:00
doc Rollup merge of #145856 - rustbot:docs-update, r=ehuss 2025-08-26 14:19:22 +10:00
etc Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark-Simulacrum 2025-08-22 22:00:49 -04:00
gcc@04ce66d8c9 Update src/gcc submodule to 04ce66d8c918de9273bd7101638ad8724edf5e21 2025-05-14 18:02:02 +02:00
librustdoc Rollup merge of #145535 - lolbinarycat:rustdoc-invalid_html_tags-svg-145529, r=GuillaumeGomez 2025-08-26 14:19:16 +10:00
llvm-project@9a1f898064 Update to LLVM 21.1.0 rc3 2025-08-12 12:01:55 +02:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc-json: Move #[macro_export] from Other to it's own variant 2025-07-30 19:57:32 +00:00
tools Rollup merge of #145858 - alexcrichton:update-wasm-component-ld, r=lqd 2025-08-26 14:19:23 +10:00
README.md
stage0 bump stage0 2025-08-06 13:22:38 +01:00
version bump version 2025-08-01 09:04:01 +01: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.