rust/src
2026-01-19 09:20:55 -05:00
..
bootstrap Rollup merge of #149623 - jieyouxu:redundant-tool-test-step, r=Zalathar 2025-12-04 16:07:56 +01:00
build_helper Revert bors email to the original homu one 2026-01-17 15:36:12 -05:00
ci Bump to stable release 2026-01-19 09:20:55 -05:00
doc Auto merge of #149646 - matthiaskrgr:rollup-jbfeow8, r=matthiaskrgr 2025-12-04 22:04:03 +00:00
etc add a missing comma to default r-a settings file 2025-11-29 21:31:43 +00:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc [beta] rustdoc: Stop unconditionally evaluating the initializer of associated consts 2026-01-17 12:25:36 +01:00
llvm-project@85a90d119d Update to LLVM 21.1.8 2025-12-20 13:54:29 -08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools partially revert 8d597aa365 2026-01-08 16:20:02 -08:00
README.md
stage0 Revert bors email to the original homu one 2026-01-17 15:36:12 -05: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.