File tree
40 files changed
+86
-46
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- 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
- builder/matches
- thir
- pattern
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- ast_utils
- rustfmt/src
- tests/ui
- macros
- unpretty
40 files changed
+86
-46
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
| 566 | + | |
566 | 567 |
| |
567 | 568 |
| |
568 | 569 |
| |
| |||
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
628 |
| - | |
| 629 | + | |
| 630 | + | |
629 | 631 |
| |
630 | 632 |
| |
631 | 633 |
| |
| |||
676 | 678 |
| |
677 | 679 |
| |
678 | 680 |
| |
| 681 | + | |
679 | 682 |
| |
680 | 683 |
| |
681 | 684 |
| |
| |||
769 | 772 |
| |
770 | 773 |
| |
771 | 774 |
| |
| 775 | + | |
| 776 | + | |
| 777 | + | |
772 | 778 |
| |
773 | 779 |
| |
774 | 780 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1572 | 1572 |
| |
1573 | 1573 |
| |
1574 | 1574 |
| |
1575 |
| - | |
| 1575 | + | |
1576 | 1576 |
| |
1577 | 1577 |
| |
1578 | 1578 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
730 |
| - | |
| 730 | + | |
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
| 1498 | + | |
1498 | 1499 |
| |
1499 | 1500 |
| |
1500 | 1501 |
| |
| |||
1506 | 1507 |
| |
1507 | 1508 |
| |
1508 | 1509 |
| |
1509 |
| - | |
| 1510 | + | |
1510 | 1511 |
| |
1511 | 1512 |
| |
1512 | 1513 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/pat.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
+3-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1622 | 1622 |
| |
1623 | 1623 |
| |
1624 | 1624 |
| |
1625 |
| - | |
1626 |
| - | |
| 1625 | + | |
1627 | 1626 |
| |
| 1627 | + | |
1628 | 1628 |
| |
1629 | 1629 |
| |
1630 | 1630 |
| |
| |||
1946 | 1946 |
| |
1947 | 1947 |
| |
1948 | 1948 |
| |
1949 |
| - | |
1950 |
| - | |
1951 |
| - | |
1952 |
| - | |
1953 |
| - | |
1954 |
| - | |
| 1949 | + | |
1955 | 1950 |
| |
1956 | 1951 |
| |
1957 | 1952 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
| 1519 | + | |
1519 | 1520 |
| |
1520 | 1521 |
| |
1521 | 1522 |
| |
| |||
1543 | 1544 |
| |
1544 | 1545 |
| |
1545 | 1546 |
| |
1546 |
| - | |
| 1547 | + | |
1547 | 1548 |
| |
1548 | 1549 |
| |
1549 | 1550 |
| |
| |||
1681 | 1682 |
| |
1682 | 1683 |
| |
1683 | 1684 |
| |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
1684 | 1688 |
| |
1685 | 1689 |
| |
1686 | 1690 |
| |
|
Diff for: compiler/rustc_hir/src/intravisit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
747 |
| - | |
| 747 | + | |
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
| 704 | + | |
704 | 705 |
| |
705 | 706 |
| |
706 | 707 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1875 | 1875 |
| |
1876 | 1876 |
| |
1877 | 1877 |
| |
| 1878 | + | |
1878 | 1879 |
| |
1879 | 1880 |
| |
1880 | 1881 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/expr.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
485 |
| - | |
| 485 | + | |
| 486 | + | |
486 | 487 |
| |
487 | 488 |
| |
488 | 489 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
611 | 611 |
| |
612 | 612 |
| |
613 | 613 |
| |
| 614 | + | |
614 | 615 |
| |
615 | 616 |
| |
616 | 617 |
| |
| |||
1884 | 1885 |
| |
1885 | 1886 |
| |
1886 | 1887 |
| |
| 1888 | + | |
1887 | 1889 |
| |
1888 | 1890 |
| |
1889 | 1891 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/pat.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 |
| - | |
| 344 | + | |
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
509 | 511 |
| |
510 |
| - | |
| 512 | + | |
511 | 513 |
| |
512 | 514 |
| |
513 | 515 |
| |
| |||
1037 | 1039 |
| |
1038 | 1040 |
| |
1039 | 1041 |
| |
1040 |
| - | |
| 1042 | + | |
| 1043 | + | |
1041 | 1044 |
| |
1042 | 1045 |
| |
1043 | 1046 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+12-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
778 | 778 |
| |
779 | 779 |
| |
780 | 780 |
| |
781 |
| - | |
782 |
| - | |
783 |
| - | |
| 781 | + | |
| 782 | + | |
784 | 783 |
| |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
796 | 794 |
| |
797 | 795 |
| |
798 | 796 |
| |
|
Diff for: compiler/rustc_lint/src/unused.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1201 | 1201 |
| |
1202 | 1202 |
| |
1203 | 1203 |
| |
1204 |
| - | |
| 1204 | + | |
| 1205 | + | |
1205 | 1206 |
| |
1206 | 1207 |
| |
1207 | 1208 |
| |
|
Diff for: compiler/rustc_middle/src/thir.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
| 750 | + | |
| 751 | + | |
| 752 | + | |
750 | 753 |
| |
751 | 754 |
| |
752 | 755 |
| |
|
Diff for: compiler/rustc_middle/src/thir/visit.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
| 254 | + | |
254 | 255 |
| |
255 | 256 |
| |
256 | 257 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
920 | 920 |
| |
921 | 921 |
| |
922 | 922 |
| |
| 923 | + | |
923 | 924 |
| |
924 | 925 |
| |
925 | 926 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
| 316 | + | |
316 | 317 |
| |
317 | 318 |
| |
318 | 319 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
| 293 | + | |
| 294 | + | |
293 | 295 |
| |
294 | 296 |
| |
295 | 297 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
| 667 | + | |
667 | 668 |
| |
668 | 669 |
| |
669 | 670 |
| |
|
Diff for: compiler/rustc_parse/src/parser/item.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2941 | 2941 |
| |
2942 | 2942 |
| |
2943 | 2943 |
| |
2944 |
| - | |
2945 |
| - | |
2946 |
| - | |
| 2944 | + | |
2947 | 2945 |
| |
2948 | 2946 |
| |
2949 | 2947 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
| 298 | + | |
298 | 299 |
| |
299 | 300 |
| |
300 | 301 |
| |
| |||
597 | 598 |
| |
598 | 599 |
| |
599 | 600 |
| |
| 601 | + | |
600 | 602 |
| |
601 | 603 |
| |
602 | 604 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
|
Diff for: src/librustdoc/clean/utils.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| 307 | + | |
307 | 308 |
| |
308 | 309 |
| |
309 | 310 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
| 256 | + | |
256 | 257 |
| |
257 | 258 |
| |
258 | 259 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
| 409 | + | |
409 | 410 |
| |
410 | 411 |
| |
411 | 412 |
| |
|
0 commit comments