Commit 4b0c9d7
committed
Auto merge of rust-lang#156405 - JonathanBrouwer:rollup-yJcad1j, r=JonathanBrouwer
Rollup of 10 pull requests
Successful merges:
- rust-lang#156394 (miri subtree update)
- rust-lang#154972 (Implement `core::arch::return_address` and tests)
- rust-lang#155679 (rustdoc: Reify emission types)
- rust-lang#155982 (Fix closure HIR span context mismatch)
- rust-lang#156323 (Handle --print=backend-has-mnemonic in cg_clif)
- rust-lang#156387 (std fs tests: avoid matching on OS-provided error string)
- rust-lang#156129 (compiletest: Migrate from `PassMode`/`FailMode` to `PassFailMode`)
- rust-lang#156192 (core: Replace `ptr::slice_from_raw_parts` with `slice::from_raw_parts`)
- rust-lang#156365 (stream_send_recv_stress tests: wait for threads to finish)
- rust-lang#156368 (Fix invalid unreachable in is_known_valid_scrutinee for Reborrow)174 files changed
Lines changed: 3332 additions & 1434 deletions
File tree
- compiler
- rustc_codegen_cranelift/src
- intrinsics
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- mir
- traits
- rustc_driver_impl/src
- rustc_hir_analysis/src/check
- rustc_middle/src/hir
- rustc_mir_build/src/thir/pattern
- rustc_span/src
- library
- core/src
- intrinsics
- std
- src/fs
- tests/sync
- src
- librustdoc
- formats
- html/render
- json
- tools
- compiletest/src
- directives
- runtest
- miri
- bench-cargo-miri
- mse
- serde1
- serde2
- cargo-miri
- genmc-sys
- miri-script
- src
- src
- concurrency
- shims
- unix
- linux_like
- linux
- solarish
- test-cargo-miri
- exported-symbol-dep
- exported-symbol
- issue-1567
- issue-1691
- issue-1705
- issue-rust-86261
- proc-macro-crate
- subcrate
- tests
- deps
- fail-dep
- concurrency
- libc
- fail
- alloc
- both_borrows
- panic
- shims/fs
- stacked_borrows
- tail_calls
- tree_borrows
- implicit_writes
- wildcard
- unaligned_pointers
- uninit
- genmc
- fail
- atomics
- data_race
- shims
- simple
- pass/atomics
- pass-dep
- libc
- tokio
- pass
- backtrace
- function_calls
- shims
- utils
- tests
- codegen-llvm/intrinsics
- rustdoc-ui
- ui
- proc-macro
- auxiliary
- reborrow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1523 | 1523 | | |
1524 | 1524 | | |
1525 | 1525 | | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
1526 | 1532 | | |
1527 | 1533 | | |
1528 | 1534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
852 | 868 | | |
853 | 869 | | |
854 | 870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
317 | 321 | | |
318 | 322 | | |
319 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | 483 | | |
488 | 484 | | |
489 | 485 | | |
| |||
746 | 742 | | |
747 | 743 | | |
748 | 744 | | |
749 | | - | |
750 | | - | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
751 | 748 | | |
752 | | - | |
753 | | - | |
| 749 | + | |
754 | 750 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
806 | 808 | | |
807 | 809 | | |
808 | 810 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
793 | 794 | | |
794 | 795 | | |
795 | 796 | | |
| 797 | + | |
| 798 | + | |
796 | 799 | | |
797 | 800 | | |
798 | 801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
983 | | - | |
984 | | - | |
| 983 | + | |
| 984 | + | |
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| |||
0 commit comments