This repository was archived by the owner on May 28, 2025. It is now read-only.
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-ui
- rustdoc
- 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 changedLines changed: 1 addition & 5 deletions
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 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
590 | 590 |
| |
591 | 591 |
| |
592 | 592 |
| |
593 |
| - | |
594 | 593 |
| |
595 | 594 |
| |
596 | 595 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
|
Lines changed: 8 additions & 8 deletions
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 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
325 |
| - | |
326 | 324 |
| |
327 | 325 |
| |
328 | 326 |
| |
|
Lines changed: 11 additions & 3 deletions
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 |
| |
|
Lines changed: 27 additions & 14 deletions
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 |
| |
|
Lines changed: 40 additions & 10 deletions
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 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 |
| - | |
1251 | 1250 |
| |
1252 | 1251 |
| |
1253 | 1252 |
| |
|
0 commit comments