rust/src
2025-12-03 16:11:20 +01:00
..
bootstrap miri: use tikv-jemalloc-sys from sysroot 2025-11-24 10:00:23 +01:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Update wasm-related dependencies in CI 2025-11-18 10:52:19 -08:00
doc Merge ref 'c871d09d1c' from rust-lang/rust 2025-11-25 05:02:42 +00:00
etc align gnu enum output with msvc enum output 2025-11-23 20:12:08 -06:00
gcc@28b84db392 Update GCC submodule 2025-11-04 16:22:37 +01:00
librustdoc Rollup merge of #149208 - GuillaumeGomez:less-unwraps, r=yotamofek,lolbinarycat 2025-11-24 19:10:44 +01:00
llvm-project@16b5ac8b0a Update LLVM to 21.1.5 2025-11-08 10:21:22 +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 Support retagging of wildcard references in tree borrows 2025-12-03 16:11:20 +01:00
README.md
stage0 Change default branch to main 2025-11-10 10:21:34 +01:00
version Bump the version number to 1.93.0 2025-10-24 11:12:06 -07: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.