File tree
134 files changed
+1739
-919
lines changed- compiler
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros
- src
- rustc_codegen_ssa/src/back
- rustc_data_structures/src
- rustc_feature/src
- rustc_hir_analysis
- src
- impl_wf_check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_macros/src/diagnostics
- rustc_middle/src/mir
- rustc_parse
- src
- parser
- rustc_span/src
- rustc_trait_selection/src/traits
- specialize
- library/core/src/mem
- src/doc
- tests
- mir-opt/const_prop
- run-make/branch-protection-check-IBT
- ui
- argument-suggestions
- array-slice-vec
- async-await/issues
- borrowck
- closures/2229_closure_analysis/diagnostics
- coercion
- did_you_mean
- error-codes
- feature-gates
- inference
- issues
- methods
- mismatched_types
- mut
- nll
- offset-of
- parser
- pattern/move-ref-patterns
- range
- rfc-2632-const-trait-impl/specialization
- span
- specialization/min_specialization
- str
- suggestions
- trivial-bounds
- type
- typeck
- unsized-locals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+1739
-919
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
| 606 | + | |
606 | 607 |
| |
607 | 608 |
| |
608 | 609 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
560 |
| - | |
| 559 | + | |
561 | 560 |
| |
562 | 561 |
| |
563 | 562 |
| |
|
+264-245
Large diffs are not rendered by default.
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 | 153 |
| |
158 | 154 |
| |
159 | 155 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
95 |
| - | |
96 | 94 |
| |
97 | 95 |
| |
98 | 96 |
| |
|
-99
This file was deleted.
+50
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 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 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
96 | 145 |
| |
97 | 146 |
| |
98 | 147 |
| |
| |||
205 | 254 |
| |
206 | 255 |
| |
207 | 256 |
| |
| 257 | + | |
208 | 258 |
| |
209 | 259 |
| |
210 | 260 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
| 116 | + | |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
| 316 | + | |
| 317 | + | |
316 | 318 |
| |
317 | 319 |
| |
318 | 320 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
| 282 | + | |
| 283 | + | |
| 284 | + | |
282 | 285 |
| |
283 | 286 |
| |
284 | 287 |
| |
|
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
817 | 826 |
| |
818 | 827 |
| |
819 | 828 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 |
| |
104 | 108 |
| |
105 | 109 |
| |
106 | 110 |
| |
107 | 111 |
| |
108 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
109 | 116 |
| |
110 | 117 |
| |
111 | 118 |
| |
| |||
116 | 123 |
| |
117 | 124 |
| |
118 | 125 |
| |
119 |
| - | |
120 | 126 |
| |
121 | 127 |
| |
122 | 128 |
| |
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
126 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
127 | 140 |
| |
128 | 141 |
| |
129 | 142 |
| |
| |||
167 | 180 |
| |
168 | 181 |
| |
169 | 182 |
| |
170 |
| - | |
171 |
| - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
172 | 198 |
| |
173 | 199 |
| |
174 | 200 |
| |
|
0 commit comments