This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
157 files changed
+619
-260
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_interface
- src
- rustc_mir_transform/src
- rustc_monomorphize/src/mono_checks
- rustc_passes/src
- rustc_resolve/src
- rustc_session
- src
- rustc_target/src
- callconv
- spec
- base
- targets
- rustc_transmute/src
- library
- core/src
- iter/traits
- ops
- std/src/collections/hash
- src
- bootstrap/src/core
- build_steps
- builder
- doc/rustc/src
- codegen-options
- platform-support
- librustdoc
- tools
- clippy
- clippy_lints/src
- casts
- functions
- methods
- types
- clippy_utils/src
- ty
- run-make-support/src/external_deps
- tests
- assembly
- targets
- codegen/issues
- run-make/rustc-help
- ui
- check-cfg
- debuginfo
- pattern/rfc-3627-match-ergonomics-2024/experimental
- transmutability/malformed-program-gracefulness
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+619
-260
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2322 | 2322 |
| |
2323 | 2323 |
| |
2324 | 2324 |
| |
2325 |
| - | |
| 2325 | + | |
2326 | 2326 |
| |
2327 |
| - | |
| 2327 | + | |
2328 | 2328 |
| |
2329 | 2329 |
| |
2330 | 2330 |
| |
| |||
3400 | 3400 |
| |
3401 | 3401 |
| |
3402 | 3402 |
| |
| 3403 | + | |
3403 | 3404 |
| |
3404 | 3405 |
| |
3405 | 3406 |
| |
| |||
3422 | 3423 |
| |
3423 | 3424 |
| |
3424 | 3425 |
| |
| 3426 | + | |
3425 | 3427 |
| |
3426 | 3428 |
| |
3427 | 3429 |
| |
| |||
4015 | 4017 |
| |
4016 | 4018 |
| |
4017 | 4019 |
| |
| 4020 | + | |
4018 | 4021 |
| |
4019 | 4022 |
| |
4020 | 4023 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3225 | 3225 |
| |
3226 | 3226 |
| |
3227 | 3227 |
| |
3228 |
| - | |
| 3228 | + | |
3229 | 3229 |
| |
3230 | 3230 |
| |
3231 | 3231 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
| 278 | + | |
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
| |||
1470 | 1470 |
| |
1471 | 1471 |
| |
1472 | 1472 |
| |
1473 |
| - | |
1474 |
| - | |
| 1473 | + | |
| 1474 | + | |
1475 | 1475 |
| |
1476 |
| - | |
| 1476 | + | |
1477 | 1477 |
| |
1478 | 1478 |
| |
1479 | 1479 |
| |
1480 |
| - | |
| 1480 | + | |
1481 | 1481 |
| |
1482 |
| - | |
1483 |
| - | |
| 1482 | + | |
| 1483 | + | |
1484 | 1484 |
| |
1485 | 1485 |
| |
1486 | 1486 |
| |
1487 | 1487 |
| |
1488 |
| - | |
1489 |
| - | |
| 1488 | + | |
| 1489 | + | |
1490 | 1490 |
| |
1491 | 1491 |
| |
1492 | 1492 |
| |
| |||
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 |
| - | |
| 1498 | + | |
1499 | 1499 |
| |
1500 | 1500 |
| |
1501 | 1501 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
80 |
| - | |
| 79 | + | |
81 | 80 |
| |
82 |
| - | |
| 81 | + | |
83 | 82 |
| |
84 | 83 |
| |
85 |
| - | |
| 84 | + | |
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 |
| - | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
| |||
440 | 439 |
| |
441 | 440 |
| |
442 | 441 |
| |
443 |
| - | |
| 442 | + | |
444 | 443 |
| |
445 | 444 |
| |
446 | 445 |
| |
| |||
574 | 573 |
| |
575 | 574 |
| |
576 | 575 |
| |
577 |
| - | |
| 576 | + | |
578 | 577 |
| |
579 | 578 |
| |
580 | 579 |
| |
|
0 commit comments