rust/src
Ralf Jung 0f4176d682 Merge ref '878374e07f' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 878374e07f
Filtered ref: a46a01d9de0d6a8cb834a0cc04b9156d61493c39
Upstream diff: 35a31ba763...878374e07f

This merge was created using https://github.com/rust-lang/josh-sync.
2026-02-01 12:44:32 +01:00
..
bootstrap Rollup merge of #151262 - Shunpoco:tidy-clap, r=Zalathar 2026-01-31 10:41:52 +01:00
build_helper Avoid serde dependency in build_helper when not necessary 2026-01-14 13:21:16 +00:00
ci Update askama version to 0.15.4 2026-01-29 17:08:19 +01:00
doc reword 2026-02-01 10:46:02 +09: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 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 Merge ref '878374e07f' from rust-lang/rust 2026-02-01 12:44:32 +01: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.