File tree
61 files changed
+675
-197
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src/transform/check_consts
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_interface/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src/ty
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- library/test/src/formatters
- src
- bootstrap/src/utils
- doc/rustc/src
- tools
- rust-analyzer/crates/hir-ty/src
- rustfmt/src/parse
- tests
- ui
- imports
- instrument-coverage
- lint
- test-attrs
- ui-fulldeps/internal-lints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+675
-197
lines changedDiff for: compiler/rustc_abi/src/layout.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
| 4 | + | |
| 5 | + | |
2 | 6 |
| |
3 |
| - | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
| |||
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
35 |
| - | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/asm.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
| 1516 | + | |
1516 | 1517 |
| |
1517 | 1518 |
| |
1518 | 1519 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2272 | 2272 |
| |
2273 | 2273 |
| |
2274 | 2274 |
| |
| 2275 | + | |
2275 | 2276 |
| |
2276 | 2277 |
| |
2277 | 2278 |
| |
|
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
| |||
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
| 78 | + | |
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
| |||
579 | 582 |
| |
580 | 583 |
| |
581 | 584 |
| |
| 585 | + | |
582 | 586 |
| |
583 | 587 |
| |
584 | 588 |
| |
|
Diff for: compiler/rustc_attr/src/builtin.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
| 519 | + | |
519 | 520 |
| |
520 | 521 |
| |
521 | 522 |
| |
| |||
566 | 567 |
| |
567 | 568 |
| |
568 | 569 |
| |
| 570 | + | |
569 | 571 |
| |
570 | 572 |
| |
571 | 573 |
| |
| |||
592 | 594 |
| |
593 | 595 |
| |
594 | 596 |
| |
| 597 | + | |
595 | 598 |
| |
596 | 599 |
| |
597 | 600 |
| |
|
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
| |||
585 | 586 |
| |
586 | 587 |
| |
587 | 588 |
| |
| 589 | + | |
588 | 590 |
| |
589 | 591 |
| |
590 | 592 |
| |
| |||
598 | 600 |
| |
599 | 601 |
| |
600 | 602 |
| |
| 603 | + | |
601 | 604 |
| |
602 | 605 |
| |
603 | 606 |
| |
| |||
635 | 638 |
| |
636 | 639 |
| |
637 | 640 |
| |
| 641 | + | |
638 | 642 |
| |
639 | 643 |
| |
640 | 644 |
| |
| |||
1008 | 1012 |
| |
1009 | 1013 |
| |
1010 | 1014 |
| |
| 1015 | + | |
| 1016 | + | |
1011 | 1017 |
| |
1012 | 1018 |
| |
1013 | 1019 |
| |
|
+10-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
| 205 | + | |
204 | 206 |
| |
205 | 207 |
| |
206 | 208 |
| |
| |||
254 | 256 |
| |
255 | 257 |
| |
256 | 258 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 | 259 |
| |
261 | 260 |
| |
262 | 261 |
| |
| |||
580 | 579 |
| |
581 | 580 |
| |
582 | 581 |
| |
| 582 | + | |
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
| 764 | + | |
764 | 765 |
| |
765 | 766 |
| |
766 | 767 |
| |
| |||
822 | 823 |
| |
823 | 824 |
| |
824 | 825 |
| |
| 826 | + | |
| 827 | + | |
825 | 828 |
| |
826 | 829 |
| |
827 | 830 |
| |
| |||
972 | 975 |
| |
973 | 976 |
| |
974 | 977 |
| |
| 978 | + | |
| 979 | + | |
975 | 980 |
| |
976 | 981 |
| |
977 | 982 |
| |
| |||
1034 | 1039 |
| |
1035 | 1040 |
| |
1036 | 1041 |
| |
| 1042 | + | |
| 1043 | + | |
1037 | 1044 |
| |
1038 | 1045 |
| |
1039 | 1046 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
| 97 | + | |
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
556 | 557 |
| |
557 | 558 |
| |
558 | 559 |
| |
| 560 | + | |
559 | 561 |
| |
560 | 562 |
| |
561 | 563 |
| |
| |||
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
| 594 | + | |
592 | 595 |
| |
593 | 596 |
| |
594 | 597 |
| |
| |||
632 | 635 |
| |
633 | 636 |
| |
634 | 637 |
| |
| 638 | + | |
635 | 639 |
| |
636 | 640 |
| |
637 | 641 |
| |
|
Diff for: compiler/rustc_driver_impl/src/args.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
0 commit comments