rust/src
Matthias Krüger 925951dddc
Rollup merge of #147086 - Zalathar:payload, r=jieyouxu
compiletest: Use `PanicHookInfo::payload_as_str` now that it's stable in beta

Nice little FIXME cleanup after the bootstrap beta bump to 1.91 in https://github.com/rust-lang/rust/pull/146636.

r? jieyouxu
2025-09-28 09:15:28 +02:00
..
bootstrap Rollup merge of #142139 - erickt:include-hashes, r=Mark-Simulacrum 2025-09-28 09:15:22 +02:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Rename rust.use-lld to rust.bootstrap-override-lld 2025-09-26 20:21:21 +02:00
doc Rollup merge of #147081 - moturus:fix_md, r=workingjubilee 2025-09-28 09:15:27 +02: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 Rollup merge of #146942 - yotamofek:pr/rustdoc/finish_deprecating_write_str, r=GuillaumeGomez 2025-09-28 09:15:25 +02:00
llvm-project@8c30b9c509 Update LLVM to 21.1.2 2025-09-24 07:34:22 +08:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Rollup merge of #147086 - Zalathar:payload, r=jieyouxu 2025-09-28 09:15:28 +02: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.