-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit ca9eecd
Auto merge of #144208 - matthiaskrgr:rollup-wrli87h, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- #141260 (Allow volatile access to non-Rust memory, including address 0)
- #143604 (Stabilize `const_float_round_methods`)
- #143988 ([rustdoc] Make aliases search support partial matching)
- #144078 (Fix debuginfo-lto-alloc.rs test)
- #144111 (Remove deprecated `MaybeUninit` slice methods)
- #144116 (Fixes for LLVM 21)
- #144134 (Cleanup unicode table gen)
- #144142 (Add implicit sized bound to trait ascription types)
- #144148 (Remove pretty print hack for async blocks)
- #144169 (interpret: fix TypeId pointers being considered data pointers)
- #144196 (Initialize mingw for the runner's user)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
49 files changed
+452
-488
lines changed- .github/workflows
- compiler
- rustc_codegen_llvm/src
- back
- llvm
- rustc_const_eval/src/interpret
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src/ty/print
- rustc_target/src/spec/targets
- library
- coretests/tests
- core/src
- intrinsics
- mem
- num
- ptr
- std/src
- num
- src
- ci/scripts
- librustdoc/html
- render
- static/js
- tools
- miri
- src
- alloc_addresses
- borrow_tracker
- stacked_borrows
- tree_borrows
- tests/pass/intrinsics
- rustdoc-js
- unicode-table-generator
- src
- tests
- assembly
- sanitizer/kcfi
- rustdoc-js-std
- rustdoc-js
- ui
- impl-trait/in-bindings
- lint
- lto
- precondition-checks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+452
-488
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
190 | 185 |
| |
191 | 186 |
| |
192 | 187 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | + | ||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
76 | + | ||
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
285 | 286 |
| |
286 | 287 |
| |
287 | 288 |
| |
289 | + | ||
290 | + | ||
288 | 291 |
| |
289 | 292 |
| |
290 | 293 |
| |
| |||
321 | 324 |
| |
322 | 325 |
| |
323 | 326 |
| |
327 | + | ||
324 | 328 |
| |
325 | 329 |
| |
326 | 330 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 | + | ||
211 | + | ||
212 | + | ||
213 | + | ||
214 | + | ||
210 | 215 |
| |
211 | 216 |
| |
212 | 217 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2425 | 2425 |
| |
2426 | 2426 |
| |
2427 | 2427 |
| |
2428 | + | ||
2428 | 2429 |
| |
2429 | 2430 |
| |
2430 | 2431 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | - | ||
71 | - | ||
70 | + | ||
71 | + | ||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| |||
950 | 950 |
| |
951 | 951 |
| |
952 | 952 |
| |
953 | - | ||
954 | - | ||
955 | - | ||
953 | + | ||
956 | 954 |
| |
957 | - | ||
955 | + | ||
958 | 956 |
| |
959 | 957 |
| |
960 | 958 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2495 | 2495 |
| |
2496 | 2496 |
| |
2497 | 2497 |
| |
2498 | + | ||
2499 | + | ||
2500 | + | ||
2501 | + | ||
2502 | + | ||
2503 | + | ||
2504 | + | ||
2505 | + | ||
2498 | 2506 |
| |
2499 | 2507 |
| |
2500 | 2508 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 | - | ||
164 | 163 |
| |
165 | 164 |
| |
166 | 165 |
| |
167 | - | ||
168 | - | ||
166 | + | ||
169 | 167 |
| |
170 | 168 |
| |
171 | 169 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 | - | ||
399 | + | ||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 | + | ||
466 | + | ||
467 | + | ||
465 | 468 |
| |
466 | 469 |
| |
467 | 470 |
| |
|
Lines changed: 1 addition & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1210 | 1210 |
| |
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 | - | ||
1214 | - | ||
1215 | - | ||
1216 | - | ||
1217 | - | ||
1218 | - | ||
1219 | - | ||
1220 | - | ||
1221 | - | ||
1222 | - | ||
1223 | - | ||
1224 | - | ||
1225 | - | ||
1226 | - | ||
1227 | - | ||
1228 | - | ||
1229 | - | ||
1230 | - | ||
1231 | - | ||
1232 | - | ||
1233 | - | ||
1234 | - | ||
1235 | - | ||
1236 | - | ||
1237 | 1213 |
| |
1238 | 1214 |
| |
1239 | 1215 |
| |
| |||
1243 | 1219 |
| |
1244 | 1220 |
| |
1245 | 1221 |
| |
1246 | - | ||
1222 | + | ||
1247 | 1223 |
| |
1248 | 1224 |
| |
1249 | 1225 |
| |
|
0 commit comments