This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
87 files changed
+804
-393
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_const_eval/src
- check_consts
- const_eval
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- 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
- rustc_trait_selection/src/traits
- select
- src
- bootstrap
- tools
- clippy
- clippy_utils/src
- tests/ui
- tidy/src
- tests
- crashes
- mir-opt/building/custom
- pretty
- ui
- coherence
- const-generics
- impl-trait
- rpit
- imports
- inline-const
- issues
- lint/non-local-defs
- privacy
- rfcs/rfc-2632-const-trait-impl/effects
- type-alias-impl-trait
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+804
-393
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 | |
---|---|---|---|
| |||
1411 | 1411 |
| |
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 |
| - | |
| 1414 | + | |
1415 | 1415 |
| |
1416 | 1416 |
| |
1417 | 1417 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
| 957 | + | |
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
|
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: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
104 | 130 |
| |
105 | 131 |
| |
106 | 132 |
| |
|
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 |
| |
|
0 commit comments