File tree
38 files changed
+335
-264
lines changed- compiler
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_const_eval/src/interpret
- rustc_expand/src
- rustc_infer/src
- infer/error_reporting
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- mir/interpret
- rustc_mir_build/src/build/matches
- rustc_parse/src/parser
- rustc_session/src
- rustc_trait_selection/src/traits/error_reporting
- stable_mir/src/mir
- library/std/src
- collections/hash
- io/buffered
- os/unix/net
- src/bootstrap/src/core
- build_steps
- config
- tests/ui
- async-await
- issues
- coroutine
- print
38 files changed
+335
-264
lines changedDiff for: compiler/rustc_ast/src/token.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
318 | 319 |
| |
319 | 320 |
| |
320 | 321 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 |
| - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 |
| |
298 | 300 |
| |
299 | 301 |
| |
|
Diff for: compiler/rustc_expand/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Diff for: compiler/rustc_expand/src/module.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
990 | 990 |
| |
991 | 991 |
| |
992 | 992 |
| |
993 |
| - | |
| 993 | + | |
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
| |||
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 |
| - | |
| 1047 | + | |
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 | 1050 |
| |
|
Diff for: compiler/rustc_infer/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2198 | 2198 |
| |
2199 | 2199 |
| |
2200 | 2200 |
| |
2201 |
| - | |
| 2201 | + | |
2202 | 2202 |
| |
2203 | 2203 |
| |
2204 | 2204 |
| |
|
+8-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 | 79 |
| |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
88 | 86 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 87 | + | |
| 88 | + | |
93 | 89 |
| |
94 | 90 |
| |
95 | 91 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
674 |
| - | |
| 674 | + | |
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
678 |
| - | |
| 678 | + | |
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
233 | 232 |
| |
234 | 233 |
| |
235 | 234 |
| |
|
Diff for: compiler/rustc_parse/src/parser/attr.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 |
| - | |
| 386 | + | |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
484 |
| - | |
| 484 | + | |
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
|
Diff for: compiler/rustc_parse/src/parser/item.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 | 1516 |
| |
1517 |
| - | |
| 1517 | + | |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 | 1520 |
| |
| |||
1937 | 1937 |
| |
1938 | 1938 |
| |
1939 | 1939 |
| |
1940 |
| - | |
| 1940 | + | |
1941 | 1941 |
| |
1942 | 1942 |
| |
1943 | 1943 |
| |
| |||
2067 | 2067 |
| |
2068 | 2068 |
| |
2069 | 2069 |
| |
2070 |
| - | |
| 2070 | + | |
2071 | 2071 |
| |
2072 | 2072 |
| |
2073 | 2073 |
| |
| |||
2077 | 2077 |
| |
2078 | 2078 |
| |
2079 | 2079 |
| |
2080 |
| - | |
| 2080 | + | |
2081 | 2081 |
| |
2082 | 2082 |
| |
2083 | 2083 |
| |
| |||
2692 | 2692 |
| |
2693 | 2693 |
| |
2694 | 2694 |
| |
2695 |
| - | |
| 2695 | + | |
2696 | 2696 |
| |
2697 | 2697 |
| |
2698 | 2698 |
| |
| |||
2716 | 2716 |
| |
2717 | 2717 |
| |
2718 | 2718 |
| |
2719 |
| - | |
| 2719 | + | |
2720 | 2720 |
| |
2721 | 2721 |
| |
2722 | 2722 |
| |
|
Diff for: compiler/rustc_parse/src/parser/mod.rs
+12-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 |
| - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
469 | 471 |
| |
470 | 472 |
| |
471 | 473 |
| |
| |||
474 | 476 |
| |
475 | 477 |
| |
476 | 478 |
| |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
477 | 483 |
| |
478 | 484 |
| |
479 | 485 |
| |
| |||
1278 | 1284 |
| |
1279 | 1285 |
| |
1280 | 1286 |
| |
1281 |
| - | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
1282 | 1292 |
| |
1283 | 1293 |
| |
1284 | 1294 |
| |
|
Diff for: compiler/rustc_parse/src/parser/path.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
|
0 commit comments