Commit 36502a6
committed
Auto merge of #154008 - JonathanBrouwer:rollup-tfGnRi2, r=JonathanBrouwer
Rollup of 14 pull requests
Successful merges:
- rust-lang/rust#153972 (stdarch subtree update)
- rust-lang/rust#153801 (Add the option to run UI tests with the parallel frontend)
- rust-lang/rust#153959 (Fix non-module `parent_module` in stripped cfg diagnostics)
- rust-lang/rust#153967 (Tweak wording of failed predicate in inference error)
- rust-lang/rust#152968 (Flip "region lattice" in RegionKind doc comment)
- rust-lang/rust#153531 (Fix LegacyKeyValueFormat report from docker build: various)
- rust-lang/rust#153622 (remove concept of soft-unstable features)
- rust-lang/rust#153709 (Fix hypothetical ICE in `variances_of`)
- rust-lang/rust#153884 (test `classify-runtime-const` for `f16`)
- rust-lang/rust#153894 (Point at unit structs on foreign crates in type errors when they are the pattern of a binding)
- rust-lang/rust#153920 (improve `#[track_caller]` invalid ABI error)
- rust-lang/rust#153946 (dissolve `tests/ui/cross`)
- rust-lang/rust#153965 (Fix minor kasan bugs)
- rust-lang/rust#153991 (Small report_cycle refactor)21 files changed
Lines changed: 802 additions & 177 deletions
File tree
- .github/workflows
- crates
- core_arch/src
- aarch64
- neon
- s390x
- x86_64
- x86
- stdarch-gen-arm/spec/neon
- stdarch-verify/tests
- examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
15 | 9 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 10 | + | |
20 | 11 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 12 | + | |
25 | 13 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 14 | + | |
30 | 15 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 16 | + | |
35 | 17 | | |
36 | 18 | | |
37 | 19 | | |
| |||
127 | 109 | | |
128 | 110 | | |
129 | 111 | | |
130 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
131 | 117 | | |
132 | 118 | | |
133 | 119 | | |
134 | 120 | | |
135 | 121 | | |
136 | 122 | | |
137 | | - | |
| 123 | + | |
138 | 124 | | |
139 | 125 | | |
140 | 126 | | |
141 | 127 | | |
142 | 128 | | |
143 | 129 | | |
144 | | - | |
| 130 | + | |
145 | 131 | | |
146 | 132 | | |
147 | 133 | | |
148 | 134 | | |
149 | 135 | | |
150 | 136 | | |
151 | | - | |
| 137 | + | |
152 | 138 | | |
153 | 139 | | |
154 | 140 | | |
155 | 141 | | |
156 | 142 | | |
157 | 143 | | |
158 | | - | |
| 144 | + | |
159 | 145 | | |
160 | 146 | | |
161 | 147 | | |
162 | 148 | | |
163 | 149 | | |
164 | 150 | | |
165 | | - | |
| 151 | + | |
166 | 152 | | |
167 | 153 | | |
168 | 154 | | |
| |||
0 commit comments