rust/src
2025-09-09 09:00:12 -07:00
..
bootstrap Ship LLVM tools for the correct target when cross-compiling 2025-09-09 09:00:12 -07:00
build_helper integrate build_helper::npm into js checks and package.json usage 2025-07-19 14:56:42 -05:00
ci Demote x86_64-apple-darwin to Tier 2 with host tools 2025-08-21 09:32:15 -07:00
doc Demote x86_64-apple-darwin to Tier 2 with host tools 2025-08-21 09:32:15 -07:00
etc update completions 2025-07-19 14:52:31 -05:00
gcc@04ce66d8c9 Update src/gcc submodule to 04ce66d8c918de9273bd7101638ad8724edf5e21 2025-05-14 18:02:02 +02:00
librustdoc Auto merge of #144768 - jhpratt:rollup-otf1yfj, r=jhpratt 2025-08-01 07:09:43 +00:00
llvm-project@e8a2ffcf32 Update LLVM submodule 2025-07-17 19:53:13 +08:00
rustc-std-workspace
rustdoc-json-types rustdoc-json: Move #[macro_export] from Other to it's own variant 2025-07-30 19:57:32 +00:00
tools Use aarch64-apple-darwin as the fallback doc source for -apple- 2025-08-21 08:46:29 -07:00
README.md
stage0 bump bootstrap compiler 2025-08-08 16:21:29 +01:00
version Bump the version number to 1.90.0 2025-06-20 10:08:52 -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.