rust/src
Stuart Cook d2ce84e306
Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu
compiletest: Remove several remnants of the old libtest-based executor

I noticed a few bits of low-hanging cleanup that are possible now that the non-libtest executor is well and truly established.
2025-08-28 23:10:35 +10:00
..
bootstrap Remove several remnants of the old libtest-based executor 2025-08-27 23:15:30 +10:00
build_helper Fix some minor issues in comments 2025-08-24 16:58:22 +08:00
ci Rollup merge of #145790 - mati865:gnullvm-improve-dist, r=Kobzol 2025-08-26 23:25:01 +02:00
doc Rollup merge of #145904 - Kobzol:riscv-musl-platform-support, r=jieyouxu 2025-08-27 07:45:57 +02:00
etc Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco 2025-08-26 16:34:12 +02:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomez 2025-08-27 19:23:30 +00:00
llvm-project@19f0a49c5c Update to LLVM 21.1.0 2025-08-26 17:15:13 +02:00
rustc-std-workspace
rustdoc-json-types rustdoc-json: Move #[macro_export] from Other to it's own variant 2025-07-30 19:57:32 +00:00
tools Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu 2025-08-28 23:10:35 +10:00
README.md
stage0 bump stage0 2025-08-06 13:22:38 +01: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.