This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
35 files changed
+260
-291
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- interpret
- transform
- check_consts
- rustc_hir_analysis/src/check
- rustc_middle/src/mir
- rustc_mir_dataflow/src/move_paths
- rustc_mir_transform/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- stable_mir/src/mir
- library/core/src
- char
- num
- ops
- ptr
- slice
- str
- src/tools/clippy/clippy_utils/src
35 files changed
+260
-291
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2000 | 2000 |
| |
2001 | 2001 |
| |
2002 | 2002 |
| |
2003 |
| - | |
| 2003 | + | |
2004 | 2004 |
| |
2005 | 2005 |
| |
2006 | 2006 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
| 782 | + | |
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
|
Lines changed: 1 addition & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
| 261 | + | |
272 | 262 |
| |
273 | 263 |
| |
274 | 264 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1157 | 1157 |
| |
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 |
| - | |
| 1160 | + | |
1161 | 1161 |
| |
1162 | 1162 |
| |
1163 | 1163 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
| 130 | + | |
132 | 131 |
| |
133 | 132 |
| |
134 | 133 |
| |
| |||
585 | 584 |
| |
586 | 585 |
| |
587 | 586 |
| |
588 |
| - | |
| 587 | + | |
589 | 588 |
| |
590 | 589 |
| |
591 | 590 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
| 765 | + | |
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
| 947 | + | |
948 | 948 |
| |
949 | 949 |
| |
950 | 950 |
| |
|
Lines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 | 1368 |
| |
1369 |
| - | |
1370 |
| - | |
1371 |
| - | |
1372 |
| - | |
1373 |
| - | |
1374 |
| - | |
1375 |
| - | |
1376 |
| - | |
1377 |
| - | |
1378 |
| - | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1379 | 1372 |
| |
1380 | 1373 |
| |
1381 | 1374 |
| |
|
0 commit comments