File tree
425 files changed
+7995
-5877
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros
- src
- rustc_codegen_cranelift/src
- driver
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src
- interpret
- util
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/fn_ctxt
- rustc_hir
- src
- attrs
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- early
- rustc_llvm/llvm-wrapper
- rustc_macros/src/diagnostics
- rustc_metadata/src/rmeta
- rustc_middle/src
- middle
- mir
- ty
- print
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_resolve
- src
- late
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- spec
- targets
- rustc_trait_selection/src
- error_reporting/infer
- traits
- rustc_type_ir/src/search_graph
- library
- alloc/src
- vec
- coretests/tests/io
- core/src
- alloc
- ascii
- iter/adapters
- macros
- ptr
- slice
- stdarch/crates/core_arch/src
- std
- src
- sync
- sys_common
- sys
- fs
- pal
- hermit
- sgx
- solid
- uefi
- unix
- unsupported
- wasi
- windows
- xous
- tests
- test/src
- src
- bootstrap
- src
- bin
- core
- build_steps
- builder
- config
- utils
- ci/docker
- host-x86_64/pr-check-2
- scripts
- doc
- rustc-dev-guide/src/building/bootstrapping
- rustc/src
- platform-support
- tests
- rustdoc/src/write-documentation
- unstable-book/src/compiler-flags
- etc/completions
- librustdoc
- clean
- formats
- html
- markdown
- static/js
- passes
- tools
- clippy
- clippy_lints/src
- tests
- ui/crashes
- compiletest/src
- miri
- src
- shims
- run-make-support/src/external_deps
- unicode-table-generator/src
- tests
- assembly-llvm
- asm
- targets
- codegen-llvm
- loongarch-abi
- crashes
- run-make
- pgo-branch-weights
- pgo-indirect-call-promotion
- pgo-use
- rustdoc-ui
- rustdoc
- ui
- asm
- attributes
- auxiliary
- inline
- positions
- borrowck
- check-cfg
- consts/const-eval
- coroutine
- coverage-attr
- deprecation
- error-codes
- extern
- feature-gates
- ffi-attrs
- force-inlining
- hygiene
- imports
- intrinsics
- invalid
- issues
- linkage-attr
- raw-dylib/windows
- lint
- unused
- loop-match
- macros
- marker_trait_attr
- moves
- nll
- or-patterns
- panic-handler
- proc-macro
- resolve
- rfcs
- rfc-0000-never_patterns
- rfc-2008-non-exhaustive
- rfc-2091-track-caller
- rust-2018/uniform-paths
- rustdoc
- span
- suggestions
- dont-suggest-ref
- target-feature
- traits
- alias
- const-traits
- typeck/suggestions
- unboxed-closures
- unstable-feature-bound
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
425 files changed
+7995
-5877
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 |
| |
14 | 23 |
| |
15 | 24 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3480 | 3480 |
| |
3481 | 3481 |
| |
3482 | 3482 |
| |
| 3483 | + | |
3483 | 3484 |
| |
3484 | 3485 |
| |
3485 | 3486 |
| |
| |||
3889 | 3890 |
| |
3890 | 3891 |
| |
3891 | 3892 |
| |
| 3893 | + | |
3892 | 3894 |
| |
3893 | 3895 |
| |
3894 | 3896 |
| |
|
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 |
| |
| |||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
112 |
| - | |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
| 642 | + | |
643 | 643 |
| |
644 | 644 |
| |
645 | 645 |
| |
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
| 823 | + | |
823 | 824 |
| |
824 | 825 |
| |
825 | 826 |
| |
| |||
1654 | 1655 |
| |
1655 | 1656 |
| |
1656 | 1657 |
| |
1657 |
| - | |
| 1658 | + | |
1658 | 1659 |
| |
1659 | 1660 |
| |
1660 | 1661 |
| |
| |||
1910 | 1911 |
| |
1911 | 1912 |
| |
1912 | 1913 |
| |
1913 |
| - | |
| 1914 | + | |
1914 | 1915 |
| |
1915 | 1916 |
| |
1916 | 1917 |
| |
| |||
1967 | 1968 |
| |
1968 | 1969 |
| |
1969 | 1970 |
| |
1970 |
| - | |
| 1971 | + | |
1971 | 1972 |
| |
1972 | 1973 |
| |
1973 | 1974 |
| |
| |||
1998 | 1999 |
| |
1999 | 2000 |
| |
2000 | 2001 |
| |
2001 |
| - | |
| 2002 | + | |
2002 | 2003 |
| |
2003 | 2004 |
| |
2004 | 2005 |
| |
|
Lines changed: 23 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
| 439 | + | |
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 |
| - | |
| 446 | + | |
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
| |||
621 | 621 |
| |
622 | 622 |
| |
623 | 623 |
| |
624 |
| - | |
| 624 | + | |
| 625 | + | |
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
| |||
690 | 691 |
| |
691 | 692 |
| |
692 | 693 |
| |
693 |
| - | |
| 694 | + | |
694 | 695 |
| |
695 | 696 |
| |
696 | 697 |
| |
| |||
773 | 774 |
| |
774 | 775 |
| |
775 | 776 |
| |
776 |
| - | |
| 777 | + | |
777 | 778 |
| |
778 | 779 |
| |
779 | 780 |
| |
| |||
792 | 793 |
| |
793 | 794 |
| |
794 | 795 |
| |
795 |
| - | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
796 | 802 |
| |
797 | 803 |
| |
798 | 804 |
| |
| |||
1001 | 1007 |
| |
1002 | 1008 |
| |
1003 | 1009 |
| |
1004 |
| - | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
1005 | 1016 |
| |
1006 | 1017 |
| |
1007 | 1018 |
| |
| |||
1171 | 1182 |
| |
1172 | 1183 |
| |
1173 | 1184 |
| |
1174 |
| - | |
| 1185 | + | |
1175 | 1186 |
| |
1176 | 1187 |
| |
1177 | 1188 |
| |
| |||
1851 | 1862 |
| |
1852 | 1863 |
| |
1853 | 1864 |
| |
1854 |
| - | |
| 1865 | + | |
1855 | 1866 |
| |
1856 | 1867 |
| |
1857 | 1868 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
| 946 | + | |
946 | 947 |
| |
947 | 948 |
| |
948 | 949 |
| |
949 | 950 |
| |
950 |
| - | |
| 951 | + | |
| 952 | + | |
951 | 953 |
| |
952 | 954 |
| |
953 | 955 |
| |
| |||
972 | 974 |
| |
973 | 975 |
| |
974 | 976 |
| |
| 977 | + | |
975 | 978 |
| |
976 | 979 |
| |
977 | 980 |
| |
978 | 981 |
| |
979 | 982 |
| |
980 | 983 |
| |
| 984 | + | |
981 | 985 |
| |
982 | 986 |
| |
983 | 987 |
| |
| |||
1942 | 1946 |
| |
1943 | 1947 |
| |
1944 | 1948 |
| |
1945 |
| - | |
| 1949 | + | |
1946 | 1950 |
| |
1947 | 1951 |
| |
1948 | 1952 |
| |
|
0 commit comments