miri subtree update#156513
Open
RalfJung wants to merge 29 commits into
Open
Conversation
(f)chmod: add missing isolation checks
readme: clarify that isolation is not a proper sandbox
bump most dependencies
default all unknown weak extern statics to null
Also add tests about socket readiness after calling `shutdown`
…utdown Remove `TcpStream::peer_addr` check for network sockets, test epoll readiness for `shutdown`
add support for env::temp_dir
Add _mm512_permutex2var_epi8 shim support
CI: fix passing --feature flags to `./miri test` invocation
…edge-on-empty Handle short reads and writes for TCP sockets
move some checks off of the macos runner
Collaborator
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. The Miri subtree was changed cc @rust-lang/miri |
Member
Author
|
@bors r+ |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
May 13, 2026
miri subtree update Unblocks rust-lang#156493. --- Subtree update of `miri` to rust-lang/miri@f273082. Created using https://github.com/rust-lang/josh-sync. r? @ghost
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
May 13, 2026
miri subtree update Unblocks rust-lang#156493. --- Subtree update of `miri` to rust-lang/miri@f273082. Created using https://github.com/rust-lang/josh-sync. r? @ghost
rust-bors Bot
pushed a commit
that referenced
this pull request
May 13, 2026
…uwer Rollup of 5 pull requests Successful merges: - #156472 (Add support for Zprint-codegen-stats-json) - #156504 (bootstrap: remap windows-style OUT_DIR paths) - #156513 (miri subtree update) - #156524 (Remove the dummy `PreCodegen` mir-opt pass, and use `runtime-optimized` instead) - #156325 (Don't treat const param default as projection)
rust-bors Bot
pushed a commit
that referenced
this pull request
May 13, 2026
…uwer Rollup of 5 pull requests Successful merges: - #156472 (Add support for Zprint-codegen-stats-json) - #156504 (bootstrap: remap windows-style OUT_DIR paths) - #156513 (miri subtree update) - #156524 (Remove the dummy `PreCodegen` mir-opt pass, and use `runtime-optimized` instead) - #156325 (Don't treat const param default as projection)
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.
Unblocks #156493.
Subtree update of
mirito rust-lang/miri@f273082.Created using https://github.com/rust-lang/josh-sync.
r? @ghost