This repository was archived by the owner on May 28, 2025. It is now read-only.
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_analysis
- src
- check
- coherence
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior/drop_ranges
- rustc_hir/src
- 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 changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 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 | | |
| |||
0 commit comments