rust/src
Stuart Cook 0901e356c2
Rollup merge of #144569 - tshepang:rdg-sync, r=Kobzol
rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to e19866a61d.

Created using https://github.com/rust-lang/josh-sync.

r? `````@ghost`````
2025-07-29 16:16:43 +10:00
..
bootstrap add support for ./x check src/tools/linkchecker 2025-07-28 11:05:01 +02:00
build_helper integrate build_helper::npm into js checks and package.json usage 2025-07-19 14:56:42 -05:00
ci Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Simulacrum 2025-07-29 16:16:42 +10:00
doc reword to avoid using a term used in a confusing manner, "error annotations" 2025-07-28 09:09:41 +02: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 Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez 2025-07-28 01:16:39 +02:00
llvm-project@e8a2ffcf32 Update LLVM submodule 2025-07-17 19:53:13 +08:00
rustc-std-workspace
rustdoc-json-types rustdoc-json: Structured attributes 2025-07-15 16:52:41 +00:00
tools Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss 2025-07-29 16:16:41 +10:00
README.md
stage0 Update stage0 to 1.89.0-beta.1 2025-07-01 10:54:33 -07: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.