rust/src
Stuart Cook dd43c8848d
Rollup merge of #150474 - reddevilmidzy:tidy-sub-dir, r=Zalathar
Tidy: detect ui tests subdirectory changes so `tests/ui/README.md` stays in sync

close: rust-lang/rust#150399

There's an issue where `tests/ui/README.md` isn't updated whenever the ui subdirectory changes.
I've added subdirectory change detection to tidy ~~added a new mention to `triage.toml` to notify `tests/ui/README.md` to also be updated~~.

r? @Urgau
2026-01-29 19:03:29 +11:00
..
bootstrap Rollup merge of #151766 - ferrocene:jyn/x-fix, r=jieyouxu 2026-01-28 19:03:54 +11:00
build_helper Avoid serde dependency in build_helper when not necessary 2026-01-14 13:21:16 +00:00
ci Auto merge of #151778 - Zalathar:rollup-A0breU3, r=Zalathar 2026-01-28 11:21:46 +00:00
doc Rollup merge of #151702 - xtqqczze:omit-copyright-notice, r=jieyouxu 2026-01-27 17:36:37 +11:00
etc fixup debugger files wrt to MaybeDangling 2025-12-26 22:02:17 +01:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Rollup merge of #151747 - GuillaumeGomez:update-askama, r=jieyouxu 2026-01-28 19:03:53 +11:00
llvm-project@41256ab128 Update to LLVM 22 2026-01-27 12:09:39 +01:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools Rollup merge of #150474 - reddevilmidzy:tidy-sub-dir, r=Zalathar 2026-01-29 19:03:29 +11:00
README.md
stage0 Bump stage0 2026-01-21 20:03:56 -05:00
version Bump version to 1.95.0 2026-01-17 10:19:26 -05: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.