File tree
685 files changed
+12604
-5194
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast/src
- util/comments
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_attr_data_structures/src
- rustc_borrowck
- src
- diagnostics
- polonius
- legacy
- region_infer
- type_check
- liveness
- util
- rustc_codegen_cranelift
- build_system
- example
- scripts
- src
- driver
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- mir
- rustc_const_eval
- src
- check_consts
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_lint/src
- rustc_metadata/src
- rmeta
- rustc_middle
- src
- hir/map
- mir
- interpret
- query
- ty
- rustc_mir_build
- src
- builder
- expr
- thir
- pattern
- rustc_mir_transform
- src
- coverage
- rustc_monomorphize/src
- rustc_next_trait_solver/src/solve/assembly
- rustc_parse/src/parser
- tokenstream
- rustc_passes
- src
- rustc_resolve/src/late
- rustc_span/src
- edit_distance
- rustc_symbol_mangling/src
- rustc_target/src
- spec
- targets
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- traits
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- src
- vec
- tests
- core
- src
- alloc
- future
- hash
- intrinsics
- iter/traits
- mem
- num
- ops
- prelude
- ptr
- slice
- task
- tests
- proc_macro/src
- std/src
- collections/hash
- io
- prelude
- sys
- pal/unix
- sync/condvar
- thread
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- ci
- docker
- github-actions
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src
- building
- tests
- unstable-book/src/language-features
- etc/installer/msi
- librustdoc/clean
- tools
- clippy
- .github/workflows
- book/src
- development
- infrastructure
- clippy_config
- src
- clippy_dev/src
- clippy_lints
- src
- attrs
- casts
- doc
- loops
- matches
- methods
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
685 files changed
+12604
-5194
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
| 544 | + | |
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
| |||
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 |
| - | |
| 575 | + | |
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
| 600 | + | |
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
| 623 | + | |
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
| |||
4115 | 4115 |
| |
4116 | 4116 |
| |
4117 | 4117 |
| |
4118 |
| - | |
4119 | 4118 |
| |
4120 | 4119 |
| |
4121 | 4120 |
| |
| |||
4159 | 4158 |
| |
4160 | 4159 |
| |
4161 | 4160 |
| |
| 4161 | + | |
4162 | 4162 |
| |
4163 | 4163 |
| |
4164 | 4164 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
|
Lines changed: 36 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
| |||
131 | 133 |
| |
132 | 134 |
| |
133 | 135 |
| |
| 136 | + | |
134 | 137 |
| |
135 | 138 |
| |
136 | 139 |
| |
| |||
223 | 226 |
| |
224 | 227 |
| |
225 | 228 |
| |
| 229 | + | |
226 | 230 |
| |
227 | 231 |
| |
228 | 232 |
| |
| |||
385 | 389 |
| |
386 | 390 |
| |
387 | 391 |
| |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
388 | 397 |
| |
389 | 398 |
| |
390 | 399 |
| |
| |||
394 | 403 |
| |
395 | 404 |
| |
396 | 405 |
| |
| 406 | + | |
397 | 407 |
| |
398 | 408 |
| |
399 | 409 |
| |
| |||
650 | 660 |
| |
651 | 661 |
| |
652 | 662 |
| |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
653 | 668 |
| |
654 | 669 |
| |
655 | 670 |
| |
| |||
671 | 686 |
| |
672 | 687 |
| |
673 | 688 |
| |
| 689 | + | |
674 | 690 |
| |
675 | 691 |
| |
676 | 692 |
| |
| |||
961 | 977 |
| |
962 | 978 |
| |
963 | 979 |
| |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
964 | 985 |
| |
965 | 986 |
| |
966 | 987 |
| |
| |||
978 | 999 |
| |
979 | 1000 |
| |
980 | 1001 |
| |
| 1002 | + | |
981 | 1003 |
| |
982 | 1004 |
| |
983 | 1005 |
| |
| |||
1030 | 1052 |
| |
1031 | 1053 |
| |
1032 | 1054 |
| |
1033 |
| - | |
1034 |
| - | |
1035 |
| - | |
1036 |
| - | |
1037 |
| - | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1038 | 1062 |
| |
| 1063 | + | |
1039 | 1064 |
| |
1040 | 1065 |
| |
1041 | 1066 |
| |
| |||
1046 | 1071 |
| |
1047 | 1072 |
| |
1048 | 1073 |
| |
1049 |
| - | |
1050 |
| - | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
1051 | 1077 |
| |
1052 | 1078 |
| |
1053 | 1079 |
| |
| |||
1344 | 1370 |
| |
1345 | 1371 |
| |
1346 | 1372 |
| |
| 1373 | + | |
| 1374 | + | |
1347 | 1375 |
| |
1348 | 1376 |
| |
1349 | 1377 |
| |
| |||
1353 | 1381 |
| |
1354 | 1382 |
| |
1355 | 1383 |
| |
| 1384 | + | |
1356 | 1385 |
| |
1357 | 1386 |
| |
1358 | 1387 |
| |
|
Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1719 | 1719 |
| |
1720 | 1720 |
| |
1721 | 1721 |
| |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
1722 | 1734 |
| |
1723 | 1735 |
| |
1724 | 1736 |
| |
| |||
1739 | 1751 |
| |
1740 | 1752 |
| |
1741 | 1753 |
| |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
1742 | 1778 |
| |
1743 | 1779 |
| |
1744 | 1780 |
| |
| |||
1748 | 1784 |
| |
1749 | 1785 |
| |
1750 | 1786 |
| |
| 1787 | + | |
1751 | 1788 |
| |
1752 | 1789 |
| |
1753 | 1790 |
| |
| |||
1770 | 1807 |
| |
1771 | 1808 |
| |
1772 | 1809 |
| |
| 1810 | + | |
1773 | 1811 |
| |
1774 | 1812 |
| |
1775 | 1813 |
| |
| |||
1780 | 1818 |
| |
1781 | 1819 |
| |
1782 | 1820 |
| |
| 1821 | + | |
1783 | 1822 |
| |
1784 | 1823 |
| |
1785 | 1824 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
| 626 | + | |
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
| |||
801 | 801 |
| |
802 | 802 |
| |
803 | 803 |
| |
804 |
| - | |
805 |
| - | |
| 804 | + | |
| 805 | + | |
806 | 806 |
| |
807 | 807 |
| |
808 | 808 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1512 | 1512 |
| |
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 |
| - | |
| 1515 | + | |
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
683 |
| - | |
| 683 | + | |
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
|
0 commit comments