File tree
571 files changed
+6477
-2966
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_attr_parsing/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src
- assert
- rustc_codegen_cranelift/patches
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- builder
- coverageinfo/mapgen
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_errors/src
- markdown
- rustc_feature/src
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- errors
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src
- hir
- mir/interpret
- allocation
- query
- thir
- traits
- ty
- inhabitedness
- print
- rustc_mir_build/src
- builder
- expr
- thir
- cx
- pattern
- rustc_mir_transform/src
- coroutine
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- callconv
- spec
- targets
- rustc_trait_selection/src
- error_reporting/traits
- traits
- select
- rustc_ty_utils
- src
- library
- alloc
- benches
- src
- boxed
- collections/btree/node
- raw_vec
- vec
- tests
- sort
- core
- src
- alloc
- char
- convert
- ffi
- hash
- intrinsics
- iter
- adapters
- sources
- mem
- net
- num
- dec2flt
- prelude
- ptr
- slice
- sort
- stable
- unstable
- str
- sync
- coretests
- benches
- ascii
- tests
- hash
- panic_unwind/src
- proc_macro/src/bridge
- std
- src
- ffi
- fs
- io
- buffered
- bufreader
- error
- os
- fd
- unix
- io
- net
- wasi/io
- windows
- io
- xous
- services
- prelude
- sys
- alloc
- windows
- io/is_terminal
- net/connection
- socket
- xous
- os_str
- pal
- itron
- sgx/abi/usercalls
- uefi
- unix
- process
- wasi
- windows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
571 files changed
+6477
-2966
lines changedDiff for: .github/workflows/post-merge.yml
+36
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + |
Diff for: .gitignore
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
|
Diff for: Cargo.lock
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2526 | 2526 |
| |
2527 | 2527 |
| |
2528 | 2528 |
| |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
2529 | 2539 |
| |
2530 | 2540 |
| |
2531 | 2541 |
| |
| |||
3050 | 3060 |
| |
3051 | 3061 |
| |
3052 | 3062 |
| |
| 3063 | + | |
3053 | 3064 |
| |
3054 | 3065 |
| |
3055 | 3066 |
| |
|
Diff 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
+31-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 | 1401 |
| |
| 1402 | + | |
1402 | 1403 |
| |
1403 | 1404 |
| |
1404 | 1405 |
| |
| |||
1588 | 1589 |
| |
1589 | 1590 |
| |
1590 | 1591 |
| |
| 1592 | + | |
| 1593 | + | |
1591 | 1594 |
| |
1592 | 1595 |
| |
1593 | 1596 |
| |
| |||
1757 | 1760 |
| |
1758 | 1761 |
| |
1759 | 1762 |
| |
1760 |
| - | |
| 1763 | + | |
1761 | 1764 |
| |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
1762 | 1774 |
| |
1763 | 1775 |
| |
1764 | 1776 |
| |
| |||
2641 | 2653 |
| |
2642 | 2654 |
| |
2643 | 2655 |
| |
| 2656 | + | |
| 2657 | + | |
2644 | 2658 |
| |
2645 | 2659 |
| |
2646 | 2660 |
| |
| |||
2650 | 2664 |
| |
2651 | 2665 |
| |
2652 | 2666 |
| |
| 2667 | + | |
| 2668 | + | |
2653 | 2669 |
| |
2654 | 2670 |
| |
2655 | 2671 |
| |
| |||
2666 | 2682 |
| |
2667 | 2683 |
| |
2668 | 2684 |
| |
2669 |
| - | |
2670 |
| - | |
| 2685 | + | |
| 2686 | + | |
| 2687 | + | |
| 2688 | + | |
2671 | 2689 |
| |
2672 | 2690 |
| |
2673 |
| - | |
| 2691 | + | |
2674 | 2692 |
| |
2675 | 2693 |
| |
2676 | 2694 |
| |
| |||
2712 | 2730 |
| |
2713 | 2731 |
| |
2714 | 2732 |
| |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
2715 | 2742 |
| |
2716 | 2743 |
| |
2717 | 2744 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1745 | 1745 |
| |
1746 | 1746 |
| |
1747 | 1747 |
| |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
1748 | 1752 |
| |
1749 | 1753 |
| |
1750 | 1754 |
| |
| |||
1895 | 1899 |
| |
1896 | 1900 |
| |
1897 | 1901 |
| |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
1898 | 1905 |
| |
1899 | 1906 |
| |
1900 | 1907 |
| |
|
Diff for: compiler/rustc_ast/src/util/classify.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
| |||
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
| 228 | + | |
227 | 229 |
| |
228 | 230 |
| |
229 | 231 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 | 1213 |
| |
| 1214 | + | |
1214 | 1215 |
| |
1215 | 1216 |
| |
1216 | 1217 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+21-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| 210 | + | |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
| |||
483 | 484 |
| |
484 | 485 |
| |
485 | 486 |
| |
486 |
| - | |
| 487 | + | |
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
| |||
1067 | 1068 |
| |
1068 | 1069 |
| |
1069 | 1070 |
| |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
1070 | 1075 |
| |
1071 | 1076 |
| |
1072 | 1077 |
| |
| |||
1690 | 1695 |
| |
1691 | 1696 |
| |
1692 | 1697 |
| |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
1693 | 1711 |
| |
1694 | 1712 |
| |
1695 | 1713 |
| |
| |||
1714 | 1732 |
| |
1715 | 1733 |
| |
1716 | 1734 |
| |
1717 |
| - | |
1718 |
| - | |
1719 |
| - | |
1720 |
| - | |
1721 |
| - | |
1722 |
| - | |
1723 |
| - | |
1724 |
| - | |
1725 |
| - | |
1726 |
| - | |
1727 |
| - | |
1728 |
| - | |
| 1735 | + | |
1729 | 1736 |
| |
1730 |
| - | |
1731 |
| - | |
1732 |
| - | |
1733 |
| - | |
1734 |
| - | |
1735 |
| - | |
1736 |
| - | |
1737 |
| - | |
1738 |
| - | |
1739 | 1737 |
| |
1740 | 1738 |
| |
1741 | 1739 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+6-6
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 |
| |
| |||
492 | 494 |
| |
493 | 495 |
| |
494 | 496 |
| |
495 |
| - | |
| 497 | + | |
496 | 498 |
| |
497 | 499 |
| |
498 | 500 |
| |
| |||
772 | 774 |
| |
773 | 775 |
| |
774 | 776 |
| |
775 |
| - | |
| 777 | + | |
776 | 778 |
| |
777 | 779 |
| |
778 | 780 |
| |
| |||
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 |
| |
| |||
2088 | 2089 |
| |
2089 | 2090 |
| |
2090 | 2091 |
| |
2091 |
| - | |
2092 |
| - | |
| 2092 | + | |
2093 | 2093 |
| |
2094 | 2094 |
| |
2095 | 2095 |
| |
|
0 commit comments