File tree
160 files changed
+748
-695
lines changed- compiler
- rustc_abi/src
- rustc_ast_ir/src
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- liveness
- rustc_codegen_ssa
- src
- mir
- rustc_const_eval
- src/interpret
- rustc_data_structures/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- hir_ty_lowering
- outlives
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_index/src
- rustc_infer/src
- infer
- canonical
- lexical_region_resolve
- opaque_types
- relate
- snapshot
- traits
- rustc_lint
- src
- rustc_macros/src
- rustc_metadata
- src/rmeta
- rustc_middle/src
- mir
- interpret
- allocation
- query
- traits
- ty
- print
- rustc_mir_transform
- src
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_query_impl/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_serialize/tests
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- solve
- inspect
- traits
- query
- type_op
- rustc_ty_utils
- src
- rustc_type_ir/src
- search_graph
- solve
- rustc_type_ir_macros/src
- src
- librustdoc/clean
- tools/clippy/clippy_utils/src/mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+748
-695
lines changedDiff for: Cargo.lock
-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3440 | 3440 |
| |
3441 | 3441 |
| |
3442 | 3442 |
| |
3443 |
| - | |
3444 | 3443 |
| |
3445 | 3444 |
| |
3446 | 3445 |
| |
| |||
3473 | 3472 |
| |
3474 | 3473 |
| |
3475 | 3474 |
| |
3476 |
| - | |
3477 | 3475 |
| |
3478 | 3476 |
| |
3479 | 3477 |
| |
| |||
3736 | 3734 |
| |
3737 | 3735 |
| |
3738 | 3736 |
| |
3739 |
| - | |
3740 | 3737 |
| |
3741 | 3738 |
| |
3742 | 3739 |
| |
| |||
3775 | 3772 |
| |
3776 | 3773 |
| |
3777 | 3774 |
| |
3778 |
| - | |
3779 | 3775 |
| |
3780 | 3776 |
| |
3781 | 3777 |
| |
| |||
3922 | 3918 |
| |
3923 | 3919 |
| |
3924 | 3920 |
| |
3925 |
| - | |
3926 | 3921 |
| |
3927 | 3922 |
| |
3928 | 3923 |
| |
| |||
3998 | 3993 |
| |
3999 | 3994 |
| |
4000 | 3995 |
| |
4001 |
| - | |
4002 | 3996 |
| |
4003 | 3997 |
| |
4004 | 3998 |
| |
| |||
4114 | 4108 |
| |
4115 | 4109 |
| |
4116 | 4110 |
| |
4117 |
| - | |
4118 | 4111 |
| |
4119 | 4112 |
| |
4120 | 4113 |
| |
| |||
4538 | 4531 |
| |
4539 | 4532 |
| |
4540 | 4533 |
| |
4541 |
| - | |
4542 | 4534 |
| |
4543 | 4535 |
| |
4544 | 4536 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+25-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
| |||
106 | 109 |
| |
107 | 110 |
| |
108 | 111 |
| |
109 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
| |||
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
130 |
| - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
131 | 140 |
| |
132 | 141 |
| |
133 | 142 |
| |
| |||
487 | 496 |
| |
488 | 497 |
| |
489 | 498 |
| |
490 |
| - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
491 | 503 |
| |
492 | 504 |
| |
493 | 505 |
| |
| |||
713 | 725 |
| |
714 | 726 |
| |
715 | 727 |
| |
716 |
| - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
717 | 732 |
| |
718 | 733 |
| |
719 | 734 |
| |
| |||
872 | 887 |
| |
873 | 888 |
| |
874 | 889 |
| |
875 |
| - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
876 | 894 |
| |
877 | 895 |
| |
878 | 896 |
| |
|
Diff for: compiler/rustc_ast_ir/src/lib.rs
+13-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
| |||
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
31 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 |
| |
33 | 39 |
| |
34 | 40 |
| |
| |||
87 | 93 |
| |
88 | 94 |
| |
89 | 95 |
| |
90 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
91 | 100 |
| |
92 | 101 |
| |
93 | 102 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 |
| - | |
| 18 | + | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 |
| - | |
| 10 | + | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
|
Diff for: compiler/rustc_borrowck/src/renumber.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 | 27 |
| |
30 | 28 |
| |
31 |
| - | |
32 |
| - | |
| 29 | + | |
| 30 | + | |
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
| 33 | + | |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
|
Diff for: compiler/rustc_codegen_ssa/Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Diff for: compiler/rustc_const_eval/Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
|
0 commit comments