mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
7057231bd7
Update to LLVM 22.1.0-rc3 Update to LLVM 22.1.0-rc3, plus a cherry-pick of https://github.com/llvm/llvm-project/pull/179631 which is still pending backport upstream. Fixes https://github.com/rust-lang/rust/issues/151926. Fixes https://github.com/rust-lang/rust/issues/151832. Fixes https://github.com/rust-lang/rust/issues/151818. Fixes https://github.com/rust-lang/rust/issues/151807. Fixes [#t-compiler/help > Inlining causing function to get replace with TRAP](https://rust-lang.zulipchat.com/#narrow/channel/182449-t-compiler.2Fhelp/topic/Inlining.20causing.20function.20to.20get.20replace.20with.20TRAP/with/568824178). Should also address https://github.com/rust-lang/rust/issues/131745, but we should verify that separately.
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.