This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 96218dd
Auto merge of rust-lang#125533 - workingjubilee:rollup-679cc5k, r=workingjubilee
Rollup of 9 pull requests
Successful merges:
- rust-lang#124080 (Some unstable changes to where opaque types get defined)
- rust-lang#125271 (use posix_memalign on almost all Unix targets)
- rust-lang#125433 (A small diagnostic improvement for dropping_copy_types)
- rust-lang#125498 (Stop using the avx512er and avx512pf x86 target features)
- rust-lang#125510 (remove proof tree formatting, make em shallow)
- rust-lang#125513 (Don't eagerly monomorphize drop for types that are impossible to instantiate)
- rust-lang#125514 (Structurally resolve before `builtin_index` in EUV)
- rust-lang#125515 ( bootstrap: support target specific config overrides )
- rust-lang#125527 (Add manual Sync impl for ReentrantLockGuard)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
77 files changed
+832
-661
lines changed- compiler
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lint
- src
- rustc_middle/src
- traits/solve
- ty
- rustc_mir_build/src/build/expr
- rustc_monomorphize/src
- rustc_session/src
- rustc_target/src
- rustc_trait_selection/src
- solve
- eval_ctxt
- inspect
- traits
- error_reporting
- select
- rustc_type_ir/src
- solve
- inspect
- library/std
- src
- sync
- sys/pal/unix
- tests
- src/bootstrap/src/core/config
- tests/ui
- associated-types
- check-cfg
- codegen
- impl-trait
- lint
- sync
- traits
- next-solver/typeck
- trait-upcasting
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+832
-661
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1741 | 1741 |
| |
1742 | 1742 |
| |
1743 | 1743 |
| |
1744 | - | ||
1744 | + | ||
1745 | + | ||
1746 | + | ||
1747 | + | ||
1748 | + | ||
1745 | 1749 |
| |
1746 | 1750 |
| |
1747 | 1751 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
799 | 799 |
| |
800 | 800 |
| |
801 | 801 |
| |
802 | - | ||
803 | - | ||
804 | - | ||
805 | - | ||
802 | + | ||
806 | 803 |
| |
807 | 804 |
| |
808 | 805 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 | + | ||
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
|
Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | - | ||
8 | + | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
167 | 180 |
| |
168 | 181 |
| |
169 | 182 |
| |
170 | - | ||
183 | + | ||
171 | 184 |
| |
172 | 185 |
| |
173 | 186 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
677 | 677 |
| |
678 | 678 |
| |
679 | 679 |
| |
680 | - | ||
681 | 680 |
| |
682 | 681 |
| |
683 | 682 |
| |
684 | 683 |
| |
684 | + | ||
685 | + | ||
686 | + | ||
687 | + | ||
688 | + | ||
689 | + | ||
690 | + | ||
691 | + | ||
692 | + | ||
693 | + | ||
694 | + | ||
695 | + | ||
696 | + | ||
697 | + | ||
698 | + | ||
685 | 699 |
| |
686 | 700 |
| |
687 | 701 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | - | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | - | ||
20 | + | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
31 | + | ||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | - | ||
110 | + | ||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | - | ||
106 | + | ||
107 | + | ||
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
|
Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 | - | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
266 | + | ||
256 | 267 |
| |
257 | 268 |
| |
258 | 269 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | + | ||
1438 | + | ||
1439 | + | ||
1440 | + | ||
1441 | + | ||
1442 | + | ||
1443 | + | ||
1444 | + | ||
1445 | + | ||
1437 | 1446 |
| |
1438 | 1447 |
| |
1439 | 1448 |
| |
|
0 commit comments