rust/src
Guillaume Gomez 8f89503777
Rollup merge of #150864 - fix-aarch64-platform-docs, r=jdonszelmann
The aarch64-unknown-none target requires NEON, so the docs were wrong.

As discussed [on zulip](https://rust-lang.zulipchat.com/#narrow/channel/242906-t-compiler.2Farm/topic/aarch64-unknown-none.20platform.20docs/with/567045743), we think the docs for the aarch64-unknown-none target don't match the target spec.
2026-01-09 12:00:03 +01:00
..
bootstrap Rollup merge of #150717 - jobs, r=Kobzol 2026-01-08 16:25:31 +01:00
build_helper Update bors e-mail lookup 2026-01-07 22:45:41 +01:00
ci Auto merge of #150538 - Kobzol:dist-cg-gcc-component, r=jieyouxu 2026-01-08 09:53:23 +00:00
doc Rollup merge of #150864 - fix-aarch64-platform-docs, r=jdonszelmann 2026-01-09 12:00:03 +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 Rollup merge of #150816 - method-anchor, r=camelid 2026-01-09 12:00:01 +01: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 Rollup merge of #150821 - remove-test, r=jackh726 2026-01-09 12:00:02 +01:00
README.md
stage0 Update bors e-mail lookup 2026-01-07 22:45:41 +01:00
version bump version number 2025-12-05 19:33:24 +00: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.