-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 93257e2
Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #137816 (attempt to support `BinaryFormat::Xcoff` in `naked_asm!`)
- #138109 (make precise capturing args in rustdoc Json typed)
- #138343 (Enable `f16` tests for `powf`)
- #138356 (bump libc to 0.2.171 to fix xous)
- #138371 (Update compiletest's `has_asm_support` to match rustc)
- #138404 (Cleanup sysroot locating a bit)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
33 files changed
+269
-128
lines changed- compiler
- rustc_ast_lowering/src
- rustc_codegen_ssa/src
- back
- mir
- rustc_error_messages/src
- rustc_hir_analysis/src
- rustc_hir/src
- rustc_interface/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- ty
- rustc_session/src
- library
- std
- tests/floats
- src
- librustdoc
- clean
- html
- json
- rustdoc-json-types
- tools/compiletest/src
- tests
- assembly/naked-functions
- rustdoc-json
- ui-fulldeps
33 files changed
+269
-128
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | + | ||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 | - | ||
1292 | - | ||
1291 | + | ||
1293 | 1292 |
| |
1294 | 1293 |
| |
1295 | 1294 |
| |
|
Lines changed: 41 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 | - | ||
128 | + | ||
129 | + | ||
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
| |
| |||
157 | 158 |
| |
158 | 159 |
| |
159 | 160 |
| |
160 | - | ||
161 | - | ||
162 | - | ||
163 | - | ||
161 | + | ||
164 | 162 |
| |
165 | 163 |
| |
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
166 | 171 |
| |
167 | 172 |
| |
168 | 173 |
| |
| |||
189 | 194 |
| |
190 | 195 |
| |
191 | 196 |
| |
192 | - | ||
197 | + | ||
193 | 198 |
| |
194 | 199 |
| |
195 | 200 |
| |
| |||
203 | 208 |
| |
204 | 209 |
| |
205 | 210 |
| |
206 | - | ||
211 | + | ||
207 | 212 |
| |
208 | 213 |
| |
209 | 214 |
| |
| |||
224 | 229 |
| |
225 | 230 |
| |
226 | 231 |
| |
227 | - | ||
232 | + | ||
228 | 233 |
| |
229 | 234 |
| |
230 | 235 |
| |
| |||
240 | 245 |
| |
241 | 246 |
| |
242 | 247 |
| |
243 | - | ||
248 | + | ||
244 | 249 |
| |
245 | 250 |
| |
246 | 251 |
| |
| |||
279 | 284 |
| |
280 | 285 |
| |
281 | 286 |
| |
287 | + | ||
288 | + | ||
289 | + | ||
290 | + | ||
291 | + | ||
292 | + | ||
293 | + | ||
294 | + | ||
295 | + | ||
296 | + | ||
297 | + | ||
298 | + | ||
299 | + | ||
300 | + | ||
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
282 | 314 |
| |
283 | 315 |
| |
284 | 316 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
110 | - | ||
109 | + | ||
110 | + | ||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | - | ||
144 | + | ||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3373 | 3373 |
| |
3374 | 3374 |
| |
3375 | 3375 |
| |
3376 | - | ||
3377 | - | ||
3378 | - | ||
3376 | + | ||
3377 | + | ||
3378 | + | ||
3379 | 3379 |
| |
3380 | - | ||
3380 | + | ||
3381 | 3381 |
| |
3382 | 3382 |
| |
3383 | + | ||
3384 | + | ||
3385 | + | ||
3383 | 3386 |
| |
3384 | 3387 |
| |
3385 | 3388 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
31 | + | ||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
1791 | 1791 |
| |
1792 | 1792 |
| |
1793 | 1793 |
| |
1794 | - | ||
1794 | + | ||
1795 | 1795 |
| |
1796 | 1796 |
| |
1797 | 1797 |
| |
| |||
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 | - | ||
1803 | + | ||
1804 | + | ||
1805 | + | ||
1806 | + | ||
1807 | + | ||
1808 | + | ||
1804 | 1809 |
| |
1805 | 1810 |
| |
1806 | 1811 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 | - | ||
393 | + | ||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 | - | ||
427 | + | ||
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
24 | + | ||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
44 | + | ||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
440 | 441 |
| |
441 | 442 |
| |
442 | 443 |
| |
443 | - | ||
444 | + | ||
444 | 445 |
| |
445 | 446 |
| |
446 | 447 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
1424 | 1424 |
| |
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | - | ||
1427 | + | ||
1428 | 1428 |
| |
1429 | 1429 |
| |
1430 | 1430 |
| |
|
0 commit comments