This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
43 files changed
+208
-186
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_const_eval/src/const_eval
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_hir/src
- rustc_middle/src
- hir/map
- ty
- rustc_mir_build/src
- build
- thir
- cx
- pattern
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- src/tools/clippy
- clippy_utils/src
- tests/ui
- tests
- mir-opt/building/custom
- pretty
- ui
- inline-const
- lint/non-local-defs
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+208
-186
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1392 | 1392 |
| |
1393 | 1393 |
| |
1394 | 1394 |
| |
1395 |
| - | |
| 1395 | + | |
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 | 1398 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1417 | 1417 |
| |
1418 | 1418 |
| |
1419 | 1419 |
| |
1420 |
| - | |
| 1420 | + | |
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 | 1423 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
962 |
| - | |
| 962 | + | |
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
239 | 247 |
| |
240 | 248 |
| |
241 | 249 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
100 |
| - | |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
| |||
160 | 158 |
| |
161 | 159 |
| |
162 | 160 |
| |
163 |
| - | |
164 | 161 |
| |
165 | 162 |
| |
166 | 163 |
| |
| |||
570 | 567 |
| |
571 | 568 |
| |
572 | 569 |
| |
573 |
| - | |
574 | 570 |
| |
575 | 571 |
| |
576 | 572 |
| |
| |||
597 | 593 |
| |
598 | 594 |
| |
599 | 595 |
| |
600 |
| - | |
601 | 596 |
| |
602 | 597 |
| |
603 | 598 |
| |
| |||
634 | 629 |
| |
635 | 630 |
| |
636 | 631 |
| |
637 |
| - | |
638 | 632 |
| |
639 | 633 |
| |
640 | 634 |
| |
| |||
652 | 646 |
| |
653 | 647 |
| |
654 | 648 |
| |
655 |
| - | |
| 649 | + | |
656 | 650 |
| |
657 | 651 |
| |
658 | 652 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
384 |
| - | |
385 |
| - | |
| 383 | + | |
| 384 | + | |
386 | 385 |
| |
387 | 386 |
| |
388 | 387 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
59 |
| - | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 |
| - | |
911 |
| - | |
912 |
| - | |
913 | 910 |
| |
914 | 911 |
| |
915 | 912 |
| |
| |||
1626 | 1623 |
| |
1627 | 1624 |
| |
1628 | 1625 |
| |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
1629 | 1634 |
| |
1630 | 1635 |
| |
1631 | 1636 |
| |
| |||
1912 | 1917 |
| |
1913 | 1918 |
| |
1914 | 1919 |
| |
1915 |
| - | |
| 1920 | + | |
1916 | 1921 |
| |
1917 | 1922 |
| |
1918 | 1923 |
| |
| |||
3644 | 3649 |
| |
3645 | 3650 |
| |
3646 | 3651 |
| |
| 3652 | + | |
3647 | 3653 |
| |
3648 | 3654 |
| |
3649 | 3655 |
| |
| |||
3704 | 3710 |
| |
3705 | 3711 |
| |
3706 | 3712 |
| |
| 3713 | + | |
3707 | 3714 |
| |
3708 | 3715 |
| |
3709 | 3716 |
| |
| |||
3801 | 3808 |
| |
3802 | 3809 |
| |
3803 | 3810 |
| |
| 3811 | + | |
3804 | 3812 |
| |
3805 | 3813 |
| |
3806 | 3814 |
| |
| |||
3869 | 3877 |
| |
3870 | 3878 |
| |
3871 | 3879 |
| |
| 3880 | + | |
3872 | 3881 |
| |
3873 | 3882 |
| |
3874 | 3883 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
| 347 | + | |
| 348 | + | |
| 349 | + | |
347 | 350 |
| |
348 | 351 |
| |
349 | 352 |
| |
| |||
718 | 721 |
| |
719 | 722 |
| |
720 | 723 |
| |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
721 | 732 |
| |
722 | 733 |
| |
723 | 734 |
| |
724 | 735 |
| |
725 | 736 |
| |
726 | 737 |
| |
727 | 738 |
| |
728 |
| - | |
| 739 | + | |
729 | 740 |
| |
730 | 741 |
| |
731 | 742 |
| |
|
0 commit comments