File tree
214 files changed
+3272
-670
lines changed- compiler
- rustc_borrowck/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- collect
- rustc_mir_build/src/build
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- src/tools/clippy/clippy_lints/src
- tests
- incremental
- const-generics
- try_unify_abstract_const_regression_tests
- rustdoc-ui/issues
- ui
- asm
- associated-types
- async-await
- auto-traits
- binop
- closures
- 2229_closure_analysis/diagnostics/borrowck
- binder
- cmse-nonsecure/cmse-nonsecure-entry
- const-generics
- issues
- late-bound-vars
- consts
- control-flow
- diagnostic-width
- enum
- error-codes
- explicit-tail-calls
- expr/if
- feature-gates
- fn
- generic-associated-types
- extended
- generics
- half-open-range-patterns
- higher-ranked
- subtype
- trait-bounds
- impl-trait
- infinite
- invalid
- issues
- kindck
- lifetimes
- lifetime-errors
- liveness
- loops
- methods
- mir
- mismatched_types
- nll
- or-patterns
- parser
- issues
- recover
- pattern
- bindings-after-at
- regions
- rfcs
- rfc-0000-never_patterns
- rfc-2091-track-caller
- rfc-2396-target_feature-11
- rfc-2632-const-trait-impl
- span
- specialization
- stability-attribute
- static
- structs-enums/enum-rec
- suggestions
- traits
- type-alias-impl-trait
- typeof
- unboxed-closures
- underscore-lifetime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
214 files changed
+3272
-670
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
120 | 122 |
| |
121 |
| - | |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
| |||
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
130 |
| - | |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 | 166 |
| |
171 | 167 |
| |
172 | 168 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
2539 | 2539 |
| |
2540 | 2540 |
| |
2541 | 2541 |
| |
2542 |
| - | |
2543 |
| - | |
2544 |
| - | |
2545 |
| - | |
2546 |
| - | |
2547 |
| - | |
2548 |
| - | |
2549 |
| - | |
2550 |
| - | |
2551 |
| - | |
2552 |
| - | |
2553 |
| - | |
2554 |
| - | |
2555 |
| - | |
2556 |
| - | |
| 2542 | + | |
2557 | 2543 |
| |
2558 | 2544 |
| |
2559 | 2545 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 |
| - | |
43 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
44 | 56 |
| |
45 | 57 |
| |
46 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
669 |
| - | |
| 669 | + | |
670 | 670 |
| |
671 | 671 |
| |
672 | 672 |
| |
| |||
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
678 |
| - | |
679 |
| - | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
680 | 695 |
| |
681 | 696 |
| |
682 | 697 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
658 |
| - | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
659 | 669 |
| |
660 | 670 |
| |
661 | 671 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2911 | 2911 |
| |
2912 | 2912 |
| |
2913 | 2913 |
| |
2914 |
| - | |
| 2914 | + | |
2915 | 2915 |
| |
2916 | 2916 |
| |
2917 | 2917 |
| |
2918 | 2918 |
| |
2919 | 2919 |
| |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
2920 | 2930 |
| |
2921 | 2931 |
| |
2922 | 2932 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
| |||
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
| 137 | + | |
136 | 138 |
| |
137 | 139 |
| |
138 | 140 |
| |
| |||
967 | 969 |
| |
968 | 970 |
| |
969 | 971 |
| |
970 |
| - | |
971 |
| - | |
972 |
| - | |
973 |
| - | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
974 | 976 |
| |
975 | 977 |
| |
976 | 978 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments