File tree
82 files changed
+693
-428
lines changed- compiler
- rustc_ast_lowering/src
- rustc_builtin_macros/src
- deriving
- cmp
- rustc_codegen_ssa/src
- back
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/generator_interior
- rustc_infer/src/infer/error_reporting
- rustc_lint/src
- rustc_metadata/src
- rmeta
- decoder
- rustc_middle/src
- middle
- ty
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_session
- src
- rustc_symbol_mangling/src/typeid
- rustc_target/src
- spec
- rustc_trait_selection/src/traits
- error_reporting
- library/core/src/slice
- src
- doc/unstable-book/src/language-features
- librustdoc
- html
- passes
- lint
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- miri
- src
- rust-analyzer/crates/proc-macro-api/src
- tests
- rustdoc-gui
- ui
- deriving
- linkage-attr
- parser
- ui-fulldeps/session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+693
-428
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
| |||
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
85 |
| - | |
| 84 | + | |
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 21 |
| |
27 | 22 |
| |
28 | 23 |
| |
| |||
36 | 31 |
| |
37 | 32 |
| |
38 | 33 |
| |
39 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
32 |
| - | |
| 31 | + | |
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
92 |
| - | |
| 91 | + | |
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
| |||
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
51 |
| - | |
| 49 | + | |
52 | 50 |
| |
53 | 51 |
| |
54 | 52 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| |||
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
37 |
| - | |
| 36 | + | |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
| 380 | + | |
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
|
Lines changed: 4 additions & 41 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
893 | 893 |
| |
894 | 894 |
| |
895 | 895 |
| |
896 |
| - | |
| 896 | + | |
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
| |||
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
1305 |
| - | |
1306 |
| - | |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
1316 |
| - | |
1317 |
| - | |
1318 |
| - | |
1319 |
| - | |
1320 |
| - | |
1321 |
| - | |
1322 |
| - | |
1323 |
| - | |
1324 |
| - | |
1325 |
| - | |
1326 |
| - | |
1327 |
| - | |
1328 |
| - | |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 |
| - | |
1333 |
| - | |
1334 |
| - | |
1335 |
| - | |
1336 |
| - | |
1337 |
| - | |
1338 |
| - | |
1339 |
| - | |
1340 |
| - | |
1341 |
| - | |
1342 |
| - | |
| 1305 | + | |
1343 | 1306 |
| |
1344 | 1307 |
| |
1345 | 1308 |
| |
| |||
1349 | 1312 |
| |
1350 | 1313 |
| |
1351 | 1314 |
| |
1352 |
| - | |
| 1315 | + | |
1353 | 1316 |
| |
1354 | 1317 |
| |
1355 | 1318 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 |
| - | |
| 1803 | + | |
1804 | 1804 |
| |
1805 | 1805 |
| |
1806 | 1806 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
| 339 | + | |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
| |||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
349 | 351 |
| |
350 | 352 |
| |
351 | 353 |
| |
352 |
| - | |
| 354 | + | |
353 | 355 |
| |
354 | 356 |
| |
355 | 357 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 |
| - | |
| 1261 | + | |
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 | 1264 |
| |
|
Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
33 | 50 |
|
Lines changed: 14 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
267 |
| - | |
| 266 | + | |
268 | 267 |
| |
269 | 268 |
| |
270 | 269 |
| |
| |||
275 | 274 |
| |
276 | 275 |
| |
277 | 276 |
| |
278 |
| - | |
279 |
| - | |
| 277 | + | |
280 | 278 |
| |
281 | 279 |
| |
282 | 280 |
| |
| |||
290 | 288 |
| |
291 | 289 |
| |
292 | 290 |
| |
293 |
| - | |
| 291 | + | |
294 | 292 |
| |
295 | 293 |
| |
296 |
| - | |
297 |
| - | |
298 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
299 | 297 |
| |
300 | 298 |
| |
301 | 299 |
| |
302 | 300 |
| |
303 |
| - | |
| 301 | + | |
304 | 302 |
| |
305 | 303 |
| |
306 | 304 |
| |
| |||
312 | 310 |
| |
313 | 311 |
| |
314 | 312 |
| |
315 |
| - | |
316 |
| - | |
| 313 | + | |
317 | 314 |
| |
318 | 315 |
| |
319 | 316 |
| |
| |||
324 | 321 |
| |
325 | 322 |
| |
326 | 323 |
| |
327 |
| - | |
328 |
| - | |
| 324 | + | |
329 | 325 |
| |
330 | 326 |
| |
331 | 327 |
| |
| |||
363 | 359 |
| |
364 | 360 |
| |
365 | 361 |
| |
366 |
| - | |
| 362 | + | |
367 | 363 |
| |
368 | 364 |
| |
369 |
| - | |
370 |
| - | |
371 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
372 | 368 |
| |
373 | 369 |
| |
374 | 370 |
| |
375 | 371 |
| |
376 |
| - | |
| 372 | + | |
377 | 373 |
| |
378 | 374 |
| |
379 | 375 |
| |
|
0 commit comments