-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 58c2dd9
Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #139745 (Avoid unused clones in `Cloned<I>` and `Copied<I>`)
- #139757 (opt-dist: use executable-extension for host llvm-profdata)
- #139778 (Add test for issue 34834)
- #139783 (Use `compiletest-ignore-dir` for bootstrap self-tests)
- #139797 (Allow (but don't require) `#[unsafe(naked)]` so that `compiler-builtins` can upgrade to it)
- #139799 (Specify `--print info=file` syntax in `--help`)
- #139811 (Use `newtype_index!`-generated types more idiomatically)
- #139813 (Miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
42 files changed
+353
-173
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src/region_infer
- rustc_codegen_llvm/src/debuginfo
- rustc_hir_analysis/src/check
- rustc_hir/src
- rustc_infer/src/infer
- region_constraints
- snapshot
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src/thir/cx
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve/eval_ctxt
- rustc_parse/src
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_trait_selection/src/traits
- library/core/src/iter/adapters
- src/tools
- miri
- ci
- src/shims/windows
- tests
- pass-dep/shims
- pass/issues
- opt-dist/src
- tests
- run-make/rustc-help
- ui
- asm
- bootstrap/self-test
- invalid-compile-flags
- traits/associated_type_bound
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+353
-173
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
2041 | - | ||
2041 | + | ||
2042 | 2042 |
| |
2043 | - | ||
2043 | + | ||
2044 | 2044 |
| |
2045 | 2045 |
| |
2046 | 2046 |
| |
2047 | 2047 |
| |
2048 | 2048 |
| |
2049 | 2049 |
| |
2050 | 2050 |
| |
2051 | - | ||
2051 | + | ||
2052 | 2052 |
| |
2053 | - | ||
2053 | + | ||
2054 | 2054 |
| |
2055 | 2055 |
| |
2056 | 2056 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 | - | ||
452 | - | ||
451 | + | ||
453 | 452 |
| |
454 | 453 |
| |
455 | 454 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 | - | ||
342 | - | ||
341 | + | ||
343 | 342 |
| |
344 | 343 |
| |
345 | 344 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 | - | ||
47 | - | ||
45 | + | ||
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
55 | - | ||
50 | + | ||
51 | + | ||
52 | + | ||
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 | - | ||
609 | + | ||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 | - | ||
627 | - | ||
628 | - | ||
629 | - | ||
626 | + | ||
630 | 627 |
| |
631 | 628 |
| |
632 | 629 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 | - | ||
622 | - | ||
623 | - | ||
621 | + | ||
624 | 622 |
| |
625 | 623 |
| |
626 | 624 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | + | ||
33 | 34 |
| |
34 | 35 |
| |
35 | - | ||
36 | - | ||
37 | - | ||
36 | + | ||
37 | + | ||
38 | + | ||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 | - | ||
534 | + | ||
535 | 535 |
| |
536 | - | ||
536 | + | ||
537 | 537 |
| |
538 | 538 |
| |
539 | - | ||
539 | + | ||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 | - | ||
281 | + | ||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
|
0 commit comments