miri subtree update#159548
Merged
Merged
Conversation
…is is the same behaviour as `posix_fallocate`. And add tests for `fallocate` based on `posix_fallocate`.
Support `fallocate` on Linux
To match the deadlocked diagnostic in both tests, we will need to call the `libc::read/write()` methods directly.
Use shared libc helpers in tests
memcmp: add tests and update comments
This updates the rust-version file to 48c2cee.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@48c2cee Filtered ref: rust-lang/miri@acbeeb6 Upstream diff: rust-lang/rust@be8e824...48c2cee This merge was created using https://github.com/rust-lang/josh-sync.
…r extra indirection
FileDescription: make destroy a NOP by default and document the risks
This updates the rust-version file to 55b6bd8.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@55b6bd8 Filtered ref: rust-lang/miri@2631f42 Upstream diff: rust-lang/rust@48c2cee...55b6bd8 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
remove bogus sanity check from weak memory mixed-size logic
Dropped readiness watchers are now removed from the global readiness interest table when the GC runs.
move scheduler into its own file
Lazily destroy readiness watchers
This updates the rust-version file to 38a0576.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@38a0576 Filtered ref: rust-lang/miri@b83abd8 Upstream diff: rust-lang/rust@55b6bd8...38a0576 This merge was created using https://github.com/rust-lang/josh-sync.
…en when there is no interest (yet)
replace global readiness watcher table by per-FD state
Add data race test for `poll`
add AI policy
std on Android does vectored I/O at offsets through weak preadv/pwritev symbols with a raw syscall fallback (bionic gained them in API level 24). The weak symbols did not resolve under Miri, so these calls failed. Register them for Android so they land in the existing shims, and un-skip the Android case in the fs tests.
Resolve preadv/pwritev as weak symbols on Android
add std::simd swizzle_dyn test
Collaborator
|
cc @rust-lang/miri
cc @rust-lang/miri |
Member
Author
|
@bors r+ |
Contributor
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Jul 19, 2026
miri subtree update Subtree update of `miri` to rust-lang/miri@f7f708b. Created using https://github.com/rust-lang/josh-sync. r? @ghost
This was referenced Jul 19, 2026
Member
Author
|
@bors p=1 |
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 19, 2026
Rollup of 5 pull requests Successful merges: - #158546 (Move `std::io::BufRead` to `alloc::io`) - #159372 (Remove SIZE generic param from DisplayBuffer in core::net) - #159548 (miri subtree update) - #159508 (Some cleanup in `rustc_attr_parsing`) - #159539 ([rustc_abi] Customize `Debug` for `Primitive` and `Scalar`)
rust-timer
added a commit
that referenced
this pull request
Jul 19, 2026
Rollup merge of #159548 - RalfJung:miri, r=RalfJung miri subtree update Subtree update of `miri` to rust-lang/miri@f7f708b. Created using https://github.com/rust-lang/josh-sync. r? @ghost
pull Bot
pushed a commit
to xtqqczze/rust-lang-miri
that referenced
this pull request
Jul 22, 2026
Rollup of 5 pull requests Successful merges: - rust-lang/rust#158546 (Move `std::io::BufRead` to `alloc::io`) - rust-lang/rust#159372 (Remove SIZE generic param from DisplayBuffer in core::net) - rust-lang/rust#159548 (miri subtree update) - rust-lang/rust#159508 (Some cleanup in `rustc_attr_parsing`) - rust-lang/rust#159539 ([rustc_abi] Customize `Debug` for `Primitive` and `Scalar`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subtree update of
mirito rust-lang/miri@f7f708b.Created using https://github.com/rust-lang/josh-sync.
r? @ghost