File tree
76 files changed
+195
-223
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- debuginfo
- metadata/enums
- rustc_const_eval/src
- interpret
- transform
- util
- rustc_hir_typeck/src
- rustc_infer/src/infer
- outlives
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- ty
- print
- rustc_mir_build/src
- build
- expr
- thir/cx
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- coverage/spans
- rustc_next_trait_solver/src
- rustc_pattern_analysis/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_symbol_mangling/src
- typeid
- rustc_trait_selection/src
- solve
- assembly
- normalizes_to
- traits
- error_reporting
- query
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src
- mir
- src/tools/clippy/clippy_lints/src/doc
- tests/mir-opt/building
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+195
-223
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 |
| - | |
| 373 | + | |
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
| |||
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
795 |
| - | |
796 |
| - | |
| 795 | + | |
797 | 796 |
| |
798 | 797 |
| |
799 | 798 |
| |
| |||
928 | 927 |
| |
929 | 928 |
| |
930 | 929 |
| |
931 |
| - | |
| 930 | + | |
932 | 931 |
| |
933 | 932 |
| |
934 | 933 |
| |
|
Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
| 278 | + | |
278 | 279 |
| |
279 |
| - | |
280 |
| - | |
281 | 280 |
| |
| 281 | + | |
| 282 | + | |
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
| |||
1306 | 1307 |
| |
1307 | 1308 |
| |
1308 | 1309 |
| |
1309 |
| - | |
| 1310 | + | |
1310 | 1311 |
| |
1311 | 1312 |
| |
1312 | 1313 |
| |
| |||
1612 | 1613 |
| |
1613 | 1614 |
| |
1614 | 1615 |
| |
1615 |
| - | |
| 1616 | + | |
1616 | 1617 |
| |
1617 | 1618 |
| |
1618 | 1619 |
| |
| |||
1636 | 1637 |
| |
1637 | 1638 |
| |
1638 | 1639 |
| |
1639 |
| - | |
| 1640 | + | |
1640 | 1641 |
| |
1641 | 1642 |
| |
1642 | 1643 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
| 765 | + | |
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
| |||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
793 |
| - | |
| 793 | + | |
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
| |||
1784 | 1784 |
| |
1785 | 1785 |
| |
1786 | 1786 |
| |
1787 |
| - | |
| 1787 | + | |
1788 | 1788 |
| |
1789 | 1789 |
| |
1790 | 1790 |
| |
| |||
2392 | 2392 |
| |
2393 | 2393 |
| |
2394 | 2394 |
| |
2395 |
| - | |
| 2395 | + | |
2396 | 2396 |
| |
2397 | 2397 |
| |
2398 | 2398 |
| |
| |||
2620 | 2620 |
| |
2621 | 2621 |
| |
2622 | 2622 |
| |
2623 |
| - | |
| 2623 | + | |
2624 | 2624 |
| |
2625 | 2625 |
| |
2626 | 2626 |
| |
|
Lines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
| |||
94 | 93 |
| |
95 | 94 |
| |
96 | 95 |
| |
97 |
| - | |
| 96 | + | |
98 | 97 |
| |
99 | 98 |
| |
100 | 99 |
| |
| |||
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
121 |
| - | |
| 120 | + | |
122 | 121 |
| |
123 | 122 |
| |
124 | 123 |
| |
| |||
354 | 353 |
| |
355 | 354 |
| |
356 | 355 |
| |
357 |
| - | |
| 356 | + | |
358 | 357 |
| |
359 | 358 |
| |
360 | 359 |
| |
| |||
527 | 526 |
| |
528 | 527 |
| |
529 | 528 |
| |
530 |
| - | |
| 529 | + | |
531 | 530 |
| |
532 | 531 |
| |
533 | 532 |
| |
| |||
562 | 561 |
| |
563 | 562 |
| |
564 | 563 |
| |
565 |
| - | |
566 |
| - | |
567 |
| - | |
| 564 | + | |
568 | 565 |
| |
569 | 566 |
| |
570 | 567 |
| |
| |||
620 | 617 |
| |
621 | 618 |
| |
622 | 619 |
| |
623 |
| - | |
| 620 | + | |
624 | 621 |
| |
625 | 622 |
| |
626 | 623 |
| |
| |||
685 | 682 |
| |
686 | 683 |
| |
687 | 684 |
| |
688 |
| - | |
| 685 | + | |
689 | 686 |
| |
690 | 687 |
| |
691 | 688 |
| |
692 |
| - | |
| 689 | + | |
693 | 690 |
| |
694 | 691 |
| |
695 | 692 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
974 | 974 |
| |
975 | 975 |
| |
976 | 976 |
| |
977 |
| - | |
978 |
| - | |
| 977 | + | |
| 978 | + | |
979 | 979 |
| |
980 | 980 |
| |
981 | 981 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1066 | 1066 |
| |
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 |
| - | |
| 1069 | + | |
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 | 1072 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
682 |
| - | |
| 682 | + | |
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
| 339 | + | |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 |
| - | |
| 697 | + | |
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
| 163 | + | |
169 | 164 |
| |
170 | 165 |
| |
171 | 166 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
| 108 | + | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
| |||
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 121 | + | |
128 | 122 |
| |
129 | 123 |
| |
130 | 124 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 | 307 |
| |
311 | 308 |
| |
312 | 309 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
| 459 | + | |
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1444 | 1444 |
| |
1445 | 1445 |
| |
1446 | 1446 |
| |
1447 |
| - | |
| 1447 | + | |
1448 | 1448 |
| |
1449 | 1449 |
| |
1450 | 1450 |
| |
|
0 commit comments