File tree
90 files changed
+1580
-1504
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_pretty
- src/pprust
- rustc_borrowck/src
- region_infer
- type_check
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src
- back
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_hir_analysis
- src
- collect
- rustc_infer/src/infer/opaque_types
- rustc_interface/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- middle
- query
- rustc_parse/src/parser
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- select
- library
- alloc/src
- boxed
- core/src
- str
- std/src
- src
- ci/docker/host-x86_64/mingw-check
- etc
- tools
- compiletest/src
- jsondocck/src
- miri/tests/fail
- tests
- assembly
- crashes
- ui
- associated-type-bounds
- consts
- delegation
- dropck
- intrinsics
- traits/const-traits
- const_derives
- effects
- specialization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+1580
-1504
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3301 | 3301 |
| |
3302 | 3302 |
| |
3303 | 3303 |
| |
| 3304 | + | |
3304 | 3305 |
| |
3305 | 3306 |
| |
3306 | 3307 |
| |
|
Diff for: compiler/rustc_ast/src/token.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 |
| - | |
| 371 | + | |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+11-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
146 |
| - | |
| 147 | + | |
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
| |||
536 | 537 |
| |
537 | 538 |
| |
538 | 539 |
| |
539 |
| - | |
| 540 | + | |
540 | 541 |
| |
541 | 542 |
| |
542 | 543 |
| |
543 | 544 |
| |
544 | 545 |
| |
545 | 546 |
| |
546 | 547 |
| |
547 |
| - | |
| 548 | + | |
548 | 549 |
| |
549 | 550 |
| |
550 | 551 |
| |
| |||
653 | 654 |
| |
654 | 655 |
| |
655 | 656 |
| |
656 |
| - | |
| 657 | + | |
657 | 658 |
| |
658 | 659 |
| |
659 | 660 |
| |
| |||
739 | 740 |
| |
740 | 741 |
| |
741 | 742 |
| |
742 |
| - | |
| 743 | + | |
743 | 744 |
| |
744 | 745 |
| |
745 | 746 |
| |
| |||
815 | 816 |
| |
816 | 817 |
| |
817 | 818 |
| |
818 |
| - | |
| 819 | + | |
819 | 820 |
| |
820 | 821 |
| |
821 | 822 |
| |
822 | 823 |
| |
823 | 824 |
| |
824 |
| - | |
| 825 | + | |
825 | 826 |
| |
826 | 827 |
| |
827 | 828 |
| |
| |||
1841 | 1842 |
| |
1842 | 1843 |
| |
1843 | 1844 |
| |
1844 |
| - | |
| 1845 | + | |
1845 | 1846 |
| |
1846 | 1847 |
| |
1847 | 1848 |
| |
1848 | 1849 |
| |
1849 | 1850 |
| |
1850 |
| - | |
| 1851 | + | |
1851 | 1852 |
| |
1852 | 1853 |
| |
1853 | 1854 |
| |
| |||
1941 | 1942 |
| |
1942 | 1943 |
| |
1943 | 1944 |
| |
1944 |
| - | |
| 1945 | + | |
1945 | 1946 |
| |
1946 | 1947 |
| |
1947 | 1948 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1878 | 1878 |
| |
1879 | 1879 |
| |
1880 | 1880 |
| |
1881 |
| - | |
| 1881 | + | |
1882 | 1882 |
| |
1883 | 1883 |
| |
1884 | 1884 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/path.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Diff for: compiler/rustc_ast_pretty/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
108 |
| - | |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
Diff for: compiler/rustc_borrowck/src/nll.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
733 | 733 |
| |
734 | 734 |
| |
735 | 735 |
| |
736 |
| - | |
| 736 | + | |
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
| |||
1679 | 1679 |
| |
1680 | 1680 |
| |
1681 | 1681 |
| |
1682 |
| - | |
| 1682 | + | |
1683 | 1683 |
| |
1684 | 1684 |
| |
1685 | 1685 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 |
| - | |
| 506 | + | |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
| |||
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
573 |
| - | |
| 573 | + | |
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2385 | 2385 |
| |
2386 | 2386 |
| |
2387 | 2387 |
| |
2388 |
| - | |
| 2388 | + | |
2389 | 2389 |
| |
2390 |
| - | |
| 2390 | + | |
2391 | 2391 |
| |
2392 | 2392 |
| |
2393 | 2393 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
| 517 | + | |
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
| |||
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 | 1205 |
| |
1206 |
| - | |
| 1206 | + | |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
|
Diff for: compiler/rustc_codegen_ssa/src/base.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
926 |
| - | |
| 926 | + | |
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
939 |
| - | |
| 939 | + | |
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1395 | 1395 |
| |
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 |
| - | |
| 1398 | + | |
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 | 1401 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+10-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1555 | 1555 |
| |
1556 | 1556 |
| |
1557 | 1557 |
| |
1558 |
| - | |
| 1558 | + | |
1559 | 1559 |
| |
1560 | 1560 |
| |
1561 | 1561 |
| |
| |||
1646 | 1646 |
| |
1647 | 1647 |
| |
1648 | 1648 |
| |
1649 |
| - | |
| 1649 | + | |
1650 | 1650 |
| |
1651 | 1651 |
| |
1652 | 1652 |
| |
| |||
2529 | 2529 |
| |
2530 | 2530 |
| |
2531 | 2531 |
| |
2532 |
| - | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
2533 | 2538 |
| |
2534 | 2539 |
| |
2535 | 2540 |
| |
| |||
2545 | 2550 |
| |
2546 | 2551 |
| |
2547 | 2552 |
| |
2548 |
| - | |
| 2553 | + | |
2549 | 2554 |
| |
2550 | 2555 |
| |
2551 | 2556 |
| |
2552 |
| - | |
| 2557 | + | |
2553 | 2558 |
| |
2554 | 2559 |
| |
2555 | 2560 |
| |
|
Diff for: compiler/rustc_errors/src/json.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
| 370 | + | |
371 | 371 |
| |
372 |
| - | |
| 372 | + | |
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 |
| - | |
| 625 | + | |
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
293 | 294 |
| |
294 | 295 |
| |
295 | 296 |
| |
296 |
| - | |
| 297 | + | |
297 | 298 |
| |
298 | 299 |
| |
299 | 300 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 | 152 |
| |
157 | 153 |
| |
158 | 154 |
| |
|
0 commit comments