rust/src
Guillaume Gomez 7d91d20df1
Rollup merge of #144959 - Marcondiro:master, r=Mark-Simulacrum
fix(unicode-table-generator): fix duplicated unique indices

unicode-table-generator panicked while populating `distinct_indices` because of duplicated indices. This was introduced in rust-lang/rust#144134, where the order of `canonical_words.push(...)` and `canonical_words.len()` was swapped.

Fixes: rust-lang/rust#144134
2025-08-14 11:39:36 +02:00
..
bootstrap Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu 2025-08-14 04:23:07 +00:00
build_helper integrate build_helper::npm into js checks and package.json usage 2025-07-19 14:56:42 -05:00
ci Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu 2025-08-14 04:23:07 +00:00
doc Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiser 2025-08-14 11:39:33 +02:00
etc update completions 2025-07-19 14:52:31 -05:00
gcc@04ce66d8c9 Update src/gcc submodule to 04ce66d8c918de9273bd7101638ad8724edf5e21 2025-05-14 18:02:02 +02:00
librustdoc rustdoc: Allow multiple references to a single footnote 2025-08-14 04:39:31 +00:00
llvm-project@9a1f898064 Update to LLVM 21.1.0 rc3 2025-08-12 12:01:55 +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 #144959 - Marcondiro:master, r=Mark-Simulacrum 2025-08-14 11:39:36 +02: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.