rust/src
2025-08-28 20:10:54 +10:00
..
bootstrap Rollup merge of #145887 - GuillaumeGomez:bootstrap-codegen-backends, r=Kobzol 2025-08-26 23:25:04 +02:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci Rollup merge of #145790 - mati865:gnullvm-improve-dist, r=Kobzol 2025-08-26 23:25:01 +02:00
doc Rollup merge of #145904 - Kobzol:riscv-musl-platform-support, r=jieyouxu 2025-08-27 07:45:57 +02:00
etc Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco 2025-08-26 16:34:12 +02:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Add serde_json to [workspace.dependencies]. 2025-08-28 20:10:54 +10:00
llvm-project@9a1f898064 Update to LLVM 21.1.0 rc3 2025-08-12 12:01:55 +02:00
rustc-std-workspace
rustdoc-json-types rustdoc-json: Move #[macro_export] from Other to it's own variant 2025-07-30 19:57:32 +00:00
tools Add serde_json to [workspace.dependencies]. 2025-08-28 20:10:54 +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.