This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7b0e554
committed
Auto merge of rust-lang#88329 - LeSeulArtichaut:rollup-blg8hc0, r=LeSeulArtichaut
Rollup of 16 pull requests
Successful merges:
- rust-lang#87944 (add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells)
- rust-lang#88156 (Adjust / fix documentation of `Arc::make_mut`)
- rust-lang#88157 (bootstrap.py: recognize riscv64 when auto-detect)
- rust-lang#88196 (Refactor `named_asm_labels` to a HIR lint)
- rust-lang#88218 (Remove `Session.trait_methods_not_found`)
- rust-lang#88223 (Remove the `TryV2` alias)
- rust-lang#88226 (Fix typo “a Rc” → “an Rc” (and a few more))
- rust-lang#88267 (2229: Update signature for truncate function)
- rust-lang#88273 (Fix references to `ControlFlow` in docs)
- rust-lang#88277 (Update books)
- rust-lang#88291 (Add SAFETY comments to core::slice::sort::partition_in_blocks)
- rust-lang#88293 (Fix grammar in alloc test)
- rust-lang#88298 (Errorkind reorder)
- rust-lang#88299 (Stabilise BufWriter::into_parts)
- rust-lang#88314 (Add type of a let tait test)
- rust-lang#88325 (Add mutable-noalias to the release notes for 1.54)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
45 files changed
+682
-319
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_data_structures/src/owning_ref
- rustc_hir/src
- rustc_infer/src/traits/error_reporting
- rustc_lint_defs/src
- rustc_lint/src
- rustc_session/src
- rustc_typeck/src/check
- fn_ctxt
- method
- library
- alloc
- src
- tests
- core/src
- iter/traits
- ops
- slice
- task
- std/src
- ffi
- io
- buffered
- src
- bootstrap
- doc
- test/ui
- asm
- drop
- rfcs/rfc-1789-as-cell
- 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.
45 files changed
+682
-319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
| 2031 | + | |
2031 | 2032 | | |
2032 | 2033 | | |
2033 | 2034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
395 | 396 | | |
396 | | - | |
| 397 | + | |
| 398 | + | |
397 | 399 | | |
398 | 400 | | |
399 | 401 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
| 487 | + | |
492 | 488 | | |
493 | 489 | | |
494 | 490 | | |
| |||
501 | 497 | | |
502 | 498 | | |
503 | 499 | | |
| 500 | + | |
| 501 | + | |
504 | 502 | | |
505 | 503 | | |
506 | 504 | | |
| |||
524 | 522 | | |
525 | 523 | | |
526 | 524 | | |
527 | | - | |
528 | 525 | | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
529 | 532 | | |
530 | 533 | | |
531 | 534 | | |
| |||
560 | 563 | | |
561 | 564 | | |
562 | 565 | | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | 566 | | |
630 | 567 | | |
631 | 568 | | |
| |||
819 | 756 | | |
820 | 757 | | |
821 | 758 | | |
| 759 | + | |
822 | 760 | | |
823 | 761 | | |
824 | 762 | | |
| |||
833 | 771 | | |
834 | 772 | | |
835 | 773 | | |
836 | | - | |
| 774 | + | |
837 | 775 | | |
838 | 776 | | |
839 | 777 | | |
| |||
860 | 798 | | |
861 | 799 | | |
862 | 800 | | |
863 | | - | |
| 801 | + | |
864 | 802 | | |
865 | 803 | | |
866 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
| 1149 | + | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
| |||
1157 | 1157 | | |
1158 | 1158 | | |
1159 | 1159 | | |
1160 | | - | |
| 1160 | + | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| |||
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | | - | |
| 1176 | + | |
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2386 | 2386 | | |
2387 | 2387 | | |
2388 | 2388 | | |
| 2389 | + | |
2389 | 2390 | | |
2390 | 2391 | | |
2391 | 2392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 107 | | |
114 | 108 | | |
0 commit comments