rust/src
bjorn3 eec532020e Disable proc-macro-srv tests on stage 0
They break whenever the proc macro ABI changes due to it building a proc
macro against the bootstrap sysroot.
2026-01-24 14:44:03 +00:00
..
bootstrap Disable proc-macro-srv tests on stage 0 2026-01-24 14:44:03 +00:00
build_helper Avoid serde dependency in build_helper when not necessary 2026-01-14 13:21:16 +00:00
ci add x86_64-unknown-linux-gnuasan to CI 2026-01-21 16:30:26 +00:00
doc Fix v0 symbol mangling for assoc const bindings 2026-01-21 12:53:45 +01: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 Auto merge of #150843 - fmease:dyn-ace, r=BoxyUwU 2026-01-22 01:56:41 +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 Use rustc_proc_macro in rust-analyzer-proc-macro-srv 2026-01-24 10:51:48 +00: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.