This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
76 files changed
+821
-457
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- diagnostics
- rustc_builtin_macros/src
- deriving
- rustc_codegen_ssa/src/back
- rustc_const_eval/src
- interpret
- transform/check_consts
- rustc_driver_impl/src
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_typeck/src/method
- rustc_infer/src
- infer/error_reporting
- nice_region_error
- rustc_lint/src
- rustc_parse/src/parser
- rustc_trait_selection/src/traits/error_reporting
- src
- librustdoc
- tools
- clippy/src
- miri/src/bin
- tidy/src
- tests
- rustdoc-ui
- argfile
- ui
- argfile
- consts
- const-eval
- issues
- resolve
- auxiliary
- shell-argfiles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+821
-457
lines changedLines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
594 | 595 |
| |
595 | 596 |
| |
596 | 597 |
| |
597 |
| - | |
| 598 | + | |
598 | 599 |
| |
599 | 600 |
| |
600 |
| - | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
601 | 604 |
| |
602 |
| - | |
| 605 | + | |
603 | 606 |
| |
604 | 607 |
| |
| 608 | + | |
605 | 609 |
| |
606 | 610 |
| |
607 | 611 |
| |
608 |
| - | |
| 612 | + | |
609 | 613 |
| |
610 | 614 |
| |
611 | 615 |
| |
612 | 616 |
| |
613 |
| - | |
| 617 | + | |
614 | 618 |
| |
| 619 | + | |
615 | 620 |
| |
616 | 621 |
| |
617 | 622 |
| |
618 |
| - | |
619 |
| - | |
620 |
| - | |
| 623 | + | |
621 | 624 |
| |
622 | 625 |
| |
623 | 626 |
| |
|
Lines changed: 29 additions & 47 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
727 | 728 |
| |
728 | 729 |
| |
729 | 730 |
| |
730 |
| - | |
731 |
| - | |
732 |
| - | |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
739 |
| - | |
740 |
| - | |
741 |
| - | |
742 |
| - | |
743 |
| - | |
744 |
| - | |
745 |
| - | |
746 | 731 |
| |
747 | 732 |
| |
748 | 733 |
| |
749 | 734 |
| |
750 | 735 |
| |
751 |
| - | |
752 |
| - | |
753 |
| - | |
| 736 | + | |
754 | 737 |
| |
755 | 738 |
| |
756 | 739 |
| |
| |||
859 | 842 |
| |
860 | 843 |
| |
861 | 844 |
| |
862 |
| - | |
| 845 | + | |
863 | 846 |
| |
864 |
| - | |
865 | 847 |
| |
866 | 848 |
| |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
871 | 856 |
| |
872 |
| - | |
873 | 857 |
| |
874 | 858 |
| |
875 | 859 |
| |
| |||
878 | 862 |
| |
879 | 863 |
| |
880 | 864 |
| |
881 |
| - | |
882 |
| - | |
883 |
| - | |
| 865 | + | |
884 | 866 |
| |
885 | 867 |
| |
886 | 868 |
| |
| |||
1179 | 1161 |
| |
1180 | 1162 |
| |
1181 | 1163 |
| |
1182 |
| - | |
1183 |
| - | |
1184 |
| - | |
1185 |
| - | |
1186 |
| - | |
1187 |
| - | |
1188 |
| - | |
1189 |
| - | |
1190 |
| - | |
1191 |
| - | |
1192 |
| - | |
1193 |
| - | |
1194 |
| - | |
1195 |
| - | |
1196 |
| - | |
1197 | 1164 |
| |
1198 | 1165 |
| |
1199 | 1166 |
| |
1200 | 1167 |
| |
1201 | 1168 |
| |
1202 |
| - | |
1203 |
| - | |
1204 |
| - | |
| 1169 | + | |
1205 | 1170 |
| |
1206 | 1171 |
| |
1207 | 1172 |
| |
| |||
1333 | 1298 |
| |
1334 | 1299 |
| |
1335 | 1300 |
| |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1336 | 1318 |
| |
1337 | 1319 |
| |
1338 | 1320 |
| |
|
0 commit comments