Commit d6ff760
committed
Auto merge of rust-lang#149351 - Zalathar:rollup-ee06zha, r=Zalathar
Rollup of 12 pull requests
Successful merges:
- rust-lang#147936 (Offload intrinsic)
- rust-lang#148358 (Fix some issues around `rustc_public`)
- rust-lang#148452 (Mangle symbols with a mangled name close to PDB limits with v0 instead of legacy mangling to avoid linker errors)
- rust-lang#148751 (Build gnullvm toolchains on Windows natively)
- rust-lang#148951 (rustc_target: aarch64: Remove deprecated FEAT_TME)
- rust-lang#149149 ([rustdoc] misc search index cleanups)
- rust-lang#149173 (Use rust rather than LLVM target features in the target spec)
- rust-lang#149307 (Deny const auto traits)
- rust-lang#149312 (Mark riscv64gc-unknown-linux-musl as tier 2 target)
- rust-lang#149317 (Handle inline asm in has_ffi_unwind_calls)
- rust-lang#149326 (Remove unused `Clone` derive on `DelayedLint`)
- rust-lang#149341 (Add `Copy` to some AST enums.)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
2 files changed
+5
-0
lines changed- compiler/rustc_public/src
- unstable
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| 838 | + | |
| 839 | + | |
838 | 840 | | |
839 | 841 | | |
840 | 842 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
0 commit comments