File tree
196 files changed
+1150
-639
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- type_check
- liveness
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_llvm
- src/debuginfo
- metadata/enums
- rustc_codegen_ssa
- src
- coverageinfo
- mir
- rustc_const_eval/src
- interpret
- transform
- rustc_data_structures
- src
- graph
- dominators
- iterate
- scc
- vec_graph
- sorted_map
- sync
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior/drop_ranges
- rustc_index/src
- rustc_infer/src/infer
- canonical
- lexical_region_resolve
- outlives
- region_constraints
- rustc_interface
- rustc_lint/src
- rustc_macros/src
- rustc_metadata
- src
- rmeta
- rustc_middle/src
- hir/map
- mir
- ty
- rustc_mir_build/src
- build
- custom
- expr
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- impls
- move_paths
- rustc_mir_transform/src
- coverage
- rustc_monomorphize
- rustc_passes/src
- rustc_query_impl/src
- rustc_query_system
- src
- dep_graph
- query
- rustc_resolve/src
- rustc_session
- rustc_span/src
- rustc_target
- rustc_trait_selection
- src/solve
- eval_ctxt
- search_graph
- rustc_traits
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- bootstrap
- librustdoc/clean
- tools/miri/src/concurrency
- tests
- run-make/pointer-auth-link-with-c
- rustdoc
- ui
- closures
- coherence
- consts
- fn
- implied-bounds
- object-safety
- typeck
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
196 files changed
+1150
-639
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + |
-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3209 | 3209 |
| |
3210 | 3210 |
| |
3211 | 3211 |
| |
3212 |
| - | |
3213 | 3212 |
| |
3214 | 3213 |
| |
3215 | 3214 |
| |
| |||
3303 | 3302 |
| |
3304 | 3303 |
| |
3305 | 3304 |
| |
3306 |
| - | |
3307 | 3305 |
| |
3308 | 3306 |
| |
3309 | 3307 |
| |
| |||
3516 | 3514 |
| |
3517 | 3515 |
| |
3518 | 3516 |
| |
3519 |
| - | |
3520 | 3517 |
| |
3521 | 3518 |
| |
3522 | 3519 |
| |
| |||
3653 | 3650 |
| |
3654 | 3651 |
| |
3655 | 3652 |
| |
3656 |
| - | |
3657 | 3653 |
| |
3658 | 3654 |
| |
3659 | 3655 |
| |
| |||
3761 | 3757 |
| |
3762 | 3758 |
| |
3763 | 3759 |
| |
3764 |
| - | |
3765 | 3760 |
| |
3766 | 3761 |
| |
3767 | 3762 |
| |
| |||
3891 | 3886 |
| |
3892 | 3887 |
| |
3893 | 3888 |
| |
3894 |
| - | |
3895 | 3889 |
| |
3896 | 3890 |
| |
3897 | 3891 |
| |
| |||
4010 | 4004 |
| |
4011 | 4005 |
| |
4012 | 4006 |
| |
4013 |
| - | |
4014 | 4007 |
| |
4015 | 4008 |
| |
4016 | 4009 |
| |
| |||
4080 | 4073 |
| |
4081 | 4074 |
| |
4082 | 4075 |
| |
4083 |
| - | |
4084 | 4076 |
| |
4085 | 4077 |
| |
4086 | 4078 |
| |
| |||
4149 | 4141 |
| |
4150 | 4142 |
| |
4151 | 4143 |
| |
4152 |
| - | |
4153 | 4144 |
| |
4154 | 4145 |
| |
4155 | 4146 |
| |
| |||
4167 | 4158 |
| |
4168 | 4159 |
| |
4169 | 4160 |
| |
4170 |
| - | |
4171 | 4161 |
| |
4172 | 4162 |
| |
4173 | 4163 |
| |
| |||
4199 | 4189 |
| |
4200 | 4190 |
| |
4201 | 4191 |
| |
4202 |
| - | |
4203 | 4192 |
| |
4204 | 4193 |
| |
4205 | 4194 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
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 | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 | 39 |
| |
41 | 40 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
0 commit comments