rust/src
Stuart Cook 2ad61521d7
Rollup merge of #147596 - thejpster:build-new-arm-tier2-targets, r=Mark-Simulacrum
Adjust the Arm targets in CI to reflect latest changes

* Adds build of `armv7a-none-eabihf` (https://github.com/rust-lang/rust/pull/146522)
* Adds build of `armv8r-none-eabihf` (https://github.com/rust-lang/rust/pull/146520)
* Drops build of `armeb*-none-*` (https://github.com/rust-lang/rust/pull/146523)

I wasn't sure why `armv7a-none-eabihf` was missing from the build-manifest program, but `armv8r-none-eabihf` was there, as they were both Tier 3 targets up until very recently. So, I added it, but that might be wrong.
2025-10-14 16:31:01 +11:00
..
bootstrap Rollup merge of #147626 - Kobzol:lld-generalize2, r=jieyouxu 2025-10-13 11:25:25 +02:00
build_helper Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
ci Rollup merge of #147596 - thejpster:build-new-arm-tier2-targets, r=Mark-Simulacrum 2025-10-14 16:31:01 +11:00
doc Rollup merge of #147553 - saethlin:wasip3-tier-3, r=petrochenkov 2025-10-11 07:06:00 +08:00
etc Rollup merge of #147178 - Walnut356:msvc_enum_summary, r=Mark-Simulacrum 2025-10-12 19:07:46 +02:00
gcc@4e995bd73c Update GCC submodule 2025-08-26 18:09:42 +02:00
librustdoc Auto merge of #147475 - matthiaskrgr:rollup-iyrkv0g, r=matthiaskrgr 2025-10-08 16:07:07 +00:00
llvm-project@4f74b76fb6 Update LLVM to 21.1.3 2025-10-09 18:23:56 +08:00
rustc-std-workspace
rustdoc-json-types Add new doc(attribute = "...") attribute 2025-08-28 15:56:29 +02:00
tools Rollup merge of #147596 - thejpster:build-new-arm-tier2-targets, r=Mark-Simulacrum 2025-10-14 16:31:01 +11:00
README.md
stage0 Update stage0 per previous commmit 2025-09-27 08:45:40 -04:00
version Bump version to 1.92.0 2025-09-13 10:09:15 -04: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.