rust/src
2025-09-20 13:13:53 -04:00
..
bootstrap Revert "compiler: Add Windows resources to rustc-main and rustc_driver" 2025-09-17 16:33:41 -04:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci Set channel to beta 2025-09-14 14:43:32 -04: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 Don't store defaultness for inherent impl items 2025-09-12 15:14:15 -05:00
llvm-project@333793696b Update to LLVM 21.1.1 2025-09-10 10:24:07 +02:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin 2025-09-13 18:55:17 -04: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.