File tree
169 files changed
+2253
-1099
lines changed- compiler
- rustc_abi/src
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_attr_parsing/src
- rustc_borrowck/src/type_check
- rustc_codegen_cranelift/patches
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_errors/src
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- errors
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_middle/src
- mir/interpret
- allocation
- traits
- ty
- inhabitedness
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- select
- rustc_ty_utils/src
- library
- alloc
- core/src
- convert
- iter/sources
- std
- src
- src
- ci/github-actions
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- librustdoc/passes
- tools
- clippy/clippy_utils/src
- miri
- src
- alloc_addresses
- shims
- tests/native-lib
- pass
- rustfmt
- src
- tests
- source
- target
- tests
- codegen
- mir-opt
- pretty
- run-make/repr128-dwarf
- rustdoc
- inline_cross
- ui
- abi
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- async-closures
- pin-ergonomics
- attributes
- coherence
- feature-gates
- hygiene
- inference
- issues
- layout
- lint
- macros
- rfc-3086-metavar-expr
- methods
- repr
- return
- specialization
- defaultimpl
- structs
- traits
- negative-impls
- trait-upcasting
- type/pattern_types
- unsafe-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+2253
-1099
lines changedDiff for: compiler/rustc_abi/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 | 1814 |
| |
1815 |
| - | |
| 1815 | + | |
1816 | 1816 |
| |
1817 | 1817 |
| |
1818 | 1818 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+18-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2641 | 2641 |
| |
2642 | 2642 |
| |
2643 | 2643 |
| |
| 2644 | + | |
| 2645 | + | |
2644 | 2646 |
| |
2645 | 2647 |
| |
2646 | 2648 |
| |
| |||
2650 | 2652 |
| |
2651 | 2653 |
| |
2652 | 2654 |
| |
| 2655 | + | |
| 2656 | + | |
2653 | 2657 |
| |
2654 | 2658 |
| |
2655 | 2659 |
| |
| |||
2666 | 2670 |
| |
2667 | 2671 |
| |
2668 | 2672 |
| |
2669 |
| - | |
2670 |
| - | |
| 2673 | + | |
| 2674 | + | |
| 2675 | + | |
| 2676 | + | |
2671 | 2677 |
| |
2672 | 2678 |
| |
2673 |
| - | |
| 2679 | + | |
2674 | 2680 |
| |
2675 | 2681 |
| |
2676 | 2682 |
| |
| |||
2712 | 2718 |
| |
2713 | 2719 |
| |
2714 | 2720 |
| |
| 2721 | + | |
| 2722 | + | |
| 2723 | + | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
2715 | 2730 |
| |
2716 | 2731 |
| |
2717 | 2732 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
139 | 140 |
| |
140 | 141 |
| |
141 | 142 |
| |
| |||
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
| 180 | + | |
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| |||
926 | 928 |
| |
927 | 929 |
| |
928 | 930 |
| |
929 |
| - | |
930 | 931 |
| |
931 | 932 |
| |
932 | 933 |
| |
| |||
1365 | 1366 |
| |
1366 | 1367 |
| |
1367 | 1368 |
| |
1368 |
| - | |
| 1369 | + | |
1369 | 1370 |
| |
1370 | 1371 |
| |
1371 | 1372 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/pat.rs
+112-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
433 |
| - | |
434 |
| - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
435 | 439 |
| |
436 | 440 |
| |
437 |
| - | |
| 441 | + | |
438 | 442 |
| |
439 | 443 |
| |
440 | 444 |
| |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
445 | 465 |
| |
446 | 466 |
| |
447 | 467 |
| |
448 | 468 |
| |
449 | 469 |
| |
450 | 470 |
| |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
451 | 553 |
|
Diff for: compiler/rustc_ast_lowering/src/path.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
272 | 271 |
| |
273 | 272 |
| |
274 | 273 |
| |
|
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1783 | 1783 |
| |
1784 | 1784 |
| |
1785 | 1785 |
| |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1786 | 1793 |
| |
1787 | 1794 |
| |
1788 | 1795 |
| |
|
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
476 | 485 |
| |
477 | 486 |
| |
478 | 487 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2120 | 2120 |
| |
2121 | 2121 |
| |
2122 | 2122 |
| |
2123 |
| - | |
2124 |
| - | |
| 2123 | + | |
| 2124 | + | |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 | 2127 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
+5-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
958 |
| - | |
| 958 | + | |
959 | 959 |
| |
960 |
| - | |
961 |
| - | |
962 |
| - | |
963 |
| - | |
964 |
| - | |
965 |
| - | |
966 |
| - | |
967 |
| - | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
968 | 963 |
| |
969 |
| - | |
| 964 | + | |
970 | 965 |
| |
971 | 966 |
| |
972 | 967 |
| |
|
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
31 |
| - | |
32 |
| - | |
| 33 | + | |
| 34 | + | |
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
| |||
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
99 |
| - | |
100 |
| - | |
| 101 | + | |
| 102 | + | |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
629 |
| - | |
630 | 629 |
| |
631 | 630 |
| |
632 | 631 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
| 81 | + | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1600 | 1600 |
| |
1601 | 1601 |
| |
1602 | 1602 |
| |
1603 |
| - | |
| 1603 | + | |
1604 | 1604 |
| |
1605 | 1605 |
| |
1606 | 1606 |
| |
| |||
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
1671 |
| - | |
| 1671 | + | |
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
|
0 commit comments