rust/src
bors 4068bafedd Auto merge of #147913 - matthiaskrgr:rollup-lmm3dsh, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#147577 (Improve error message for ambiguous numeric types in closure parameters)
 - rust-lang/rust#147785 (fix incorrect line number when building trimmed multi-line suggestions)
 - rust-lang/rust#147814 (btree: some cleanup with less unsafe)
 - rust-lang/rust#147843 (Change the tidy license checker)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-10-20 16:40:43 +00:00
..
bootstrap update CONFIG_CHANGE_HISTORY 2025-10-19 21:04:40 +02:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Auto merge of #147662 - Zalathar:rollup-j8ci0f2, r=Zalathar 2025-10-14 12:32:31 +00:00
doc Rollup merge of #147888 - ZuseZ4:autodiff-with-download-ci, r=jieyouxu 2025-10-20 22:30:54 +11:00
etc Rollup merge of #147178 - Walnut356:msvc_enum_summary, r=Mark-Simulacrum 2025-10-12 19:07:46 +02:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Rollup merge of #147809 - GuillaumeGomez:fix-rustdoc-passes, r=fmease 2025-10-18 15:09:05 +02: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 #147913 - matthiaskrgr:rollup-lmm3dsh, r=matthiaskrgr 2025-10-20 16:40:43 +00:00
README.md
stage0 Update stage0 per previous commmit 2025-09-27 08:45:40 -04:00
version Bump version to 1.92.0 2025-09-13 10:09:15 -04: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.