Skip to content

miri subtree update#149716

Merged
bors merged 29 commits into
rust-lang:mainfrom
RalfJung:miri
Dec 7, 2025
Merged

miri subtree update#149716
bors merged 29 commits into
rust-lang:mainfrom
RalfJung:miri

Conversation

@RalfJung

@RalfJung RalfJung commented Dec 6, 2025

Copy link
Copy Markdown
Member

Subtree update of miri to rust-lang/miri@56a3765.

Created using https://github.com/rust-lang/josh-sync.

r? @ghost

The Miri Cronjob Bot and others added 29 commits November 30, 2025 04:57
This updates the rust-version file to 3ff30e7.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 3ff30e7
Filtered ref: 4287fab165c09c8d37f350bd8b2f25cedd43b3bc
Upstream diff: rust-lang/rust@1eb0657...3ff30e7

This merge was created using https://github.com/rust-lang/josh-sync.
This way we don't need a special case in MiriBeRustCompilerCalls.

Co-Authored-By: Ralf Jung <post@ralfj.de>
Call rustc_driver::main() for MIRI_BE_RUSTC=host
…rd-root

Support retagging of wildcard references in tree borrows
rust-analyzer settings: use --compile-time-deps
This updates the rust-version file to 864339a.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 864339a
Filtered ref: f6ad94b050ea0db6b49b3fd3faa6a49504fb4a50
Upstream diff: rust-lang/rust@3ff30e7...864339a

This merge was created using https://github.com/rust-lang/josh-sync.
This updates the rust-version file to 36b2369.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 36b2369
Filtered ref: bfd8fa706619d2bc17bcfcbed3e76285bb51a2a4
Upstream diff: rust-lang/rust@864339a...36b2369

This merge was created using https://github.com/rust-lang/josh-sync.
refactor: rename `macos_fbsd_solarish_write_stat_buf` to `write_stat_buf`

refactor: rename `macos_fbsd_solarish_fstat` to `fstat`

feat: support `fstat` in linux

test: testing support of `fstat` in linux

fix: missed add `Os::Linux` for supported OSs in `fstat`

feat: add nanosecond fields to file metadata in `EvalContextExtPrivate`

add `fstat` to foreign items in unix

enhance test of `fstat`

fix the test
fs shims: remove some aliases that don't actually exist or are not used on those targets
…or-tree-visitor

Move `TreeVisitor` into its own file & make it generic.
show span when there is an error invoking a global ctor/dtor or the thread main fn
@rustbot

rustbot commented Dec 6, 2025

Copy link
Copy Markdown
Collaborator

The Miri subtree was changed

cc @rust-lang/miri

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 6, 2025
@RalfJung

RalfJung commented Dec 6, 2025

Copy link
Copy Markdown
Member Author

@bors r+

@bors

bors commented Dec 6, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 5339794 has been approved by RalfJung

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 6, 2025
@RalfJung

RalfJung commented Dec 6, 2025

Copy link
Copy Markdown
Member Author

@bors p=1

bors added a commit that referenced this pull request Dec 6, 2025
Rollup of 5 pull requests

Successful merges:

 - #149659 (Look for typos when reporting an unknown nightly feature)
 - #149699 (Implement `Vec::from_fn`)
 - #149700 (rustdoc: fix bugs with search aliases and merging)
 - #149713 (Update windows-gnullvm platform support doc)
 - #149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 874b7c2 into rust-lang:main Dec 7, 2025
11 checks passed
@rustbot rustbot added this to the 1.94.0 milestone Dec 7, 2025
rust-timer added a commit that referenced this pull request Dec 7, 2025
Rollup merge of #149716 - RalfJung:miri, r=RalfJung

miri subtree update

Subtree update of `miri` to rust-lang/miri@56a3765.

Created using https://github.com/rust-lang/josh-sync.

r? `@ghost`
@bors

bors commented Dec 7, 2025

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 5339794 with merge d427ddf...

github-actions Bot pushed a commit to rust-lang/miri that referenced this pull request Dec 11, 2025
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature)
 - rust-lang/rust#149699 (Implement `Vec::from_fn`)
 - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging)
 - rust-lang/rust#149713 (Update windows-gnullvm platform support doc)
 - rust-lang/rust#149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
@RalfJung RalfJung deleted the miri branch December 11, 2025 17:42
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Dec 16, 2025
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature)
 - rust-lang/rust#149699 (Implement `Vec::from_fn`)
 - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging)
 - rust-lang/rust#149713 (Update windows-gnullvm platform support doc)
 - rust-lang/rust#149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
makai410 pushed a commit to makai410/rust that referenced this pull request Dec 16, 2025
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#149659 (Look for typos when reporting an unknown nightly feature)
 - rust-lang#149699 (Implement `Vec::from_fn`)
 - rust-lang#149700 (rustdoc: fix bugs with search aliases and merging)
 - rust-lang#149713 (Update windows-gnullvm platform support doc)
 - rust-lang#149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
@Kobzol

Kobzol commented Dec 18, 2025

Copy link
Copy Markdown
Member

@bors r- retry

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 18, 2025
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Mar 19, 2026
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature)
 - rust-lang/rust#149699 (Implement `Vec::from_fn`)
 - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging)
 - rust-lang/rust#149713 (Update windows-gnullvm platform support doc)
 - rust-lang/rust#149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
makai410 pushed a commit to makai410/rustc_public that referenced this pull request Mar 27, 2026
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#149659 (Look for typos when reporting an unknown nightly feature)
 - rust-lang/rust#149699 (Implement `Vec::from_fn`)
 - rust-lang/rust#149700 (rustdoc: fix bugs with search aliases and merging)
 - rust-lang/rust#149713 (Update windows-gnullvm platform support doc)
 - rust-lang/rust#149716 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants