This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
47 files changed
+347
-74
lines changed- compiler
- rustc_ast/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_hir_typeck/src/fn_ctxt
- rustc_infer/src/traits
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src/thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_resolve/src
- rustc_trait_selection/src/traits
- error_reporting
- library
- core
- src
- net
- ptr
- tests
- num/flt2dec
- portable-simd/crates/core_simd/src
- std/src
- sys
- common
- uefi
- unix/process
- thread
- src
- doc/rustc/src/platform-support
- tools
- clippy/tests/ui
- miri/tests/utils
- rust-analyzer/crates
- parser/src
- syntax_kind
- syntax/src/tests
- rustfmt/src/config
- tests/ui
- imports
- lint/unused
- parser
- pattern
- privacy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+347
-74
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
201 | 209 |
| |
202 | 210 |
| |
203 | 211 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
146 | 145 |
| |
147 | 146 |
| |
148 | 147 |
| |
149 |
| - | |
150 | 148 |
| |
151 | 149 |
| |
152 | 150 |
| |
| |||
173 | 171 |
| |
174 | 172 |
| |
175 | 173 |
| |
176 |
| - | |
| 174 | + | |
177 | 175 |
| |
178 | 176 |
| |
179 | 177 |
| |
| |||
332 | 330 |
| |
333 | 331 |
| |
334 | 332 |
| |
335 |
| - | |
336 | 333 |
| |
337 | 334 |
| |
338 | 335 |
| |
|
0 commit comments