File tree
86 files changed
+1159
-567
lines changed- compiler
- rustc_const_eval/src/transform/check_consts
- rustc_hir_analysis/src
- check
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src/mir
- rustc_mir_build/src/thir/pattern
- rustc_trait_selection/src/traits/error_reporting
- library
- alloc/src/ffi
- core/src
- array
- slice
- std
- src/librustdoc/html/render
- tests/ui
- associated-consts
- async-await/in-trait
- closures/2229_closure_analysis/match
- coherence
- occurs-check
- consts
- const_in_pattern
- error-codes
- issues
- marker_trait_attr
- pattern/usefulness
- rfcs/rfc-1445-restrict-constants-in-patterns
- specialization
- suggestions
- traits
- next-solver
- coherence
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+1159
-567
lines changedDiff for: Cargo.lock
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2169 | 2169 |
| |
2170 | 2170 |
| |
2171 | 2171 |
| |
2172 |
| - | |
| 2172 | + | |
2173 | 2173 |
| |
2174 |
| - | |
| 2174 | + | |
2175 | 2175 |
| |
2176 | 2176 |
| |
2177 | 2177 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 | 152 |
| |
179 | 153 |
| |
180 | 154 |
| |
181 | 155 |
| |
182 |
| - | |
183 | 156 |
| |
184 | 157 |
| |
185 | 158 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
| |||
213 | 212 |
| |
214 | 213 |
| |
215 | 214 |
| |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 | 215 |
| |
246 | 216 |
| |
247 | 217 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1990 | 1990 |
| |
1991 | 1991 |
| |
1992 | 1992 |
| |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
1993 | 1997 |
| |
1994 | 1998 |
| |
1995 | 1999 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 | 1007 |
| |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1008 | 1012 |
| |
1009 | 1013 |
| |
1010 | 1014 |
| |
| |||
1291 | 1295 |
| |
1292 | 1296 |
| |
1293 | 1297 |
| |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
1294 | 1301 |
| |
1295 | 1302 |
| |
1296 | 1303 |
| |
|
Diff for: compiler/rustc_hir_analysis/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
Diff for: compiler/rustc_lint/src/lib.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
519 | 524 |
| |
520 | 525 |
| |
521 | 526 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+7-44
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
| |||
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
70 |
| - | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
2330 | 2332 |
| |
2331 | 2333 |
| |
2332 | 2334 |
| |
2333 |
| - | |
2334 |
| - | |
| 2335 | + | |
| 2336 | + | |
2335 | 2337 |
| |
2336 | 2338 |
| |
2337 | 2339 |
| |
| |||
2386 | 2388 |
| |
2387 | 2389 |
| |
2388 | 2390 |
| |
2389 |
| - | |
2390 |
| - | |
2391 |
| - | |
2392 |
| - | |
2393 |
| - | |
2394 |
| - | |
2395 |
| - | |
2396 |
| - | |
2397 |
| - | |
2398 |
| - | |
2399 |
| - | |
2400 |
| - | |
2401 |
| - | |
2402 |
| - | |
2403 |
| - | |
2404 |
| - | |
2405 |
| - | |
2406 |
| - | |
2407 |
| - | |
2408 |
| - | |
2409 |
| - | |
2410 |
| - | |
2411 |
| - | |
2412 |
| - | |
2413 |
| - | |
2414 |
| - | |
2415 |
| - | |
2416 |
| - | |
2417 |
| - | |
2418 |
| - | |
2419 |
| - | |
2420 |
| - | |
2421 |
| - | |
2422 |
| - | |
2423 |
| - | |
2424 |
| - | |
2425 |
| - | |
2426 |
| - | |
2427 |
| - | |
2428 |
| - | |
2429 |
| - | |
| 2391 | + | |
| 2392 | + | |
2430 | 2393 |
| |
2431 | 2394 |
| |
2432 | 2395 |
| |
|
Diff for: compiler/rustc_middle/src/mir/query.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
201 | 200 |
| |
202 | 201 |
| |
203 | 202 |
| |
|
0 commit comments