File tree
254 files changed
+2860
-8349
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_error_codes/src
- error_codes
- rustc_feature/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck
- src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- query
- traits
- rustc_mir_build/src/builder/matches
- rustc_mir_transform/src
- rustc_monomorphize/src/mono_checks
- rustc_next_trait_solver/src/solve
- rustc_query_system/src/query
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query/type_op
- select
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src/solve
- library
- alloc/src
- core/src
- fmt
- num
- dec2flt
- coretests/tests
- num/dec2flt
- std
- src
- io
- sys/pal
- uefi
- unix/process
- src
- bootstrap
- src
- core
- build_steps
- config
- utils
- ci
- citool
- src
- scripts
- doc
- rustc-dev-guide/src/tests
- unstable-book/src/language-features
- etc/test-float-parse/src
- tools
- compiletest/src
- header
- runtest
- miri/tests/pass
- run-make-support/src
- external_deps
- c_cxx_compiler
- rust-analyzer/crates/ide-db/src/generated
- tidy/src
- tests
- crashes
- debuginfo
- run-make
- rustdoc-ui
- issues
- ui
- abi
- associated-inherent-types
- cast
- const-generics/generic_const_exprs
- consts
- crate-loading
- diagnostic-width
- dst
- dynamically-sized-types
- error-codes
- extern
- feature-gates
- higher-ranked/trait-bounds
- impl-trait
- implied-bounds
- infinite
- issues
- issue-37311-type-length-limit
- json
- layout
- lint/removed-lints
- methods
- recursion
- regions
- rmeta
- static
- statics
- trait-bounds
- traits
- next-solver
- type-alias-impl-trait
- unsized
- unsized-locals
- wf
- ui-fulldeps/codegen-backend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
254 files changed
+2860
-8349
lines changedDiff for: .github/workflows/ci.yml
+5-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 | 241 |
| |
243 | 242 |
| |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 243 | + | |
248 | 244 |
| |
249 | 245 |
| |
250 | 246 |
| |
|
Diff for: compiler/rustc_abi/src/extern_abi.rs
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
194 | 205 |
| |
195 | 206 |
| |
196 | 207 |
| |
|
+41
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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + |
Diff for: compiler/rustc_error_codes/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
| 550 | + | |
550 | 551 |
| |
551 | 552 |
| |
552 | 553 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
| 247 | + | |
| 248 | + | |
247 | 249 |
| |
248 | 250 |
| |
249 | 251 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
662 |
| - | |
663 |
| - | |
664 | 662 |
| |
665 | 663 |
| |
666 | 664 |
| |
|
+1-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
748 |
| - | |
749 |
| - | |
750 | 748 |
| |
751 | 749 |
| |
752 | 750 |
| |
753 |
| - | |
754 |
| - | |
755 |
| - | |
| 751 | + | |
756 | 752 |
| |
757 | 753 |
| |
758 | 754 |
| |
| |||
766 | 762 |
| |
767 | 763 |
| |
768 | 764 |
| |
769 |
| - | |
770 | 765 |
| |
771 | 766 |
| |
772 | 767 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
|
+30-52
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
| 130 | + | |
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
135 |
| - | |
| 136 | + | |
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
| |||
142 | 143 |
| |
143 | 144 |
| |
144 | 145 |
| |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
165 | 160 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
| 161 | + | |
192 | 162 |
| |
193 | 163 |
| |
194 | 164 |
| |
| |||
201 | 171 |
| |
202 | 172 |
| |
203 | 173 |
| |
204 |
| - | |
| 174 | + | |
205 | 175 |
| |
206 | 176 |
| |
207 | 177 |
| |
| |||
1108 | 1078 |
| |
1109 | 1079 |
| |
1110 | 1080 |
| |
1111 |
| - | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1112 | 1088 |
| |
1113 | 1089 |
| |
1114 | 1090 |
| |
| |||
1354 | 1330 |
| |
1355 | 1331 |
| |
1356 | 1332 |
| |
1357 |
| - | |
| 1333 | + | |
1358 | 1334 |
| |
1359 | 1335 |
| |
1360 | 1336 |
| |
| |||
1698 | 1674 |
| |
1699 | 1675 |
| |
1700 | 1676 |
| |
| 1677 | + | |
1701 | 1678 |
| |
1702 | 1679 |
| |
1703 | 1680 |
| |
| |||
1706 | 1683 |
| |
1707 | 1684 |
| |
1708 | 1685 |
| |
| 1686 | + | |
1709 | 1687 |
| |
1710 | 1688 |
| |
1711 | 1689 |
| |
1712 | 1690 |
| |
1713 | 1691 |
| |
1714 | 1692 |
| |
1715 |
| - | |
| 1693 | + | |
1716 | 1694 |
| |
1717 | 1695 |
| |
1718 | 1696 |
| |
|
Diff for: compiler/rustc_hir_analysis/src/lib.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
216 | 219 |
| |
217 | 220 |
| |
218 | 221 |
| |
| |||
223 | 226 |
| |
224 | 227 |
| |
225 | 228 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 | 229 |
| |
231 | 230 |
| |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
|
Diff for: compiler/rustc_hir_typeck/messages.ftl
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
| 174 | + | |
| 175 | + | |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 |
| |
179 | 182 |
| |
180 | 183 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/cast.rs
+12-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 |
| - | |
947 |
| - | |
948 |
| - | |
949 |
| - | |
950 |
| - | |
951 |
| - | |
952 |
| - | |
953 |
| - | |
954 |
| - | |
955 |
| - | |
956 |
| - | |
957 |
| - | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
958 | 954 |
| |
959 |
| - | |
| 955 | + | |
960 | 956 |
| |
961 | 957 |
| |
962 | 958 |
| |
|
0 commit comments