Commit 12e4fd0
committed
Auto merge of rust-lang#101225 - matthiaskrgr:rollup-9s1chas, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#100970 (Allow deriving multipart suggestions)
- rust-lang#100984 (Reinstate preloading of some dll imports)
- rust-lang#101011 (Use getentropy when possible on all Apple platforms)
- rust-lang#101025 (Add tier-3 support for powerpc64 and riscv64 openbsd)
- rust-lang#101049 (Remove span fatal from ast lowering)
- rust-lang#101100 (Make call suggestions more general and more accurate)
- rust-lang#101171 (Fix UB from misalignment and provenance widening in `std::sys::windows`)
- rust-lang#101185 (Tweak `WellFormedLoc`s a bit)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
69 files changed
+1639
-922
lines changed- compiler
- rustc_ast_lowering/src
- rustc_error_messages/locales/en-US
- rustc_errors/src
- rustc_lint_defs/src
- rustc_llvm
- rustc_macros/src
- diagnostics
- rustc_middle/src/ty
- rustc_target/src/spec
- rustc_typeck/src
- check
- fn_ctxt
- method
- library/std/src/sys
- unix
- windows
- src
- bootstrap
- doc/rustc/src
- platform-support
- test
- ui-fulldeps/session-diagnostic
- ui
- associated-types
- binop
- feature-gates
- fn
- functions-closures
- impl-trait
- issues
- object-safety
- resolve
- suggestions
- typeck
- issue-87181
- type
- unboxed-closures
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1639
-922
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
1264 | 1264 | | |
1265 | 1265 | | |
1266 | 1266 | | |
1267 | | - | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
1268 | 1274 | | |
1269 | 1275 | | |
1270 | 1276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
699 | 692 | | |
700 | | - | |
701 | | - | |
| 693 | + | |
| 694 | + | |
702 | 695 | | |
703 | 696 | | |
704 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1249 | 1249 | | |
1250 | 1250 | | |
1251 | 1251 | | |
1252 | | - | |
1253 | | - | |
1254 | | - | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
1255 | 1259 | | |
1256 | 1260 | | |
1257 | 1261 | | |
| |||
1407 | 1411 | | |
1408 | 1412 | | |
1409 | 1413 | | |
1410 | | - | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1411 | 1422 | | |
1412 | 1423 | | |
1413 | 1424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments