This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit cbceb29
committed
Auto merge of rust-lang#130265 - Zalathar:rollup-cm4x04z, r=Zalathar
Rollup of 8 pull requests
Successful merges:
- rust-lang#129367 (Fix default/minimum deployment target for Aarch64 simulator targets)
- rust-lang#129992 (Update compiler-builtins to 0.1.125)
- rust-lang#130052 (Don't leave debug locations for constants sitting on the builder indefinitely)
- rust-lang#130156 (Add test for S_OBJNAME & update test for LF_BUILDINFO cl and cmd)
- rust-lang#130160 (Fix `slice::first_mut` docs)
- rust-lang#130250 (Fix `clippy::useless_conversion`)
- rust-lang#130252 (Properly report error on `const gen fn`)
- rust-lang#130256 (Re-run coverage tests if `coverage-dump` was modified)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
39 files changed
+245
-98
lines changed- compiler
- rustc_ast_passes
- src
- rustc_ast/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- debuginfo
- llvm
- rustc_codegen_ssa/src
- mir
- traits
- rustc_const_eval/src
- const_eval
- interpret
- rustc_errors/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/fn_ctxt
- rustc_middle/src/ty
- print
- rustc_next_trait_solver/src/solve
- rustc_parse/src/parser
- rustc_symbol_mangling/src
- rustc_target/src/spec/base/apple
- rustc_trait_selection/src/traits
- library
- alloc
- core/src/slice
- std
- src
- doc/rustc/src/platform-support
- tools
- clippy/clippy_utils/src
- compiletest/src
- run-make-support/src/external_deps
- tests
- debuginfo
- run-make
- apple-deployment-target
- pdb-buildinfo-cl-cmd
- pdb-sobjname
- ui/coroutine
39 files changed
+245
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2602 | 2602 | | |
2603 | 2603 | | |
2604 | 2604 | | |
2605 | | - | |
2606 | | - | |
2607 | | - | |
2608 | | - | |
2609 | | - | |
2610 | | - | |
| 2605 | + | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
2611 | 2611 | | |
2612 | 2612 | | |
2613 | 2613 | | |
| |||
3486 | 3486 | | |
3487 | 3487 | | |
3488 | 3488 | | |
3489 | | - | |
| 3489 | + | |
3490 | 3490 | | |
3491 | 3491 | | |
3492 | 3492 | | |
| |||
3500 | 3500 | | |
3501 | 3501 | | |
3502 | 3502 | | |
3503 | | - | |
3504 | | - | |
3505 | | - | |
| 3503 | + | |
3506 | 3504 | | |
3507 | 3505 | | |
3508 | 3506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | | - | |
| 1421 | + | |
1422 | 1422 | | |
1423 | 1423 | | |
1424 | 1424 | | |
1425 | 1425 | | |
1426 | | - | |
1427 | | - | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
1431 | | - | |
1432 | | - | |
1433 | | - | |
1434 | | - | |
1435 | | - | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
1436 | 1431 | | |
1437 | 1432 | | |
1438 | 1433 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
661 | | - | |
| 660 | + | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
666 | | - | |
667 | | - | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
| 670 | + | |
670 | 671 | | |
671 | 672 | | |
672 | 673 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
212 | 218 | | |
213 | 219 | | |
214 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
| 1044 | + | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
550 | 551 | | |
551 | 552 | | |
552 | 553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 78 | + | |
84 | 79 | | |
85 | 80 | | |
86 | 81 | | |
| |||
0 commit comments