This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
30 files changed
+207
-47
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_ssa/src
- back
- mir
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- ty
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_span/src
- library/core/src
- src
- doc/unstable-book/src/language-features
- tools/clippy/clippy_utils/src
- tests/ui/intrinsics
30 files changed
+207
-47
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
1671 |
| - | |
| 1671 | + | |
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1255 | 1255 |
| |
1256 | 1256 |
| |
1257 | 1257 |
| |
1258 |
| - | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
1259 | 1269 |
| |
1260 | 1270 |
| |
1261 | 1271 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 |
| |
85 | 89 |
| |
86 | 90 |
| |
|
Lines changed: 42 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
675 |
| - | |
| 675 | + | |
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 |
| - | |
| 685 | + | |
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
| |||
818 | 818 |
| |
819 | 819 |
| |
820 | 820 |
| |
821 |
| - | |
| 821 | + | |
822 | 822 |
| |
823 | 823 |
| |
824 | 824 |
| |
825 | 825 |
| |
826 | 826 |
| |
827 |
| - | |
828 |
| - | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
829 | 835 |
| |
830 | 836 |
| |
831 | 837 |
| |
| |||
838 | 844 |
| |
839 | 845 |
| |
840 | 846 |
| |
841 |
| - | |
| 847 | + | |
842 | 848 |
| |
843 | 849 |
| |
844 | 850 |
| |
845 | 851 |
| |
846 | 852 |
| |
847 | 853 |
| |
848 | 854 |
| |
849 |
| - | |
850 |
| - | |
| 855 | + | |
| 856 | + | |
851 | 857 |
| |
852 | 858 |
| |
853 | 859 |
| |
| |||
865 | 871 |
| |
866 | 872 |
| |
867 | 873 |
| |
868 |
| - | |
| 874 | + | |
869 | 875 |
| |
870 | 876 |
| |
871 | 877 |
| |
| |||
895 | 901 |
| |
896 | 902 |
| |
897 | 903 |
| |
898 |
| - | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
899 | 914 |
| |
900 | 915 |
| |
901 | 916 |
| |
902 | 917 |
| |
903 | 918 |
| |
904 | 919 |
| |
905 |
| - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
906 | 931 |
| |
907 | 932 |
| |
908 | 933 |
| |
| |||
1635 | 1660 |
| |
1636 | 1661 |
| |
1637 | 1662 |
| |
1638 |
| - | |
1639 |
| - | |
| 1663 | + | |
| 1664 | + | |
1640 | 1665 |
| |
1641 |
| - | |
| 1666 | + | |
1642 | 1667 |
| |
1643 | 1668 |
| |
1644 | 1669 |
| |
| |||
1659 | 1684 |
| |
1660 | 1685 |
| |
1661 | 1686 |
| |
1662 |
| - | |
| 1687 | + | |
1663 | 1688 |
| |
1664 | 1689 |
| |
1665 | 1690 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
795 | 799 |
| |
796 | 800 |
| |
797 | 801 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
530 |
| - | |
| 530 | + | |
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
535 |
| - | |
| 535 | + | |
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
| 543 | + | |
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1231 | 1231 |
| |
1232 | 1232 |
| |
1233 | 1233 |
| |
1234 |
| - | |
| 1234 | + | |
1235 | 1235 |
| |
1236 | 1236 |
| |
1237 | 1237 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1749 | 1749 |
| |
1750 | 1750 |
| |
1751 | 1751 |
| |
1752 |
| - | |
| 1752 | + | |
1753 | 1753 |
| |
1754 | 1754 |
| |
1755 | 1755 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 |
| - | |
| 1054 | + | |
1055 | 1055 |
| |
1056 |
| - | |
| 1056 | + | |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 | 1059 |
| |
1060 | 1060 |
| |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1061 | 1066 |
| |
1062 | 1067 |
| |
1063 | 1068 |
| |
|
0 commit comments