Skip to content

Conversation

@RalfJung
Copy link
Member

@RalfJung RalfJung commented Nov 1, 2025

Subtree update of miri to rust-lang/miri@52c5daf.

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

r? @ghost

The Miri Cronjob Bot and others added 30 commits October 16, 2025 04:53
This updates the rust-version file to 402ce0e.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 402ce0e Filtered ref: 33df85ebec1b1ac6085e256a69581e3d36cfd514 Upstream diff: rust-lang/rust@28d0a4a...402ce0e This merge was created using https://github.com/rust-lang/josh-sync.
This updates the rust-version file to 96fe3c3.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 96fe3c3 Filtered ref: 376a7557c3e562036e170fb694d45d70b14951c3 Upstream diff: rust-lang/rust@402ce0e...96fe3c3 This merge was created using https://github.com/rust-lang/josh-sync.
native_call: we only support thin pointers as return type
This updates the rust-version file to 6244eff.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 6244eff Filtered ref: 2b788f903ef58db43f16530dbf73f4a0502e4452 Upstream diff: rust-lang/rust@96fe3c3...6244eff This merge was created using https://github.com/rust-lang/josh-sync.
…cargo-toml Avoid panicking when `Cargo.toml` is not present
This updates the rust-version file to 27050c0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 27050c0 Filtered ref: 2bccf110c70c6f6ec349ede9fbf0b4cdcf77eac6 Upstream diff: rust-lang/rust@6244eff...27050c0 This merge was created using https://github.com/rust-lang/josh-sync.
add miri magic function to configure allocation tracking at runtime
…e-func-calls Support `f32`/`f64` in native function calls
This updates the rust-version file to 292be5c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 292be5c Filtered ref: b038f5909ebeb7c0d597ae6e081f3ca4699d9643 Upstream diff: rust-lang/rust@27050c0...292be5c This merge was created using https://github.com/rust-lang/josh-sync.
@bors
Copy link
Collaborator

bors commented Nov 1, 2025

📌 Commit 63a18d4 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 Nov 1, 2025
jhpratt added a commit to jhpratt/rust that referenced this pull request Nov 2, 2025
miri subtree update Subtree update of `miri` to rust-lang/miri@52c5daf. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
bors added a commit that referenced this pull request Nov 2, 2025
Rollup of 12 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148194 (compiletest: Remove `cleanup_debug_info_options`) - #148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - #148247 (Remove two special cases from reachable_non_generics) - #148348 (dangling ptr lint cleanup) - #148357 (temporary-lifetime-extension.rs test works in all editions) - #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - #148367 (Use --print host-tuple to get the host) - #148374 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 2, 2025
miri subtree update Subtree update of `miri` to rust-lang/miri@52c5daf. Created using https://github.com/rust-lang/josh-sync. r? ``@ghost``
@Zalathar
Copy link
Member

Zalathar commented Nov 2, 2025

Investigating rollup failure in #148376 (comment):

@bors try jobs=armhf-gnu

@rust-bors
Copy link

rust-bors bot commented Nov 2, 2025

⌛ Trying commit 63a18d4 with merge 8443c0a

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/19008799813

rust-bors bot added a commit that referenced this pull request Nov 2, 2025
miri subtree update try-job: armhf-gnu
@Zalathar Zalathar closed this Nov 2, 2025
@Zalathar
Copy link
Member

Zalathar commented Nov 2, 2025

Failure found at #148247 (comment).

@bors try cancel

@rust-bors
Copy link

rust-bors bot commented Nov 2, 2025

Try build cancelled. Cancelled workflows:

@Zalathar
Copy link
Member

Zalathar commented Nov 2, 2025

Whoops, somehow I accidentally closed this.

@Zalathar Zalathar reopened this Nov 2, 2025
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 2, 2025
@Zalathar
Copy link
Member

Zalathar commented Nov 2, 2025

@bors r=RalfJung

@bors
Copy link
Collaborator

bors commented Nov 2, 2025

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Collaborator

bors commented Nov 2, 2025

📌 Commit 63a18d4 has been approved by RalfJung

It is now in the queue for this repository.

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 2, 2025
@RalfJung
Copy link
Member Author

RalfJung commented Nov 2, 2025

@bors p=1

bors added a commit that referenced this pull request Nov 2, 2025
Rollup of 8 pull requests Successful merges: - #148170 (split definition and use site hidden tys) - #148194 (compiletest: Remove `cleanup_debug_info_options`) - #148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - #148290 (Do not emit solver errors that contain error types) - #148357 (temporary-lifetime-extension.rs test works in all editions) - #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - #148367 (Use --print host-tuple to get the host) - #148374 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
@RalfJung
Copy link
Member Author

RalfJung commented Nov 2, 2025

@bors p=2

@bors bors merged commit 785c4ff into rust-lang:master Nov 2, 2025
22 of 23 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 2, 2025
rust-timer added a commit that referenced this pull request Nov 2, 2025
Rollup merge of #148374 - RalfJung:miri, r=RalfJung miri subtree update Subtree update of `miri` to rust-lang/miri@52c5daf. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
@bors
Copy link
Collaborator

bors commented Nov 2, 2025

⌛ Testing commit 63a18d4 with merge 6a884ad...

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Nov 3, 2025
Rollup of 8 pull requests Successful merges: - rust-lang/rust#148170 (split definition and use site hidden tys) - rust-lang/rust#148194 (compiletest: Remove `cleanup_debug_info_options`) - rust-lang/rust#148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - rust-lang/rust#148290 (Do not emit solver errors that contain error types) - rust-lang/rust#148357 (temporary-lifetime-extension.rs test works in all editions) - rust-lang/rust#148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - rust-lang/rust#148367 (Use --print host-tuple to get the host) - rust-lang/rust#148374 (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.

6 participants