File tree
73 files changed
+276
-349
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- rustc_borrowck/src
- type_check
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- rustc_hir/src
- rustc_hir_analysis
- src
- variance
- rustc_hir_typeck
- src
- fn_ctxt
- rustc_incremental/src
- rustc_index/src
- rustc_index_macros/src
- rustc_infer/src
- infer
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src
- rustc_middle/src
- ty/print
- rustc_mir_build
- src
- build
- thir/cx
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_parse/src
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_resolve/src
- rustc_serialize/src
- rustc_session/src
- rustc_symbol_mangling/src
- rustc_target/src
- rustc_trait_selection/src
- traits/specialize
- rustc_traits/src
- rustc_transmute/src
- rustc_ty_utils/src
- stable_mir/src
- library/std/src/sync
- tests/ui
- async-await/issues
- borrowck
- impl-trait
- issues
- specialization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+276
-349
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3879 | 3879 |
| |
3880 | 3880 |
| |
3881 | 3881 |
| |
| 3882 | + | |
3882 | 3883 |
| |
3883 | 3884 |
| |
3884 | 3885 |
| |
| |||
3917 | 3918 |
| |
3918 | 3919 |
| |
3919 | 3920 |
| |
| 3921 | + | |
3920 | 3922 |
| |
3921 | 3923 |
| |
3922 | 3924 |
| |
| |||
4200 | 4202 |
| |
4201 | 4203 |
| |
4202 | 4204 |
| |
| 4205 | + | |
4203 | 4206 |
| |
4204 | 4207 |
| |
4205 | 4208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 |
| - | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 |
| - | |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 |
| - | |
15 | 13 |
| |
16 |
| - | |
17 | 14 |
| |
18 | 15 |
| |
19 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 |
| |
46 | 53 |
| |
47 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 |
| - | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 |
| - | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 |
| - | |
17 |
| - | |
18 | 15 |
| |
19 |
| - | |
20 | 16 |
| |
21 | 17 |
| |
22 |
| - | |
23 |
| - | |
24 | 18 |
| |
25 | 19 |
| |
26 | 20 |
| |
27 |
| - | |
28 | 21 |
| |
29 | 22 |
| |
30 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
| |||
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
38 |
| - | |
| 36 | + | |
39 | 37 |
| |
40 | 38 |
| |
41 | 39 |
| |
| |||
204 | 202 |
| |
205 | 203 |
| |
206 | 204 |
| |
207 |
| - | |
| 205 | + | |
208 | 206 |
| |
209 | 207 |
| |
210 | 208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 |
| - | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
| |||
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 |
| - | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
94 |
| - | |
| 95 | + | |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 |
| |
38 | 43 |
| |
39 | 44 |
| |
| |||
54 | 59 |
| |
55 | 60 |
| |
56 | 61 |
| |
57 |
| - | |
| 62 | + | |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
421 | 422 |
| |
422 | 423 |
| |
423 | 424 |
| |
424 |
| - | |
| 425 | + | |
425 | 426 |
| |
426 | 427 |
| |
427 | 428 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 5 | + | |
14 | 6 |
| |
| 7 | + | |
15 | 8 |
| |
16 | 9 |
| |
17 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
|
0 commit comments