rust/src
Michalis Kokologiannakis d2176c36a1 genmc/api: Don't use macros for mutex state
Use scoped constexprs instead.
2025-11-29 10:54:15 +01:00
..
bootstrap Auto merge of #149348 - GuillaumeGomez:subtree-update_cg_gcc_2025-11-26, r=GuillaumeGomez 2025-11-28 01:53:22 +00: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 Merge ref '88bd39beb3' from rust-lang/rust 2025-11-28 10:33:46 +01:00
etc synchronize helix/zed/vscode settings 2025-11-27 16:01:47 +01:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Rollup merge of #149334 - asukaminato0721:149288, r=notriddle 2025-11-27 15:59:13 +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 genmc/api: Don't use macros for mutex state 2025-11-29 10:54:15 +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.