This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
128 files changed
+4320
-1921
lines changed- compiler
- rustc_borrowck/src
- region_infer
- rustc_builtin_macros/src/deriving/cmp
- rustc_const_eval/src/interpret
- rustc_error_codes/src/error_codes
- rustc_metadata/src/rmeta
- rustc_middle/src/mir/interpret/allocation
- rustc_parse/src/parser
- library
- alloc
- src
- collections
- btree
- vec_deque
- vec
- tests
- core
- benches
- src
- array
- iter
- adapters
- range
- traits
- ops
- range
- slice
- str
- tests
- iter
- adapters
- traits
- src
- librustdoc/html/length_limit
- tools
- linkchecker
- tidy/src
- tests
- mir-opt
- copy-prop
- pre-codegen
- rustdoc/inline_cross
- auxiliary
- ui
- associated-type-bounds
- borrowck
- const-generics
- std
- type-dependent
- consts
- impl-trait
- issues
- iterators
- lifetimes
- mismatched_types
- never_type
- nll
- range
- recursion
- suggestions
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+4320
-1921
lines changedLines changed: 22 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3006 | 3006 |
| |
3007 | 3007 |
| |
3008 | 3008 |
| |
3009 |
| - | |
| 3009 | + | |
3010 | 3010 |
| |
3011 |
| - | |
| 3011 | + | |
3012 | 3012 |
| |
3013 | 3013 |
| |
3014 | 3014 |
| |
| |||
3064 | 3064 |
| |
3065 | 3065 |
| |
3066 | 3066 |
| |
3067 |
| - | |
3068 |
| - | |
3069 |
| - | |
| 3067 | + | |
| 3068 | + | |
3070 | 3069 |
| |
3071 | 3070 |
| |
3072 | 3071 |
| |
| |||
3349 | 3348 |
| |
3350 | 3349 |
| |
3351 | 3350 |
| |
3352 |
| - | |
3353 |
| - | |
| 3351 | + | |
3354 | 3352 |
| |
3355 | 3353 |
| |
3356 |
| - | |
| 3354 | + | |
3357 | 3355 |
| |
3358 | 3356 |
| |
3359 | 3357 |
| |
| |||
3368 | 3366 |
| |
3369 | 3367 |
| |
3370 | 3368 |
| |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
| 3374 | + | |
| 3375 | + | |
| 3376 | + | |
| 3377 | + | |
| 3378 | + | |
| 3379 | + | |
3371 | 3380 |
| |
3372 | 3381 |
| |
3373 | 3382 |
| |
| |||
3697 | 3706 |
| |
3698 | 3707 |
| |
3699 | 3708 |
| |
3700 |
| - | |
| 3709 | + | |
3701 | 3710 |
| |
3702 | 3711 |
| |
3703 | 3712 |
| |
| |||
4023 | 4032 |
| |
4024 | 4033 |
| |
4025 | 4034 |
| |
4026 |
| - | |
| 4035 | + | |
4027 | 4036 |
| |
4028 | 4037 |
| |
4029 | 4038 |
| |
| |||
4188 | 4197 |
| |
4189 | 4198 |
| |
4190 | 4199 |
| |
4191 |
| - | |
| 4200 | + | |
4192 | 4201 |
| |
4193 | 4202 |
| |
4194 | 4203 |
| |
| |||
4388 | 4397 |
| |
4389 | 4398 |
| |
4390 | 4399 |
| |
4391 |
| - | |
| 4400 | + | |
4392 | 4401 |
| |
4393 | 4402 |
| |
4394 | 4403 |
| |
| |||
4407 | 4416 |
| |
4408 | 4417 |
| |
4409 | 4418 |
| |
4410 |
| - | |
| 4419 | + | |
4411 | 4420 |
| |
4412 | 4421 |
| |
4413 | 4422 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 |
| |
115 | 118 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2140 | 2140 |
| |
2141 | 2141 |
| |
2142 | 2142 |
| |
2143 |
| - | |
| 2143 | + | |
2144 | 2144 |
| |
2145 | 2145 |
| |
2146 | 2146 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
284 | 290 |
| |
285 | 291 |
| |
286 | 292 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
537 |
| - | |
| 537 | + | |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2905 | 2905 |
| |
2906 | 2906 |
| |
2907 | 2907 |
| |
2908 |
| - | |
| 2908 | + | |
2909 | 2909 |
| |
2910 | 2910 |
| |
2911 | 2911 |
| |
|
0 commit comments