File tree
53 files changed
+2412
-187
lines changed- src
- librustc
- hir
- ty
- librustc_error_codes/error_codes
- librustc_feature
- librustc_mir
- build
- hair/pattern
- librustc_parse/parser
- librustc_typeck
- check
- libsyntax_pos
- test/ui
- bind-by-move
- error-codes
- issues
- pattern
- bindings-after-at
- rfc-2005-default-binding-mode
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+2412
-187
lines changedDiff for: src/librustc/hir/mod.rs
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
924 | 934 |
| |
925 | 935 |
| |
926 | 936 |
| |
|
Diff for: src/librustc/hir/pat_util.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
|
Diff for: src/librustc/ty/context.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
651 | 658 |
| |
652 | 659 |
| |
653 | 660 |
| |
|
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 |
| |
2 | 10 |
| |
3 | 11 |
| |
4 | 12 |
| |
5 | 13 |
| |
6 | 14 |
| |
7 |
| - | |
| 15 | + | |
8 | 16 |
| |
9 | 17 |
| |
10 | 18 |
| |
|
Diff for: src/librustc_feature/active.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
542 | 546 |
| |
543 | 547 |
| |
544 | 548 |
| |
|
Diff for: src/librustc_mir/build/mod.rs
+4-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
816 | 816 |
| |
817 | 817 |
| |
818 | 818 |
| |
819 |
| - | |
820 |
| - | |
821 |
| - | |
| 819 | + | |
| 820 | + | |
822 | 821 |
| |
823 |
| - | |
824 |
| - | |
825 | 822 |
| |
826 |
| - | |
827 |
| - | |
| 823 | + | |
| 824 | + | |
828 | 825 |
| |
829 | 826 |
| |
830 | 827 |
| |
|
0 commit comments