File tree
139 files changed
+944
-889
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- diagnostics
- region_infer
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src/debuginfo
- rustc_expand/src
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- type_of
- errors
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- region_constraints
- snapshot
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- ty
- print
- rustc_mir_build/src
- builder/matches
- thir/cx
- rustc_mir_transform/src
- rustc_monomorphize/src/mono_checks
- rustc_next_trait_solver/src/solve
- assembly
- eval_ctxt
- rustc_parse/src
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_session/src
- rustc_smir/src
- rustc_smir/convert
- stable_mir
- mir
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- traits
- select
- rustc_ty_utils/src
- library
- proc_macro/src
- bridge
- std
- src/sys/pal/unix
- tests/sync
- src
- librustdoc
- clean
- passes
- tools
- clippy
- clippy_lints/src
- methods
- clippy_utils/src/ty
- miri
- ci
- src/shims/windows
- tests
- pass/issues
- pass-dep/shims
- rust-analyzer/crates/proc-macro-srv/src
- server_impl
- tests
- tests
- assembly
- run-make/rustc-help
- ui
- asm
- generic-associated-types
- invalid-compile-flags
- proc-macro
- auxiliary
- traits
- next-solver/normalize
- winnowing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
139 files changed
+944
-889
lines changedDiff for: Cargo.lock
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
2041 |
| - | |
| 2041 | + | |
2042 | 2042 |
| |
2043 |
| - | |
| 2043 | + | |
2044 | 2044 |
| |
2045 | 2045 |
| |
2046 | 2046 |
| |
2047 | 2047 |
| |
2048 | 2048 |
| |
2049 | 2049 |
| |
2050 | 2050 |
| |
2051 |
| - | |
| 2051 | + | |
2052 | 2052 |
| |
2053 |
| - | |
| 2053 | + | |
2054 | 2054 |
| |
2055 | 2055 |
| |
2056 | 2056 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/path.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 |
| - | |
452 |
| - | |
| 451 | + | |
453 | 452 |
| |
454 | 453 |
| |
455 | 454 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
650 |
| - | |
| 650 | + | |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 |
| - | |
342 |
| - | |
| 341 | + | |
343 | 342 |
| |
344 | 343 |
| |
345 | 344 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
| |||
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 |
| - | |
47 |
| - | |
| 45 | + | |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
|
+24-27
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
| |||
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 |
| - | |
| 20 | + | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
458 | 457 |
| |
459 | 458 |
| |
460 | 459 |
| |
461 |
| - | |
462 | 460 |
| |
463 | 461 |
| |
464 | 462 |
| |
| |||
664 | 662 |
| |
665 | 663 |
| |
666 | 664 |
| |
667 |
| - | |
668 |
| - | |
669 |
| - | |
670 |
| - | |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
676 |
| - | |
677 |
| - | |
678 |
| - | |
679 |
| - | |
680 |
| - | |
681 |
| - | |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
688 |
| - | |
689 | 665 |
| |
690 | 666 |
| |
691 | 667 |
| |
| |||
695 | 671 |
| |
696 | 672 |
| |
697 | 673 |
| |
698 |
| - | |
699 |
| - | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
700 | 697 |
| |
701 | 698 |
| |
702 | 699 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
| 30 | + | |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
|
Diff for: compiler/rustc_hir/src/definitions.rs
+3-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
|
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 |
| - | |
| 446 | + | |
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
| 452 | + | |
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
| |||
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
743 |
| - | |
| 743 | + | |
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
| |||
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
945 |
| - | |
| 945 | + | |
946 | 946 |
| |
947 | 947 |
| |
948 | 948 |
| |
| |||
952 | 952 |
| |
953 | 953 |
| |
954 | 954 |
| |
955 |
| - | |
956 |
| - | |
| 955 | + | |
| 956 | + | |
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
|
0 commit comments