rust/src
Mattias Petersson 9289323fe2 Specify toolchain part in building and running
There was an issue raised that the toolchain explanation for building
and running the compiler needed some refinement. This patch aims to
remedy that by specifying what "first" and "second" refer to, and what
the toolchain does. Small change to the language to specify that the
stage2 toolchain is not built, and how one would build it.
2025-11-27 20:29:30 +01:00
..
bootstrap Rollup merge of #149306 - RalfJung:bootstra-miri-jemalloc, r=Kobzol 2025-11-27 12:36:54 +11:00
build_helper Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
ci Build gnullvm toolchains on Windows natively 2025-11-23 21:23:52 +01:00
doc Specify toolchain part in building and running 2025-11-27 20:29:30 +01:00
etc Rollup merge of #148751 - mati865:gnullvm-windows-host, r=marcoieni 2025-11-26 23:32:06 +11:00
gcc@28b84db392 Update GCC submodule 2025-11-04 16:22:37 +01:00
librustdoc simplify_fn_type can only ever return 0 or 1 types, doesn't need to take &mut Vec 2025-11-26 12:24:20 +02: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 Rollup merge of #149190 - zachs18:chilly, r=Mark-Simulacrum 2025-11-27 12:36:51 +11: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.