rust/src
bors fca2e941f8 Auto merge of #148356 - matthiaskrgr:rollup-mh4l2yi, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - rust-lang/rust#135602 (Tweak output of missing lifetime on associated type)
 - rust-lang/rust#139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
 - rust-lang/rust#142682 (Update bundled musl to 1.2.5)
 - rust-lang/rust#148171 (Simplify code to generate line numbers in highlight)
 - rust-lang/rust#148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
 - rust-lang/rust#148301 ([rustdoc search] Include extern crates when filtering on `import`)
 - rust-lang/rust#148330 (Don't require dlltool with the dummy backend on MinGW)
 - rust-lang/rust#148338 (cleanup: upstream dropped amx-transpose functionality)
 - rust-lang/rust#148340 (Clippy subtree update)
 - rust-lang/rust#148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-11-01 16:44:42 +00:00
..
bootstrap Rollup merge of #147622 - Kmeakin:km/unicode-data/refactors, r=joboet 2025-10-31 18:41:48 +01:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Rollup merge of #142682 - Gankra:update_musl_1.2.5, r=wesleywiser 2025-11-01 08:25:44 +01:00
doc Auto merge of #148356 - matthiaskrgr:rollup-mh4l2yi, r=matthiaskrgr 2025-11-01 16:44:42 +00:00
etc Add new --bypass-ignore-backends option 2025-10-29 14:11:07 +01:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Rollup merge of #148301 - GuillaumeGomez:import-filter, r=notriddle 2025-11-01 08:25:46 +01: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 #148356 - matthiaskrgr:rollup-mh4l2yi, r=matthiaskrgr 2025-11-01 16:44:42 +00:00
README.md
stage0 Bump stage0 to 1.92.0-beta.1 2025-10-28 13:35:43 -07: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.