File tree
110 files changed
+2433
-689
lines changed- compiler
- rustc
- rustc_abi/src
- rustc_ast
- rustc_driver_impl
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_index
- src
- rustc_middle
- src
- mir
- query
- ty
- rustc_mir_transform/src/coroutine
- rustc_passes/src
- rustc_target/src/spec
- targets
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc
- src/collections/btree/node
- core
- src/ffi
- panic_unwind
- src
- std
- src
- os
- rtems
- unix
- sys
- pal/unix
- process
- personality
- unwind
- src
- src
- bootstrap/src
- core
- build_steps
- config
- utils
- ci/docker/host-x86_64/x86_64-gnu-llvm-17
- doc/rustc/src
- platform-support
- librustdoc
- clean
- formats
- html/render
- json
- passes
- tools
- compiletest/src
- header
- rustbook
- tidy/src
- tests
- assembly/targets
- codegen
- issues
- mir-opt
- pre-codegen
- ui
- check-cfg
- dyn-keyword
- inline-const
- object-safety
- stats
- structs-enums
- unsafe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+2433
-689
lines changedDiff for: Cargo.lock
+166-152
Large diffs are not rendered by default.
Diff for: compiler/rustc/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
|
Diff for: compiler/rustc_abi/src/layout.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
968 | 968 |
| |
969 | 969 |
| |
970 | 970 |
| |
971 |
| - | |
972 |
| - | |
| 971 | + | |
| 972 | + | |
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
| |||
1176 | 1176 |
| |
1177 | 1177 |
| |
1178 | 1178 |
| |
1179 |
| - | |
| 1179 | + | |
1180 | 1180 |
| |
1181 | 1181 |
| |
1182 | 1182 |
| |
| |||
1189 | 1189 |
| |
1190 | 1190 |
| |
1191 | 1191 |
| |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1192 | 1195 |
| |
1193 | 1196 |
| |
1194 | 1197 |
| |
| |||
1205 | 1208 |
| |
1206 | 1209 |
| |
1207 | 1210 |
| |
1208 |
| - | |
| 1211 | + | |
1209 | 1212 |
| |
1210 | 1213 |
| |
1211 | 1214 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+11-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 |
| - | |
48 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 |
| - | |
| 53 | + | |
52 | 54 |
| |
53 | 55 |
| |
| 56 | + | |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| |||
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 |
| |
143 | 150 |
| |
144 | 151 |
| |
145 |
| - | |
| 152 | + | |
146 | 153 |
| |
147 | 154 |
| |
148 | 155 |
| |
|
Diff for: compiler/rustc_ast/Cargo.toml
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 |
| - | |
| 9 | + | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Diff for: compiler/rustc_driver_impl/Cargo.toml
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 |
| |
76 | 81 |
| |
77 | 82 |
| |
|
+55-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 | 136 |
| |
140 | 137 |
| |
141 | 138 |
| |
| |||
170 | 167 |
| |
171 | 168 |
| |
172 | 169 |
| |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
| |||
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
183 | 190 |
| |
184 | 191 |
| |
185 | 192 |
| |
186 | 193 |
| |
187 | 194 |
| |
188 | 195 |
| |
189 | 196 |
| |
| 197 | + | |
| 198 | + | |
190 | 199 |
| |
191 | 200 |
| |
192 | 201 |
| |
| |||
202 | 211 |
| |
203 | 212 |
| |
204 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
205 | 221 |
| |
206 |
| - | |
| 222 | + | |
207 | 223 |
| |
208 | 224 |
| |
209 | 225 |
| |
| |||
214 | 230 |
| |
215 | 231 |
| |
216 | 232 |
| |
| 233 | + | |
217 | 234 |
| |
| 235 | + | |
| 236 | + | |
218 | 237 |
| |
219 |
| - | |
220 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
221 | 244 |
| |
222 | 245 |
| |
223 | 246 |
| |
224 |
| - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
225 | 253 |
| |
226 | 254 |
| |
227 | 255 |
| |
| |||
230 | 258 |
| |
231 | 259 |
| |
232 | 260 |
| |
| 261 | + | |
| 262 | + | |
233 | 263 |
| |
234 |
| - | |
| 264 | + | |
235 | 265 |
| |
236 | 266 |
| |
237 | 267 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
251 | 279 |
| |
252 | 280 |
| |
253 | 281 |
| |
254 | 282 |
| |
255 | 283 |
| |
256 | 284 |
| |
257 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
258 | 290 |
| |
259 | 291 |
| |
260 | 292 |
| |
261 |
| - | |
| 293 | + | |
262 | 294 |
| |
263 | 295 |
| |
264 | 296 |
| |
265 |
| - | |
| 297 | + | |
266 | 298 |
| |
267 | 299 |
| |
268 | 300 |
| |
|
Diff for: compiler/rustc_index/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
|
Diff for: compiler/rustc_index/src/lib.rs
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + |
Diff for: compiler/rustc_middle/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
|
Diff for: compiler/rustc_middle/src/mir/pretty.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
615 |
| - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
616 | 618 |
| |
617 | 619 |
| |
618 | 620 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| 340 | + | |
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
1570 | 1571 |
| |
1571 | 1572 |
| |
1572 | 1573 |
| |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
1573 | 1578 |
| |
1574 |
| - | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
1575 | 1583 |
| |
1576 | 1584 |
| |
1577 | 1585 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
211 | 210 |
| |
212 |
| - | |
| 211 | + | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
|
0 commit comments