This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
64 files changed
+1040
-303
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast/src
- expand
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm
- src
- back
- llvm
- rustc_codegen_ssa/src
- back
- traits
- rustc_expand/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_symbol_mangling/src
- library
- core/src
- alloc
- std/src/collections
- src
- bootstrap/src/core/config
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- rustfmt/src
- tests/ui
- deprecation
- imports
- parser
- diff-markers
- resolve
- symbol-names
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+1040
-303
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2877 | 2877 |
| |
2878 | 2878 |
| |
2879 | 2879 |
| |
2880 |
| - | |
| 2880 | + | |
2881 | 2881 |
| |
2882 | 2882 |
| |
2883 | 2883 |
| |
|
Lines changed: 3 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
79 | 78 |
| |
80 | 79 |
| |
81 | 80 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 | 81 |
| |
87 | 82 |
| |
88 | 83 |
| |
| |||
262 | 257 |
| |
263 | 258 |
| |
264 | 259 |
| |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
| 260 | + | |
| 261 | + | |
273 | 262 |
| |
274 | 263 |
| |
275 | 264 |
| |
276 | 265 |
| |
277 | 266 |
| |
278 | 267 |
| |
279 |
| - | |
280 |
| - | |
281 |
| - | |
| 268 | + | |
282 | 269 |
| |
283 | 270 |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1212 | 1212 |
| |
1213 | 1213 |
| |
1214 | 1214 |
| |
1215 |
| - | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
1216 | 1221 |
| |
1217 | 1222 |
| |
1218 | 1223 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
| 1032 | + | |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 |
| |
147 | 149 |
| |
148 | 150 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
439 | 440 |
| |
440 | 441 |
| |
441 | 442 |
| |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
442 | 451 |
| |
443 | 452 |
| |
444 | 453 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
| 52 | + | |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
607 |
| - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
608 | 615 |
| |
609 | 616 |
| |
610 | 617 |
| |
|
0 commit comments