Commit f479b8f
committed
Auto merge of #152825 - JonathanBrouwer:rollup-0YvwE70, r=JonathanBrouwer
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)File tree
31 files changed
+24999
-3573
lines changed- .github/workflows
- ci
- docker/hexagon-unknown-linux-musl
- crates
- core_arch/src
- aarch64/neon
- hexagon
- loongarch64
- lasx
- lsx
- intrinsic-test/src/common
- stdarch-gen-arm/spec/neon
- stdarch-gen-hexagon
- src
- stdarch-gen-loongarch
- src
- examples
31 files changed
+24999
-3573
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
210 | 217 | | |
211 | 218 | | |
212 | 219 | | |
| |||
300 | 307 | | |
301 | 308 | | |
302 | 309 | | |
303 | | - | |
| 310 | + | |
304 | 311 | | |
305 | 312 | | |
306 | 313 | | |
| |||
318 | 325 | | |
319 | 326 | | |
320 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
321 | 332 | | |
322 | 333 | | |
323 | 334 | | |
| |||
0 commit comments