rust/src
bors 8401398e1f Auto merge of #148762 - matthiaskrgr:rollup-4oifvkr, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#148248 (Constify `ControlFlow` methods without unstable bounds)
 - rust-lang/rust#148285 (Constify `ControlFlow` methods with unstable bounds)
 - rust-lang/rust#148510 (compiletest: Do the known-directives check only once, and improve its error message)
 - rust-lang/rust#148655 (Fix invalid macro tag generation for keywords which can be followed by values)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-11-09 23:15:34 +00:00
..
bootstrap Rollup merge of #148723 - Zalathar:bootstrap-doctest, r=jieyouxu 2025-11-09 17:37:08 +01:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Auto merge of #148435 - ZhongyaoChen:promote-riscv64a23-to-tier2, r=jieyouxu 2025-11-09 19:57:56 +00:00
doc Auto merge of #148435 - ZhongyaoChen:promote-riscv64a23-to-tier2, r=jieyouxu 2025-11-09 19:57:56 +00:00
etc Rollup merge of #147179 - Walnut356:template_lookup, r=Mark-Simulacrum 2025-11-09 13:22:24 +11:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Fix invalid macro tag generation for keywords which can be followed by values 2025-11-09 18:00:52 +01:00
llvm-project@4f74b76fb6 Update LLVM to 21.1.3 2025-10-09 18:23:56 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Rollup merge of #148510 - Zalathar:known-directives, r=jieyouxu 2025-11-09 20:59:53 +01: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.