miri subtree update#156739
Open
RalfJung wants to merge 33 commits into
Open
Conversation
This updates the rust-version file to c8c4c83.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@c8c4c83 Filtered ref: rust-lang/miri@75beaba Upstream diff: rust-lang/rust@63b1dfc...c8c4c83 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
…ocket-options Support TTL and TCP nodelay socket options
Fix last remnants of TB's Active -> Unique renaming
update test_flock comments
refactor thread block timeout handling
add --native flag to './miri run' to run tests on the host
libc shim fixes
This adds shims for the `readv`, `writev`, `preadv` and `pwritev` functions.
…v-writev Add vectored read and vectored write shims for Unix targets
…ort-peek Fix readable readiness removed after a short peek
This updates the rust-version file to 281c97c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@281c97c Filtered ref: rust-lang/miri@bbdb123 Upstream diff: rust-lang/rust@c8c4c83...281c97c This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
1. Blocking `connect`s which fail no longer only return EINPROGRESS but instead return the correct error code. 2. Manually reading SO_ERROR outside of `ensure_connected` no longer allows the socket to be upgraded to `Connected` despite the `connect` failing. 3. Introduced new `ConnectionFailed` state to disallow actions on sockets with a failed `connect`.
…ocking-connect-err Fix `connect` of blocking TCP sockets always returning `ENOTCONN` on error
Collaborator
|
The Miri subtree was changed cc @rust-lang/miri |
Member
Author
|
@bors r+ |
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
May 19, 2026
miri subtree update Subtree update of `miri` to rust-lang/miri@159054c. Created using https://github.com/rust-lang/josh-sync. r? @ghost
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
|
💔 Test for 734610d failed: CI. Failed job:
|
Member
Author
|
@bors r+ |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
May 19, 2026
miri subtree update Subtree update of `miri` to rust-lang/miri@159054c. Created using https://github.com/rust-lang/josh-sync. r? @ghost
rust-bors Bot
pushed a commit
that referenced
this pull request
May 19, 2026
…uwer Rollup of 6 pull requests Successful merges: - #154265 (ci: Add dist-aarch64-freebsd) - #156739 (miri subtree update) - #148666 (Add support for xray in aarch64 unknown none targets) - #156547 (Move tests closures) - #156578 (Add FileCheck for build_correct_coerce) - #156734 ([rustdoc] Move `span_map` file to the right folder)
rust-bors Bot
pushed a commit
that referenced
this pull request
May 19, 2026
…uwer Rollup of 6 pull requests Successful merges: - #154265 (ci: Add dist-aarch64-freebsd) - #156739 (miri subtree update) - #148666 (Add support for xray in aarch64 unknown none targets) - #156547 (Move tests closures) - #156578 (Add FileCheck for build_correct_coerce) - #156734 ([rustdoc] Move `span_map` file to the right folder)
rust-bors Bot
pushed a commit
that referenced
this pull request
May 19, 2026
…uwer Rollup of 6 pull requests Successful merges: - #154265 (ci: Add dist-aarch64-freebsd) - #156739 (miri subtree update) - #148666 (Add support for xray in aarch64 unknown none targets) - #156547 (Move tests closures) - #156578 (Add FileCheck for build_correct_coerce) - #156734 ([rustdoc] Move `span_map` file to the right folder)
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@159054c.Created using https://github.com/rust-lang/josh-sync.
r? @ghost