miri subtree update - #163091
Merged
Merged
miri subtree update#163091
Conversation
Because shimmed TCP sockets only receive host readiness events after `connect` or `listen` has been invoked, we need to manually set the initial readiness of a TCP socket.
…adiness Manually set initial TCP socket readiness
This updates the rust-version file to f248f40.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@f248f40 Filtered ref: rust-lang/miri@bd61522 Upstream diff: rust-lang/rust@0ed41eb...f248f40 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 315ecf4.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@315ecf4 Filtered ref: rust-lang/miri@e8c919d Upstream diff: rust-lang/rust@f248f40...315ecf4 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
use proper c_void for '*_' shim signatures
unleaking considered harmful
This updates the rust-version file to c26ce70.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@c26ce70 Filtered ref: rust-lang/miri@69f97e4 Upstream diff: rust-lang/rust@315ecf4...c26ce70 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 923c95c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@923c95c Filtered ref: rust-lang/miri@2936035 Upstream diff: rust-lang/rust@c26ce70...923c95c This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This reverts commit 8c704e3becec2da6d439c439f5a86a48c2e29427.
Revert "./miri toolchain: no need to run 'cargo metadata'"
This updates the rust-version file to 971903d.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Previous upstream ref: rust-lang/rust@923c95c New upstream ref: rust-lang/rust@971903d Filtered ref: rust-lang/miri@bdcce07 Upstream diff: rust-lang/rust@923c95c...971903d This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
windows: reject some FILE_FLAG_OPEN_REPARSE_POINT uses we do not support
move sched_get/setaffinity shims into separate functions
…hread_t let's make this a UB check everywhere that pthread_t is consumed
Run more tests natively
only preserve env vars cargo actually changes
Collaborator
|
cc @rust-lang/miri |
Member
Author
|
@bors r+ |
Contributor
Member
Author
|
@bors try jobs=test-x86_64-gnu-aux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 21, 2026
miri subtree update try-job: test-x86_64-gnu-aux
Manishearth
approved these changes
Sep 21, 2026
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 21, 2026
…uwer Rollup of 19 pull requests Successful merges: - #161051 (When error from local macro, include macro def span) - #161629 (Streamline `StateDiffCollector`) - #162750 (add case mapping fast paths for Latin-1) - #162831 (Do not continue past `rustc_resolve` when encountering duplicated items) - #162835 (rustdoc: account for nested parens and split text events in bare urls lint) - #162952 (Depend on lockfiles to prevent GC of the current session) - #163044 (Report runtime range endpoints for runtime values) - #163062 (Use x30 register name with LLVM 23+) - #163091 (miri subtree update) - #162939 (Declare multi-kind constants for MacroKinds) - #162984 (Windows: don't error if `access_mode` is set on `OpenOptions`) - #163005 (Avoid unreachable integer underflow check in `CStr::count_bytes()`) - #163019 (Prepare for the introduction of forced keywords (`k#`)) - #163020 (Dir: fix fallback impl for remove_dir) - #163041 (Be more explicit on suggestion type without changing how they are rendered) - #163047 (Use verbose suggestion for `mut binding` instead of `&mut binding`) - #163075 (Fix ArgAttributes mismatches in ABI UI tests for LoongArch64 and RiscV64) - #163079 (enable `f128` from `u64`/`i64` test) - #163082 (Remove `TypeChecker::root_cx`)
Member
Author
|
@bors p=10 |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 21, 2026
Rollup merge of #163091 - RalfJung:miri, r=RalfJung miri subtree update Subtree update of `miri` to rust-lang/miri@ecf3b86. Created using https://github.com/rust-lang/josh-sync. r? @ghost
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@ecf3b86.Created using https://github.com/rust-lang/josh-sync.
r? @ghost