This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
89 files changed
+531
-305
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- rustc_hir_analysis/src
- check
- coherence
- collect
- outlives
- variance
- rustc_infer/src/infer
- canonical
- lexical_region_resolve
- outlives
- region_constraints
- relate
- rustc_lint/src
- rustc_middle/src/ty
- print
- rustc_pattern_analysis/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/infer
- nice_region_error
- errors
- traits
- query
- rustc_ty_utils/src
- library/alloc/src/vec
- src
- bootstrap/src/core/builder
- doc
- librustdoc/clean
- tools/compiletest/src
- tests
- incremental
- ui
- async-await
- const-generics
- defaults
- generic_const_exprs
- consts/const_in_pattern
- fn
- impl-trait
- mismatched_types
- modules
- moves
- parallel-rustc
- parser/issues/issue-87217-keyword-order
- proc-macro
- resolve
- suggestions
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+531
-305
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
| 409 | + | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
|
+5-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 11 | + | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
| |||
587 | 585 |
| |
588 | 586 |
| |
589 | 587 |
| |
590 |
| - | |
| 588 | + | |
591 | 589 |
| |
592 | 590 |
| |
593 | 591 |
| |
| |||
607 | 605 |
| |
608 | 606 |
| |
609 | 607 |
| |
610 |
| - | |
| 608 | + | |
611 | 609 |
| |
612 | 610 |
| |
613 | 611 |
| |
| |||
633 | 631 |
| |
634 | 632 |
| |
635 | 633 |
| |
636 |
| - | |
637 |
| - | |
638 |
| - | |
| 634 | + | |
| 635 | + | |
639 | 636 |
| |
640 | 637 |
| |
641 | 638 |
| |
|
0 commit comments