rust/src
Jonathan Brouwer b86fbcd358
Rollup merge of #151810 - Unique-Usman:ua/debuginfostat, r=Kobzol
citool: report debuginfo test statistics

Extend CI postprocessing to aggregate pass/fail/ignored counts for debuginfo tests. Tests are identified via their reported suite names (e.g. debuginfo-gdb, debuginfo-lldb or debuginfo-cdb).
2026-02-04 14:39:20 +01:00
..
bootstrap Rollup merge of #152008 - lnicola:sync-from-ra, r=lnicola 2026-02-03 21:58:38 +11:00
build_helper citool: report debuginfo test statistics 2026-02-04 06:44:09 +05:30
ci Rollup merge of #151810 - Unique-Usman:ua/debuginfostat, r=Kobzol 2026-02-04 14:39:20 +01:00
doc Rollup merge of #152022 - tshepang:rdg-sync, r=tshepang 2026-02-02 23:12:09 -05: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 #151834 - GuillaumeGomez:update-askama, r=GuillaumeGomez 2026-01-29 17:47:32 +01:00
llvm-project@41256ab128 Update to LLVM 22 2026-01-27 12:09:39 +01:00
rustc-std-workspace
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools rustbook/README.md: add missing ) 2026-02-03 22:26:19 -08: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.