This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 794c124
committed
Auto merge of rust-lang#137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#132876 (rustdoc book: acknowledge --document-hidden-items)
- rust-lang#136148 (Optionally add type names to `TypeId`s.)
- rust-lang#136609 (libcore/net: `IpAddr::as_octets()`)
- rust-lang#137336 (Stabilise `os_str_display`)
- rust-lang#137350 (Move methods from Map to TyCtxt, part 3.)
- rust-lang#137353 (Implement `read_buf` for WASI stdin)
- rust-lang#137361 (Refactor `OperandRef::extract_field` to prep for MCP838)
- rust-lang#137367 (Do not exempt nonexistent platforms from platform policy)
- rust-lang#137374 (Stacker now handles miri using a noop impl itself)
- rust-lang#137392 (remove few unused fields)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
126 files changed
+422
-351
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_codegen_ssa/src/mir
- rustc_data_structures/src
- rustc_hir_analysis/src
- check
- collect
- type_of
- errors
- hir_ty_lowering
- outlives
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint/src
- rustc_middle/src
- hir
- middle
- ty
- rustc_mir_build/src
- thir/pattern
- rustc_passes/src
- rustc_resolve/src
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- rustc_ty_utils/src
- library
- coretests/tests
- core
- src
- net
- std
- src
- ffi
- sys/pal/wasi
- sysroot
- src
- doc/rustdoc/src
- write-documentation
- librustdoc
- passes
- tools
- clippy
- clippy_lints/src
- doc
- loops
- matches
- methods
- operators
- transmute
- types
- clippy_utils/src
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+422
-351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2751 | 2751 | | |
2752 | 2752 | | |
2753 | 2753 | | |
2754 | | - | |
| 2754 | + | |
2755 | 2755 | | |
2756 | | - | |
| 2756 | + | |
2757 | 2757 | | |
2758 | 2758 | | |
2759 | 2759 | | |
| |||
4947 | 4947 | | |
4948 | 4948 | | |
4949 | 4949 | | |
4950 | | - | |
| 4950 | + | |
4951 | 4951 | | |
4952 | | - | |
| 4952 | + | |
4953 | 4953 | | |
4954 | 4954 | | |
4955 | 4955 | | |
| |||
Lines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | 389 | | |
391 | 390 | | |
392 | 391 | | |
| |||
402 | 401 | | |
403 | 402 | | |
404 | 403 | | |
405 | | - | |
| 404 | + | |
406 | 405 | | |
407 | 406 | | |
408 | 407 | | |
| |||
969 | 968 | | |
970 | 969 | | |
971 | 970 | | |
972 | | - | |
| 971 | + | |
973 | 972 | | |
974 | 973 | | |
975 | 974 | | |
| |||
1021 | 1020 | | |
1022 | 1021 | | |
1023 | 1022 | | |
1024 | | - | |
1025 | | - | |
| 1023 | + | |
1026 | 1024 | | |
1027 | 1025 | | |
1028 | 1026 | | |
| |||
1048 | 1046 | | |
1049 | 1047 | | |
1050 | 1048 | | |
1051 | | - | |
1052 | | - | |
| 1049 | + | |
1053 | 1050 | | |
1054 | 1051 | | |
1055 | 1052 | | |
| |||
1334 | 1331 | | |
1335 | 1332 | | |
1336 | 1333 | | |
1337 | | - | |
| 1334 | + | |
1338 | 1335 | | |
1339 | 1336 | | |
1340 | 1337 | | |
| |||
2118 | 2115 | | |
2119 | 2116 | | |
2120 | 2117 | | |
2121 | | - | |
2122 | 2118 | | |
2123 | 2119 | | |
2124 | 2120 | | |
| |||
2171 | 2167 | | |
2172 | 2168 | | |
2173 | 2169 | | |
2174 | | - | |
| 2170 | + | |
2175 | 2171 | | |
2176 | 2172 | | |
2177 | 2173 | | |
| |||
2189 | 2185 | | |
2190 | 2186 | | |
2191 | 2187 | | |
2192 | | - | |
| 2188 | + | |
2193 | 2189 | | |
2194 | 2190 | | |
2195 | 2191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
938 | 937 | | |
939 | 938 | | |
940 | 939 | | |
| |||
1017 | 1016 | | |
1018 | 1017 | | |
1019 | 1018 | | |
1020 | | - | |
| 1019 | + | |
1021 | 1020 | | |
1022 | 1021 | | |
1023 | | - | |
| 1022 | + | |
1024 | 1023 | | |
1025 | 1024 | | |
1026 | 1025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | 674 | | |
676 | 675 | | |
677 | 676 | | |
| |||
711 | 710 | | |
712 | 711 | | |
713 | 712 | | |
714 | | - | |
| 713 | + | |
715 | 714 | | |
716 | 715 | | |
717 | 716 | | |
| |||
741 | 740 | | |
742 | 741 | | |
743 | 742 | | |
744 | | - | |
| 743 | + | |
745 | 744 | | |
746 | 745 | | |
747 | 746 | | |
| |||
768 | 767 | | |
769 | 768 | | |
770 | 769 | | |
771 | | - | |
| 770 | + | |
772 | 771 | | |
773 | 772 | | |
774 | 773 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
369 | 368 | | |
370 | 369 | | |
371 | 370 | | |
372 | | - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
373 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
374 | 388 | | |
375 | 389 | | |
376 | 390 | | |
| |||
385 | 399 | | |
386 | 400 | | |
387 | 401 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 402 | | |
394 | 403 | | |
395 | 404 | | |
| |||
415 | 424 | | |
416 | 425 | | |
417 | 426 | | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
| 427 | + | |
426 | 428 | | |
427 | 429 | | |
428 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments