File tree
245 files changed
+772
-903
lines changed- compiler
- rustc_codegen_cranelift/src/abi
- rustc_codegen_llvm/src
- llvm
- rustc_errors/src
- rustc_feature/src
- rustc_middle/src/ty
- rustc_mir_transform/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_target/src
- abi/call
- spec
- abi
- rustc_trait_selection/src/traits/error_reporting
- rustc_ty_utils/src
- stable_mir/src
- library
- alloc/src/vec
- std/src/sys/pal/unix
- src
- bootstrap/src/core/config
- librustdoc/clean
- tools/clippy/tests/ui
- tests
- rustdoc
- rustdoc-ui
- ui
- abi
- associated-consts
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- in-trait
- issues
- auto-traits
- binop
- block-result
- closures
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- consts
- const-blocks
- const-eval/stable-metric
- coroutine
- print
- derives
- deriving
- dst
- error-codes
- errors
- trait-bound-error-spans
- traits
- extern
- feature-gates
- fmt
- for
- function-pointer
- generic-associated-types
- higher-ranked/trait-bounds/normalize-under-binder
- impl-trait
- imports
- indexing
- interior-mutability
- issues
- iterators
- kindck
- lang-items
- modules
- mut
- not-panic
- offset-of
- on-unimplemented
- parser
- range
- recursion
- rfcs
- rfc-1937-termination-trait
- rfc-2361-dbg-macro
- rfc-2397-do-not-recommend
- specialization/min_specialization
- str
- suggestions
- sync
- traits
- alias
- bound
- inductive-overflow
- negative-impls
- non_lifetime_binders
- suggest-dereferences
- try-block
- try-trait
- type
- type-alias-impl-trait
- typeck
- union
- unsized
- unsized-locals
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
245 files changed
+772
-903
lines changed+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 59 | + | |
64 | 60 |
| |
65 | 61 |
| |
66 | 62 |
| |
|
Diff for: compiler/rustc_codegen_llvm/src/abi.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
590 | 590 |
| |
591 | 591 |
| |
592 | 592 |
| |
593 |
| - | |
594 | 593 |
| |
595 | 594 |
| |
596 | 595 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
114 | 112 |
| |
115 | 113 |
| |
116 | 114 |
| |
| |||
980 | 978 |
| |
981 | 979 |
| |
982 | 980 |
| |
983 |
| - | |
984 | 981 |
| |
985 |
| - | |
986 | 982 |
| |
| 983 | + | |
987 | 984 |
| |
988 |
| - | |
| 985 | + | |
| 986 | + | |
989 | 987 |
| |
990 | 988 |
| |
991 | 989 |
| |
992 | 990 |
| |
993 |
| - | |
994 | 991 |
| |
995 |
| - | |
996 | 992 |
| |
| 993 | + | |
997 | 994 |
| |
998 |
| - | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
325 |
| - | |
326 | 324 |
| |
327 | 325 |
| |
328 | 326 |
| |
|
Diff for: compiler/rustc_middle/src/ty/layout.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 |
| - | |
1251 | 1250 |
| |
1252 | 1251 |
| |
1253 | 1252 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
Diff for: compiler/rustc_passes/src/lang_items.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 |
| |
154 | 156 |
| |
155 | 157 |
| |
|
+12-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
| |||
818 | 817 |
| |
819 | 818 |
| |
820 | 819 |
| |
821 |
| - | |
822 |
| - | |
| 820 | + | |
| 821 | + | |
823 | 822 |
| |
824 | 823 |
| |
825 | 824 |
| |
826 | 825 |
| |
827 | 826 |
| |
828 | 827 |
| |
829 | 828 |
| |
830 |
| - | |
| 829 | + | |
831 | 830 |
| |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
836 | 834 |
| |
837 | 835 |
| |
838 | 836 |
| |
| |||
873 | 871 |
| |
874 | 872 |
| |
875 | 873 |
| |
876 |
| - | |
| 874 | + | |
877 | 875 |
| |
878 | 876 |
| |
879 | 877 |
| |
| |||
950 | 948 |
| |
951 | 949 |
| |
952 | 950 |
| |
953 |
| - | |
954 |
| - | |
955 |
| - | |
956 |
| - | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
957 | 955 |
| |
958 | 956 |
| |
959 | 957 |
| |
| |||
962 | 960 |
| |
963 | 961 |
| |
964 | 962 |
| |
965 |
| - | |
| 963 | + | |
966 | 964 |
| |
967 | 965 |
| |
968 | 966 |
| |
|
+5-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
70 |
| - | |
| 71 | + | |
71 | 72 |
| |
| 73 | + | |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
| |||
135 | 137 |
| |
136 | 138 |
| |
137 | 139 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 | 140 |
| |
153 | 141 |
| |
154 | 142 |
| |
| |||
175 | 163 |
| |
176 | 164 |
| |
177 | 165 |
| |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 166 | + | |
181 | 167 |
| |
182 | 168 |
| |
183 | 169 |
| |
184 | 170 |
| |
185 | 171 |
| |
186 |
| - | |
| 172 | + | |
187 | 173 |
| |
188 | 174 |
| |
189 | 175 |
| |
|
0 commit comments