Commit 8cd20cb
committed
Auto merge of rust-lang#126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxu
Rollup of 8 pull requests
Successful merges:
- rust-lang#125258 (Resolve elided lifetimes in assoc const to static if no other lifetimes are in scope)
- rust-lang#126250 (docs(change): Don't mention a Cargo 2024 edition change for 1.79)
- rust-lang#126288 (doc: Added commas where needed)
- rust-lang#126346 (export std::os::fd module on HermitOS)
- rust-lang#126468 (div_euclid, rem_euclid: clarify/extend documentation)
- rust-lang#126531 (Add codegen test for `Request::provide_*`)
- rust-lang#126535 (coverage: Arrange span extraction/refinement as a series of passes)
- rust-lang#126538 (coverage: Several small improvements to graph code)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
5 files changed
+17
-24
lines changed- core/src
- num
- ptr
- std/src/os
- hermit/io
5 files changed
+17
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
| 931 | + | |
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2784 | 2784 | | |
2785 | 2785 | | |
2786 | 2786 | | |
2787 | | - | |
2788 | | - | |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
| 2790 | + | |
2789 | 2791 | | |
2790 | 2792 | | |
2791 | 2793 | | |
| |||
2823 | 2825 | | |
2824 | 2826 | | |
2825 | 2827 | | |
2826 | | - | |
2827 | | - | |
| 2828 | + | |
| 2829 | + | |
2828 | 2830 | | |
2829 | 2831 | | |
2830 | 2832 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
1100 | | - | |
| 1100 | + | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
| |||
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
1293 | | - | |
| 1293 | + | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
| |||
1570 | 1570 | | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | | - | |
| 1573 | + | |
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments