mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fbd6934114
Rollup of 18 pull requests Successful merges: - rust-lang/rust#152799 (Subtree sync for rustc_codegen_cranelift) - rust-lang/rust#152814 (stdarch subtree update) - rust-lang/rust#151059 (x86: support passing `u128`/`i128` to inline assembly) - rust-lang/rust#152097 (Suggest local variables for captured format args) - rust-lang/rust#152734 (Respect the `--ci` flag in more places in bootstrap) - rust-lang/rust#151703 (Fix ICE in transmutability error reporting when type aliases are normalized) - rust-lang/rust#152173 (Reflection TypeKind::FnPtr) - rust-lang/rust#152564 (Remove unnecessary closure.) - rust-lang/rust#152628 (tests: rustc_public: Check const allocation for all variables (1 of 11 was missing)) - rust-lang/rust#152658 (compiletest: normalize stderr before SVG rendering) - rust-lang/rust#152766 (std::r#try! - avoid link to nightly docs) - rust-lang/rust#152780 (Remove some clones in deriving) - rust-lang/rust#152787 (Add a mir-opt test for alignment check generation [zero changes outside tests]) - rust-lang/rust#152790 (Fix incorrect target in aarch64-unknown-linux-gnu docs) - rust-lang/rust#152792 (Fix an ICE while checking param env shadowing on an erroneous trait impl) - rust-lang/rust#152793 (Do no add -no-pie on Windows) - rust-lang/rust#152803 (Avoid delayed-bug ICE for malformed diagnostic attrs) - rust-lang/rust#152806 (interpret: fix comment typo)
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.