-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 81d8edc
Auto merge of #137900 - matthiaskrgr:rollup-rvan5ao, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- #137375 (Minor internal comments fix for `BufRead::read_line`)
- #137641 (More precisely document `Global::deallocate()`'s safety.)
- #137755 (doc: update Wasmtime flags)
- #137851 (improve `simd_select` error message when used with invalid mask type)
- #137860 (rustc_target: Add msync target feature and enable it on powerpcspe targets)
- #137871 (fix `RangeBounds::is_empty` documentation)
- #137873 (Disable `f16` on Aarch64 without `neon`)
- #137876 (Adjust triagebot.toml entries for `rustc_mir_build/src/builder/`)
- #137883 (edit mailmap)
- #137886 (`name()` and `trimmed_name()` for `stable_mir::crate_def::DefId`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
20 files changed
+158
-31
lines changed- compiler
- rustc_codegen_ssa
- src
- rustc_target/src
- spec/targets
- stable_mir/src
- library
- alloc/src
- core/src/ops
- std
- src/io
- src/doc/rustc/src/platform-support
- tests/ui
- check-cfg
- simd/intrinsic
20 files changed
+158
-31
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 | + | ||
296 | + | ||
297 | + | ||
295 | 298 |
| |
296 | 299 |
| |
297 | 300 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | - | ||
122 | + | ||
123 | + | ||
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
960 | + | ||
960 | 961 |
| |
961 | 962 |
| |
962 | 963 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
464 | + | ||
464 | 465 |
| |
465 | 466 |
| |
466 | 467 |
| |
|
Lines changed: 26 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
13 | 34 |
| |
14 | 35 |
| |
15 | 36 |
| |
| |||
19 | 40 |
| |
20 | 41 |
| |
21 | 42 |
| |
43 | + | ||
44 | + | ||
22 | 45 |
| |
23 | - | ||
24 | - | ||
46 | + | ||
25 | 47 |
| |
26 | 48 |
| |
27 | 49 |
| |
28 | 50 |
| |
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
51 | + | ||
37 | 52 |
| |
38 | - | ||
39 | - | ||
53 | + | ||
40 | 54 |
| |
41 | 55 |
| |
42 | 56 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
51 | + | ||
55 | 52 |
| |
56 | 53 |
| |
57 | 54 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 | - | ||
268 | - | ||
267 | + | ||
268 | + | ||
269 | + | ||
270 | + | ||
271 | + | ||
272 | + | ||
273 | + | ||
274 | + | ||
269 | 275 |
| |
270 | 276 |
| |
271 | 277 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
830 | - | ||
830 | + | ||
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
|
0 commit comments