rust/src
Lukas Wirth cd7a58e412 Pre-allocate intern storages with 64kb of data
To reduce the amount of re-allocating the hashtables which can be expensive given the need to re-hash
2026-01-02 13:20:06 +01:00
..
bootstrap Auto merge of #150283 - Urgau:remap-debuginfo-absolute, r=jieyouxu 2025-12-24 06:23:00 +00:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Add support for automation/bors/auto merge branch 2025-12-23 15:47:03 +01:00
doc Auto merge of #150283 - Urgau:remap-debuginfo-absolute, r=jieyouxu 2025-12-24 06:23:00 +00:00
etc add a missing comma to default r-a settings file 2025-11-29 21:31:43 +00:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Fix tools 2025-12-23 13:55:00 +00:00
llvm-project@00d23d10dc Update LLVM submodule 2025-12-20 09:53:08 +08: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 Pre-allocate intern storages with 64kb of data 2026-01-02 13:20:06 +01:00
README.md
stage0 bump stage0 2025-12-19 15:04:30 -08:00
version bump version number 2025-12-05 19:33:24 +00: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.