Commit fd830fc
Auto merge of rust-lang#154633 - tgross35:rollup-Yvmg0Vs, r=tgross35
Rollup of 9 pull requests
Successful merges:
- rust-lang#154582 (miri subtree update)
- rust-lang#142659 (compiler-builtins: Clean up features)
- rust-lang#153574 (Avoid ICE when param-env normalization leaves unresolved inference variables)
- rust-lang#153648 (Fix EII function aliases eliminated by LTO)
- rust-lang#153790 (Fix regression when dealing with generics/values with unresolved inference)
- rust-lang#154551 (Skip suggestions pointing to macro def for assert_eq)
- rust-lang#154574 (delete several `ui/consts` tests)
- rust-lang#154577 (Update `mir-opt` 64-bit panic-abort tests for `Alignment` rename)
- rust-lang#154579 (remove debug requirement from hooks)File tree
73 files changed
+1284
-353
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- library
- alloc
- compiler-builtins
- builtins-shim
- compiler-builtins
- src/tools/miri
- .github/workflows
- cargo-miri
- ci
- miri-script/src
- src
- concurrency
- shims
- native_lib
- unix
- freebsd
- windows
- x86
- tests
- fail-dep/libc
- fs
- fail
- function_pointers
- validity
- native-lib
- pass
- pass-dep
- concurrency
- libc
- shims
- pass
- intrinsics
- shims
- aarch64
- tests
- crashes
- mir-opt
- pre-codegen
- ui
- consts
- macros
- trait-bounds
- traits
- non_lifetime_binders
- transmutability
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+1284
-353
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3421 | 3421 | | |
3422 | 3422 | | |
3423 | 3423 | | |
3424 | | - | |
| 3424 | + | |
3425 | 3425 | | |
3426 | | - | |
| 3426 | + | |
3427 | 3427 | | |
3428 | 3428 | | |
3429 | 3429 | | |
3430 | 3430 | | |
3431 | | - | |
| 3431 | + | |
3432 | 3432 | | |
3433 | 3433 | | |
3434 | 3434 | | |
| |||
5195 | 5195 | | |
5196 | 5196 | | |
5197 | 5197 | | |
5198 | | - | |
| 5198 | + | |
5199 | 5199 | | |
5200 | | - | |
| 5200 | + | |
5201 | 5201 | | |
5202 | 5202 | | |
5203 | 5203 | | |
| |||
5693 | 5693 | | |
5694 | 5694 | | |
5695 | 5695 | | |
5696 | | - | |
5697 | 5696 | | |
5698 | 5697 | | |
5699 | 5698 | | |
| |||
5708 | 5707 | | |
5709 | 5708 | | |
5710 | 5709 | | |
5711 | | - | |
| 5710 | + | |
5712 | 5711 | | |
5713 | 5712 | | |
5714 | 5713 | | |
5715 | 5714 | | |
5716 | 5715 | | |
5717 | 5716 | | |
| 5717 | + | |
| 5718 | + | |
| 5719 | + | |
| 5720 | + | |
| 5721 | + | |
| 5722 | + | |
| 5723 | + | |
| 5724 | + | |
| 5725 | + | |
| 5726 | + | |
| 5727 | + | |
| 5728 | + | |
| 5729 | + | |
| 5730 | + | |
| 5731 | + | |
5718 | 5732 | | |
5719 | 5733 | | |
5720 | 5734 | | |
| |||
5733 | 5747 | | |
5734 | 5748 | | |
5735 | 5749 | | |
| 5750 | + | |
| 5751 | + | |
| 5752 | + | |
| 5753 | + | |
| 5754 | + | |
| 5755 | + | |
| 5756 | + | |
| 5757 | + | |
| 5758 | + | |
5736 | 5759 | | |
5737 | 5760 | | |
5738 | 5761 | | |
| |||
5762 | 5785 | | |
5763 | 5786 | | |
5764 | 5787 | | |
5765 | | - | |
| 5788 | + | |
5766 | 5789 | | |
5767 | | - | |
| 5790 | + | |
5768 | 5791 | | |
5769 | | - | |
| 5792 | + | |
5770 | 5793 | | |
5771 | 5794 | | |
5772 | 5795 | | |
| |||
5777 | 5800 | | |
5778 | 5801 | | |
5779 | 5802 | | |
5780 | | - | |
| 5803 | + | |
5781 | 5804 | | |
5782 | | - | |
| 5805 | + | |
5783 | 5806 | | |
5784 | 5807 | | |
5785 | 5808 | | |
| |||
6765 | 6788 | | |
6766 | 6789 | | |
6767 | 6790 | | |
| 6791 | + | |
| 6792 | + | |
| 6793 | + | |
| 6794 | + | |
| 6795 | + | |
| 6796 | + | |
6768 | 6797 | | |
6769 | 6798 | | |
6770 | 6799 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2878 | 2878 | | |
2879 | 2879 | | |
2880 | 2880 | | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
2881 | 2885 | | |
2882 | 2886 | | |
2883 | 2887 | | |
| |||
Lines changed: 26 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
548 | 551 | | |
549 | 552 | | |
| 553 | + | |
550 | 554 | | |
551 | 555 | | |
552 | 556 | | |
| |||
593 | 597 | | |
594 | 598 | | |
595 | 599 | | |
596 | | - | |
597 | 600 | | |
598 | 601 | | |
599 | 602 | | |
| |||
644 | 647 | | |
645 | 648 | | |
646 | 649 | | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
647 | 653 | | |
648 | 654 | | |
649 | 655 | | |
| |||
661 | 667 | | |
662 | 668 | | |
663 | 669 | | |
664 | | - | |
| 670 | + | |
665 | 671 | | |
666 | 672 | | |
667 | | - | |
| 673 | + | |
668 | 674 | | |
669 | 675 | | |
670 | 676 | | |
| |||
686 | 692 | | |
687 | 693 | | |
688 | 694 | | |
689 | | - | |
| 695 | + | |
690 | 696 | | |
691 | 697 | | |
692 | 698 | | |
693 | 699 | | |
694 | 700 | | |
695 | 701 | | |
696 | 702 | | |
697 | | - | |
698 | | - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
699 | 710 | | |
700 | 711 | | |
701 | 712 | | |
| |||
705 | 716 | | |
706 | 717 | | |
707 | 718 | | |
708 | | - | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
709 | 722 | | |
710 | 723 | | |
711 | 724 | | |
712 | 725 | | |
713 | 726 | | |
714 | | - | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
715 | 730 | | |
716 | 731 | | |
717 | 732 | | |
| |||
4824 | 4839 | | |
4825 | 4840 | | |
4826 | 4841 | | |
| 4842 | + | |
| 4843 | + | |
| 4844 | + | |
4827 | 4845 | | |
4828 | 4846 | | |
4829 | 4847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
312 | 308 | | |
313 | | - | |
314 | | - | |
315 | | - | |
| 309 | + | |
| 310 | + | |
316 | 311 | | |
317 | 312 | | |
318 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
0 commit comments