File tree
20 files changed
+3429
-548
lines changed- src
- librustc/hir
- librustc_lint
- librustc_typeck
- libsyntax
- parse
- print
- libsyntax_ext/deriving/generic
- test/ui
- error-codes
- issues
- rust-2018
20 files changed
+3429
-548
lines changedDiff for: src/librustc/hir/intravisit.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
776 |
| - | |
777 | 776 |
| |
778 | 777 |
| |
779 | 778 |
| |
|
Diff for: src/librustc/hir/lowering.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1755 | 1755 |
| |
1756 | 1756 |
| |
1757 | 1757 |
| |
1758 |
| - | |
1759 | 1758 |
| |
| 1759 | + | |
1760 | 1760 |
| |
1761 | 1761 |
| |
1762 | 1762 |
| |
| |||
2647 | 2647 |
| |
2648 | 2648 |
| |
2649 | 2649 |
| |
2650 |
| - | |
2651 | 2650 |
| |
| 2651 | + | |
2652 | 2652 |
| |
2653 | 2653 |
| |
2654 | 2654 |
| |
| |||
3001 | 3001 |
| |
3002 | 3002 |
| |
3003 | 3003 |
| |
3004 |
| - | |
3005 | 3004 |
| |
3006 | 3005 |
| |
3007 | 3006 |
| |
3008 | 3007 |
| |
| 3008 | + | |
3009 | 3009 |
| |
3010 | 3010 |
| |
3011 | 3011 |
| |
|
Diff for: src/librustc/hir/mod.rs
+8-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
595 |
| - | |
596 | 595 |
| |
| 596 | + | |
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
| |||
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
647 |
| - | |
648 | 647 |
| |
| 648 | + | |
| 649 | + | |
649 | 650 |
| |
650 | 651 |
| |
651 | 652 |
| |
652 | 653 |
| |
653 |
| - | |
654 |
| - | |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
660 | 659 |
| |
661 | 660 |
| |
662 | 661 |
| |
|
Diff for: src/librustc/hir/print.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2202 | 2202 |
| |
2203 | 2203 |
| |
2204 | 2204 |
| |
2205 |
| - | |
2206 | 2205 |
| |
| 2206 | + | |
2207 | 2207 |
| |
2208 | 2208 |
| |
2209 | 2209 |
| |
|
0 commit comments