Commit 4422885
committed
Auto merge of rust-lang#147574 - dianqk:rollup-njdujqk, r=dianqk
Rollup of 12 pull requests
Successful merges:
- rust-lang#145651 (Regression test for const promotion with Option<Ordering>)
- rust-lang#145722 (implement Extend<{Group, Literal, Punct, Ident}> for TokenStream)
- rust-lang#146520 (Promote armv8r-none-eabihf target to Tier 2)
- rust-lang#146522 (Promote armv7a-none-eabihf to Tier 2)
- rust-lang#147289 (Mitigate `thread_local!` shadowing issues)
- rust-lang#147515 (Update rustc-perf submodule)
- rust-lang#147522 (compiletest: Use the same directive lines for EarlyProps and ignore/only/needs)
- rust-lang#147525 (Replace locals in debuginfo records during ref_prop and dest_prop)
- rust-lang#147544 (Remove StatementKind::Deinit.)
- rust-lang#147551 (remove `#[rustc_inherit_overflow_checks]` from `is_multiple_of`)
- rust-lang#147553 (Move `wasm32-wasip3` to the tier 3 table)
- rust-lang#147562 (Stabilize `NonZero<u*>::div_ceil`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
70 files changed
+499
-203
lines changed- compiler
- rustc_borrowck/src
- polonius/legacy
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_middle/src/mir
- rustc_mir_build/src/builder/custom/parse
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- coverage/spans
- rustc_public/src
- mir
- unstable/convert/stable
- rustc_target/src/spec/targets
- library
- core/src
- intrinsics
- num
- proc_macro/src
- std/src/sys/thread_local
- native
- src
- doc/rustc/src
- platform-support
- tools
- clippy/clippy_utils/src
- compiletest/src
- directives
- tests
- mir-opt
- building/custom
- debuginfo
- pre-codegen
- ui/debuginfo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+499
-203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | 580 | | |
582 | 581 | | |
583 | 582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
861 | 860 | | |
862 | 861 | | |
863 | 862 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
752 | 751 | | |
753 | 752 | | |
754 | 753 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
936 | 935 | | |
937 | 936 | | |
938 | 937 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
601 | 600 | | |
602 | 601 | | |
603 | 602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
736 | 735 | | |
737 | 736 | | |
738 | 737 | | |
| |||
0 commit comments