rust/src
2025-10-27 10:58:10 -07:00
..
bootstrap Remove the temporary directory when a check ends 2025-10-11 09:41:17 -07:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci 1.91.0 stable release 2025-10-27 10:58:10 -07:00
doc Update CURRENT_RUSTC_VERSION post-bump 2025-09-14 14:43:32 -04:00
etc htmldocck: fix a bug in relative paths / globs 2025-09-03 09:09:18 -07:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc rustdoc-search: stringdex 0.0.2 2025-10-27 09:36:11 -07:00
llvm-project@8c30b9c509 Update LLVM to 21.1.2 2025-10-10 13:40:18 -07:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools fix(len_zero): don't eagerly call GenericArgs::type_at (#15660) 2025-10-27 10:58:10 -07:00
README.md
stage0 Bump to released stable compiler on beta branch 2025-09-20 13:13:53 -04: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.