File tree
140 files changed
+101
-102
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/traits
- rustc_driver
- src
- rustc_hir_analysis
- src
- astconv
- check
- fn_ctxt
- generator_interior
- drop_ranges
- method
- coherence
- collect
- impl_wf_check
- outlives
- structured_errors
- variance
- rustc_infer/src
- infer
- error_reporting
- rustc_interface
- src
- rustc_middle/src/ty
- rustc_mir_build/src/thir
- cx
- pattern
- rustc_passes/src
- rustc_privacy
- src
- rustc_resolve/src
- rustc_ty_utils/src
- src
- librustdoc
- clean
- test/ui
- rfc-2632-const-trait-impl
- suggestions
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- operators
- transmute
- types
- utils
- clippy_utils/src
- tests/ui
- rust-analyzer/crates/hir-ty/src
- infer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+101
-102
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3394 | 3394 | | |
3395 | 3395 | | |
3396 | 3396 | | |
| 3397 | + | |
3397 | 3398 | | |
3398 | 3399 | | |
3399 | 3400 | | |
| |||
3407 | 3408 | | |
3408 | 3409 | | |
3409 | 3410 | | |
3410 | | - | |
3411 | 3411 | | |
3412 | 3412 | | |
3413 | 3413 | | |
| |||
3512 | 3512 | | |
3513 | 3513 | | |
3514 | 3514 | | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
| 3533 | + | |
| 3534 | + | |
| 3535 | + | |
| 3536 | + | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
| 3541 | + | |
| 3542 | + | |
| 3543 | + | |
3515 | 3544 | | |
3516 | 3545 | | |
3517 | 3546 | | |
| |||
3591 | 3620 | | |
3592 | 3621 | | |
3593 | 3622 | | |
| 3623 | + | |
3594 | 3624 | | |
3595 | 3625 | | |
3596 | 3626 | | |
| |||
3613 | 3643 | | |
3614 | 3644 | | |
3615 | 3645 | | |
3616 | | - | |
3617 | 3646 | | |
3618 | 3647 | | |
3619 | 3648 | | |
| |||
3923 | 3952 | | |
3924 | 3953 | | |
3925 | 3954 | | |
| 3955 | + | |
3926 | 3956 | | |
3927 | 3957 | | |
3928 | 3958 | | |
3929 | 3959 | | |
3930 | 3960 | | |
3931 | | - | |
3932 | 3961 | | |
3933 | 3962 | | |
3934 | 3963 | | |
| |||
4212 | 4241 | | |
4213 | 4242 | | |
4214 | 4243 | | |
4215 | | - | |
4216 | | - | |
4217 | | - | |
4218 | | - | |
4219 | | - | |
4220 | | - | |
4221 | | - | |
4222 | | - | |
4223 | | - | |
4224 | | - | |
4225 | | - | |
4226 | | - | |
4227 | | - | |
4228 | | - | |
4229 | | - | |
4230 | | - | |
4231 | | - | |
4232 | | - | |
4233 | | - | |
4234 | | - | |
4235 | | - | |
4236 | | - | |
4237 | | - | |
4238 | | - | |
4239 | | - | |
4240 | | - | |
4241 | | - | |
4242 | | - | |
4243 | | - | |
4244 | 4244 | | |
4245 | 4245 | | |
4246 | 4246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments