This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
73 files changed
+276
-349
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- rustc_ast/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_analysis
- src
- variance
- rustc_hir_typeck
- src
- fn_ctxt
- rustc_hir/src
- rustc_incremental/src
- rustc_index_macros/src
- rustc_index/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 changed| Original 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 | | |
| |||
0 commit comments