rust/src
2025-11-01 13:51:02 +00:00
..
bootstrap chore: Update typos to 1.38.1 2025-10-20 12:20:15 -06:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci ci: loongarch64: use medium code model to avoid relocation overflows 2025-10-27 09:44:16 +08:00
doc Rollup merge of #148186 - notriddle:test-cci, r=GuillaumeGomez,jieyouxu 2025-10-28 20:39:41 +11:00
etc Use --print host-tuple to get the host 2025-11-01 13:51:02 +00:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc rustdoc: remove --emit=unversioned-shared-resources 2025-10-27 17:28:51 -07:00
llvm-project@4f74b76fb6 Update LLVM to 21.1.3 2025-10-09 18:23:56 +08:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Auto merge of #148231 - weihanglo:update-cargo, r=weihanglo 2025-10-29 05:10:21 +00:00
README.md
stage0 Update stage0 per previous commmit 2025-09-27 08:45:40 -04: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.