File tree
112 files changed
+885
-786
lines changed- compiler
- rustc_codegen_cranelift/src/abi
- rustc_codegen_llvm/src
- llvm
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src/astconv
- rustc_hir_typeck/src/method
- rustc_lint/src/context
- rustc_middle/src/ty
- rustc_mir_transform/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_target/src
- abi/call
- spec
- abi
- rustc_trait_selection/src/traits/error_reporting
- rustc_ty_utils/src
- stable_mir/src
- library
- alloc/src/vec
- std/src/sys/pal/unix
- src
- bootstrap/src/core/config
- librustdoc/clean
- tools/clippy/tests/ui
- tests
- incremental/hashes
- rustdoc
- rustdoc-ui
- ui
- abi
- associated-types
- check-cfg
- closures
- consts/const-eval/stable-metric
- coroutine
- dst
- extern
- feature-gates
- generic-associated-types
- generics
- impl-trait/in-trait
- imports
- issues
- iterators
- lang-items
- lint
- malformed
- methods/issues
- object-safety
- range
- str
- suggestions
- trait-bounds
- traits
- next-solver/overflow
- unsized
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
112 files changed
+885
-786
lines changed+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 59 | + | |
64 | 60 |
| |
65 | 61 |
| |
66 | 62 |
| |
|
Diff for: compiler/rustc_codegen_llvm/src/abi.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
590 | 590 |
| |
591 | 591 |
| |
592 | 592 |
| |
593 |
| - | |
594 | 593 |
| |
595 | 594 |
| |
596 | 595 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
114 | 112 |
| |
115 | 113 |
| |
116 | 114 |
| |
| |||
980 | 978 |
| |
981 | 979 |
| |
982 | 980 |
| |
983 |
| - | |
984 | 981 |
| |
985 |
| - | |
986 | 982 |
| |
| 983 | + | |
987 | 984 |
| |
988 |
| - | |
| 985 | + | |
| 986 | + | |
989 | 987 |
| |
990 | 988 |
| |
991 | 989 |
| |
992 | 990 |
| |
993 |
| - | |
994 | 991 |
| |
995 |
| - | |
996 | 992 |
| |
| 993 | + | |
997 | 994 |
| |
998 |
| - | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
325 |
| - | |
326 | 324 |
| |
327 | 325 |
| |
328 | 326 |
| |
|
+11-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 |
| |
49 | 57 |
| |
50 | 58 |
| |
| |||
82 | 90 |
| |
83 | 91 |
| |
84 | 92 |
| |
85 |
| - | |
86 |
| - | |
| 93 | + | |
| 94 | + | |
87 | 95 |
| |
88 | 96 |
| |
89 |
| - | |
| 97 | + | |
90 | 98 |
| |
91 | 99 |
| |
92 | 100 |
| |
|
+27-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
557 | 568 |
| |
558 | 569 |
| |
559 | 570 |
| |
| |||
1325 | 1336 |
| |
1326 | 1337 |
| |
1327 | 1338 |
| |
1328 |
| - | |
| 1339 | + | |
1329 | 1340 |
| |
1330 | 1341 |
| |
1331 | 1342 |
| |
| |||
2918 | 2929 |
| |
2919 | 2930 |
| |
2920 | 2931 |
| |
2921 |
| - | |
2922 |
| - | |
2923 |
| - | |
2924 |
| - | |
2925 |
| - | |
2926 |
| - | |
2927 |
| - | |
2928 |
| - | |
2929 |
| - | |
2930 |
| - | |
2931 |
| - | |
2932 |
| - | |
2933 |
| - | |
| 2932 | + | |
2934 | 2933 |
| |
2935 | 2934 |
| |
2936 | 2935 |
| |
| |||
2978 | 2977 |
| |
2979 | 2978 |
| |
2980 | 2979 |
| |
| 2980 | + | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
| 2985 | + | |
| 2986 | + | |
| 2987 | + | |
| 2988 | + | |
| 2989 | + | |
| 2990 | + | |
| 2991 | + | |
| 2992 | + | |
| 2993 | + | |
2981 | 2994 |
| |
2982 | 2995 |
| |
2983 | 2996 |
| |
|
+40-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
191 | 208 |
| |
192 | 209 |
| |
193 | 210 |
| |
| |||
262 | 279 |
| |
263 | 280 |
| |
264 | 281 |
| |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
270 | 299 |
| |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
276 | 306 |
| |
277 | 307 |
| |
278 | 308 |
| |
|
Diff for: compiler/rustc_middle/src/ty/layout.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 |
| - | |
1251 | 1250 |
| |
1252 | 1251 |
| |
1253 | 1252 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
Diff for: compiler/rustc_passes/src/errors.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1739 | 1739 |
| |
1740 | 1740 |
| |
1741 | 1741 |
| |
1742 |
| - | |
| 1742 | + | |
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 | 1745 |
| |
| |||
1778 | 1778 |
| |
1779 | 1779 |
| |
1780 | 1780 |
| |
1781 |
| - | |
| 1781 | + | |
1782 | 1782 |
| |
1783 | 1783 |
| |
1784 | 1784 |
| |
|
Diff for: compiler/rustc_passes/src/lang_items.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 |
| |
154 | 156 |
| |
155 | 157 |
| |
|
+12-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
| |||
818 | 817 |
| |
819 | 818 |
| |
820 | 819 |
| |
821 |
| - | |
822 |
| - | |
| 820 | + | |
| 821 | + | |
823 | 822 |
| |
824 | 823 |
| |
825 | 824 |
| |
826 | 825 |
| |
827 | 826 |
| |
828 | 827 |
| |
829 | 828 |
| |
830 |
| - | |
| 829 | + | |
831 | 830 |
| |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
836 | 834 |
| |
837 | 835 |
| |
838 | 836 |
| |
| |||
873 | 871 |
| |
874 | 872 |
| |
875 | 873 |
| |
876 |
| - | |
| 874 | + | |
877 | 875 |
| |
878 | 876 |
| |
879 | 877 |
| |
| |||
950 | 948 |
| |
951 | 949 |
| |
952 | 950 |
| |
953 |
| - | |
954 |
| - | |
955 |
| - | |
956 |
| - | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
957 | 955 |
| |
958 | 956 |
| |
959 | 957 |
| |
| |||
962 | 960 |
| |
963 | 961 |
| |
964 | 962 |
| |
965 |
| - | |
| 963 | + | |
966 | 964 |
| |
967 | 965 |
| |
968 | 966 |
| |
|
0 commit comments