File tree
40 files changed
+297
-18
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_middle/src
- thir
- rustc_mir_build/src
- build/matches
- thir
- pattern
- rustc_parse/src/parser
- rustc_passes/src
- rustc_span/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- rustfmt/src
- tests/ui
- feature-gates
- macros
- pattern
40 files changed
+297
-18
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| 649 | + | |
649 | 650 |
| |
650 | 651 |
| |
651 | 652 |
| |
| |||
796 | 797 |
| |
797 | 798 |
| |
798 | 799 |
| |
| 800 | + | |
| 801 | + | |
| 802 | + | |
799 | 803 |
| |
800 | 804 |
| |
801 | 805 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 |
| - | |
| 1252 | + | |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | 1255 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
559 | 559 |
| |
560 | 560 |
| |
561 | 561 |
| |
562 |
| - | |
| 562 | + | |
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/pat.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
555 | 555 |
| |
556 | 556 |
| |
557 | 557 |
| |
| 558 | + | |
558 | 559 |
| |
559 | 560 |
| |
560 | 561 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1446 | 1446 |
| |
1447 | 1447 |
| |
1448 | 1448 |
| |
| 1449 | + | |
1449 | 1450 |
| |
1450 | 1451 |
| |
1451 | 1452 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| |||
510 | 510 |
| |
511 | 511 |
| |
512 | 512 |
| |
| 513 | + | |
| 514 | + | |
513 | 515 |
| |
514 | 516 |
| |
515 | 517 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1002 | 1002 |
| |
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 |
| - | |
| 1005 | + | |
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 | 1008 |
| |
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
| 1032 | + | |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
| |||
1142 | 1142 |
| |
1143 | 1143 |
| |
1144 | 1144 |
| |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
1145 | 1148 |
| |
1146 | 1149 |
| |
1147 | 1150 |
| |
|
Diff for: compiler/rustc_hir/src/intravisit.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 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
| 665 | + | |
665 | 666 |
| |
666 | 667 |
| |
667 | 668 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1722 | 1722 |
| |
1723 | 1723 |
| |
1724 | 1724 |
| |
| 1725 | + | |
1725 | 1726 |
| |
1726 | 1727 |
| |
1727 | 1728 |
| |
|
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
410 | 415 |
| |
411 | 416 |
| |
412 | 417 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
| 776 | + | |
776 | 777 |
| |
777 | 778 |
| |
778 | 779 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/pat.rs
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
| |||
289 | 290 |
| |
290 | 291 |
| |
291 | 292 |
| |
292 |
| - | |
| 293 | + | |
293 | 294 |
| |
294 | 295 |
| |
295 | 296 |
| |
| |||
307 | 308 |
| |
308 | 309 |
| |
309 | 310 |
| |
| 311 | + | |
| 312 | + | |
310 | 313 |
| |
311 | 314 |
| |
312 | 315 |
| |
| |||
743 | 746 |
| |
744 | 747 |
| |
745 | 748 |
| |
| 749 | + | |
746 | 750 |
| |
747 | 751 |
| |
748 | 752 |
| |
|
Diff for: compiler/rustc_lint/src/unused.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1154 | 1154 |
| |
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 |
| - | |
| 1157 | + | |
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 | 1160 |
| |
|
Diff for: compiler/rustc_middle/src/thir.rs
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
638 |
| - | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
639 | 644 |
| |
640 | 645 |
| |
641 | 646 |
| |
| |||
809 | 814 |
| |
810 | 815 |
| |
811 | 816 |
| |
| 817 | + | |
| 818 | + | |
| 819 | + | |
812 | 820 |
| |
813 | 821 |
| |
814 | 822 |
| |
| |||
1069 | 1077 |
| |
1070 | 1078 |
| |
1071 | 1079 |
| |
| 1080 | + | |
1072 | 1081 |
| |
1073 | 1082 |
| |
1074 | 1083 |
| |
|
Diff for: compiler/rustc_middle/src/thir/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
| 830 | + | |
830 | 831 |
| |
831 | 832 |
| |
832 | 833 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
197 | 203 |
| |
198 | 204 |
| |
199 | 205 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| |||
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
| 111 | + | |
110 | 112 |
| |
111 | 113 |
| |
112 | 114 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
| 252 | + | |
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1580 | 1580 |
| |
1581 | 1581 |
| |
1582 | 1582 |
| |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
1583 | 1587 |
| |
1584 | 1588 |
| |
1585 | 1589 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| 257 | + | |
| 258 | + | |
257 | 259 |
| |
258 | 260 |
| |
259 | 261 |
| |
| |||
792 | 794 |
| |
793 | 795 |
| |
794 | 796 |
| |
| 797 | + | |
795 | 798 |
| |
796 | 799 |
| |
797 | 800 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
| 639 | + | |
| 640 | + | |
| 641 | + | |
639 | 642 |
| |
640 | 643 |
| |
641 | 644 |
| |
|
Diff for: compiler/rustc_parse/src/parser/pat.rs
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
371 | 375 |
| |
372 |
| - | |
| 376 | + | |
373 | 377 |
| |
374 | 378 |
| |
375 | 379 |
| |
|
Diff for: compiler/rustc_passes/src/hir_stats.rs
+16-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
290 | 304 |
| |
291 | 305 |
| |
292 | 306 |
| |
| |||
554 | 568 |
| |
555 | 569 |
| |
556 | 570 |
| |
| 571 | + | |
557 | 572 |
| |
558 | 573 |
| |
559 | 574 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1096 | 1096 |
| |
1097 | 1097 |
| |
1098 | 1098 |
| |
| 1099 | + | |
1099 | 1100 |
| |
1100 | 1101 |
| |
1101 | 1102 |
| |
|
Diff for: src/librustdoc/clean/utils.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
| 307 | + | |
307 | 308 |
| |
308 | 309 |
| |
309 | 310 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
0 commit comments