File tree
58 files changed
+407
-338
lines changed- compiler
- rustc_borrowck/src
- type_check
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/debuginfo
- rustc_const_eval/src
- const_eval
- interpret
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/fn_ctxt
- rustc_lint/src
- rustc_middle/src
- mir
- ty
- inhabitedness
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query
- select
- rustc_transmute/src
- rustc_ty_utils/src
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- clippy_utils/src
- miri/src/intrinsics
- tests/ui/transmutability
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+407
-338
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1128 | 1128 |
| |
1129 | 1129 |
| |
1130 | 1130 |
| |
1131 |
| - | |
1132 | 1131 |
| |
1133 | 1132 |
| |
1134 | 1133 |
| |
| |||
1919 | 1918 |
| |
1920 | 1919 |
| |
1921 | 1920 |
| |
1922 |
| - | |
| 1921 | + | |
1923 | 1922 |
| |
1924 | 1923 |
| |
1925 | 1924 |
| |
|
Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| 136 | + | |
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
| |||
806 | 807 |
| |
807 | 808 |
| |
808 | 809 |
| |
809 |
| - | |
810 |
| - | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
811 | 814 |
| |
812 | 815 |
| |
813 | 816 |
| |
| |||
907 | 910 |
| |
908 | 911 |
| |
909 | 912 |
| |
910 |
| - | |
911 |
| - | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
912 | 917 |
| |
913 | 918 |
| |
914 | 919 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| |||
696 | 698 |
| |
697 | 699 |
| |
698 | 700 |
| |
699 |
| - | |
700 |
| - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
701 | 705 |
| |
702 | 706 |
| |
703 | 707 |
| |
|
Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 | 1181 |
| |
1182 |
| - | |
1183 |
| - | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
1184 | 1186 |
| |
1185 | 1187 |
| |
1186 | 1188 |
| |
| |||
1245 | 1247 |
| |
1246 | 1248 |
| |
1247 | 1249 |
| |
1248 |
| - | |
1249 |
| - | |
1250 |
| - | |
1251 |
| - | |
1252 |
| - | |
1253 |
| - | |
| 1250 | + | |
1254 | 1251 |
| |
1255 | 1252 |
| |
1256 | 1253 |
| |
| |||
1469 | 1466 |
| |
1470 | 1467 |
| |
1471 | 1468 |
| |
1472 |
| - | |
1473 |
| - | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
1474 | 1473 |
| |
1475 | 1474 |
| |
1476 | 1475 |
| |
|
Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
| |||
685 | 684 |
| |
686 | 685 |
| |
687 | 686 |
| |
688 |
| - | |
| 687 | + | |
689 | 688 |
| |
690 | 689 |
| |
691 | 690 |
| |
692 | 691 |
| |
693 |
| - | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
694 | 695 |
| |
695 | 696 |
| |
696 | 697 |
| |
697 | 698 |
| |
698 |
| - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
699 | 702 |
| |
700 | 703 |
| |
701 | 704 |
| |
702 |
| - | |
| 705 | + | |
703 | 706 |
| |
704 | 707 |
| |
705 | 708 |
| |
| |||
711 | 714 |
| |
712 | 715 |
| |
713 | 716 |
| |
714 |
| - | |
715 |
| - | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
716 | 720 |
| |
717 | 721 |
| |
718 | 722 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
395 | 397 |
| |
396 | 398 |
| |
397 | 399 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 |
| - | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
1041 | 1045 |
| |
1042 | 1046 |
| |
1043 | 1047 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 79 | + | |
82 | 80 |
| |
83 | 81 |
| |
84 | 82 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1487 | 1487 |
| |
1488 | 1488 |
| |
1489 | 1489 |
| |
1490 |
| - | |
| 1490 | + | |
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 | 1493 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2601 | 2601 |
| |
2602 | 2602 |
| |
2603 | 2603 |
| |
2604 |
| - | |
| 2604 | + | |
2605 | 2605 |
| |
2606 | 2606 |
| |
2607 | 2607 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
320 | 321 |
| |
321 | 322 |
| |
322 | 323 |
| |
323 |
| - | |
324 |
| - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
325 | 332 |
| |
326 | 333 |
| |
327 | 334 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
| |||
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
96 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
0 commit comments