rust/src
Jacob Pratt 9b4219baad
Rollup merge of #149460 - lolbinarycat:rustdoc-search-sort-stable-first, r=notriddle
rustdoc: sort stable items first

Finally tackling this again now that the search system refactor is done.  The tests and the general approach were taken from the original PR.
2026-02-13 22:26:32 -05:00
..
bootstrap Rollup merge of #152536 - ozankenangungor:bootstrap-explicit-open-encoding, r=jieyouxu 2026-02-13 13:35:02 +01:00
build_helper citool: report debuginfo test statistics 2026-02-04 06:44:09 +05:30
ci Rollup merge of #152440 - him2him2:fix-typos-compiler, r=Kivooeo,Kobzol 2026-02-13 13:35:02 +01:00
doc doc: move riscv64a23-unknown-linux-gnu to tier 2 2026-02-13 00:34:43 +03: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 #149460 - lolbinarycat:rustdoc-search-sort-stable-first, r=notriddle 2026-02-13 22:26:32 -05:00
llvm-project@a306f6a8c5 Update to LLVM 22 rc 3 2026-02-10 10:11:25 +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 Auto merge of #152533 - flip1995:clippy-subtree-update, r=Manishearth 2026-02-13 18:09:00 +00: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.