Skip to content

Conversation

@workflows-miri
Copy link

Merge ref '7a72c5459dd5' from rust-lang/rust

Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 7a72c5459dd58f81b0e1a0e5436d145485889375
Filtered ref: bd4cd7e
Upstream diff: rust-lang/rust@0b329f8...7a72c54

This merge was created using https://github.com/rust-lang/josh-sync.

RalfJung and others added 10 commits November 6, 2025 18:08
bootstrap: Add snapshot tests for path-to-step handling

This PR adds a suite of snapshot tests for how bootstrap translates command-line “paths” (which are not necessarily actual paths) into a set of top-level steps to execute.

Unlike the existing suite of snapshot tests (for transitive step logging), I decided to use `.snap` files over inline snapshots, because I find that inline snapshots quickly make test files impossible to navigate. Instead, I set up a macro that makes it relatively easy to add or modify test cases.

Using `.snap` files also means that the tests can be blessed by setting `INSTA_UPDATE=always`, without necessarily needing the `cargo insta` tool installed, though the tool can still be used instead if desired.

These snapshot tests capture _current_ behavior, to prevent unintended changes or regressions. If the current behavior is wrong or undersirable, then any fix will necessarily have to re-bless the affected tests!

r? Kobzol
rustdoc: quality of life changes

- Support `=` shortcut (alongside `+`) to expand all sections. Already support `s` and `S`, `Shift` or not.
- ~~Fix search-input's placeholder. The input is auto focused, any key press will be accepted as input not shortcut, current placeholder is missleading.~~
…petrochenkov

Provide more general note for borrowing outside of closure

Fixes rust-lang/rust#148392
…elmann"

This reverts commit 5dc3c19417d0fbfd979c5a1ecd8bebe2d8d9110e, reversing
changes made to 11339a0ef5ed586bb7ea4f85a9b7287880caac3a.
…ulacrum,oli-obk

stabilize duration_from_nanos_u128

libs-api FCP passed in rust-lang/rust#139201.
Closes rust-lang/rust#139201.

`@oli-obk` would you prefer if we did a const-hack to avoid allowing `const_trait_impl` here?
…04, r=GuillaumeGomez

Sync rustc_codegen_gcc subtree

cc `@antoyo`

r? ghost
Revert "Rollup merge of #146627 - madsmtm:jemalloc-simplify, r=jdonszelmann"

This reverts commit 5dc3c19417d0fbfd979c5a1ecd8bebe2d8d9110e, reversing
changes made to 11339a0ef5ed586bb7ea4f85a9b7287880caac3a.

Reverts rust-lang/rust#146627 due to a [perf regression](rust-lang/rust#148851 (comment)).

r? `@Zalathar`
This updates the rust-version file to 7a72c5459dd58f81b0e1a0e5436d145485889375.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 7a72c5459dd58f81b0e1a0e5436d145485889375
Filtered ref: bd4cd7e
Upstream diff: rust-lang/rust@0b329f8...7a72c54

This merge was created using https://github.com/rust-lang/josh-sync.
@rustbot
Copy link
Collaborator

rustbot commented Nov 14, 2025

Thank you for contributing to Miri! A reviewer will take a look at your PR, typically within a week or two.
Please remember to not force-push to the PR branch except when you need to rebase due to a conflict or when the reviewer asks you for it.

@rustbot rustbot added the S-waiting-on-review Status: Waiting for a review to complete label Nov 14, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 14, 2025

⚠️ Warning ⚠️

  • There are issue links (such as #123) in the commit messages of the following commits.
    Please move them to the PR description, to avoid spamming the issues with references to the commit, and so this bot can automatically canonicalize them to avoid issues with subtree.

@RalfJung RalfJung added this pull request to the merge queue Nov 14, 2025
Merged via the queue into master with commit 7a6a4e8 Nov 14, 2025
13 checks passed
@RalfJung RalfJung deleted the rustup-2025-11-14 branch November 14, 2025 07:50
@rustbot rustbot removed the S-waiting-on-review Status: Waiting for a review to complete label Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants