Skip to content

Conversation

@matthiaskrgr
Copy link
Member

@matthiaskrgr matthiaskrgr commented Nov 5, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

royAmmerschuber and others added 28 commits November 2, 2025 13:25
simplify AccessRelatedness

minor changes

fix rel_pos...
…isitor-refactor

Refactor TreeVisitor and Access Relatedness.
This updates the rust-version file to c5dabe8.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: c5dabe8
Filtered ref: deb7e877478be6ce428c3b90c685fc431be581fe
Upstream diff: rust-lang/rust@292be5c...c5dabe8

This merge was created using https://github.com/rust-lang/josh-sync.
This commit also modifies MiriInterface.hpp so that it is
compatible with GenMC's API.
This updates the rust-version file to 5f9dd05.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 5f9dd05
Filtered ref: 0498b26a6ed7daad253a5c38fb8f800c437836f9
Upstream diff: rust-lang/rust@c5dabe8...5f9dd05

This merge was created using https://github.com/rust-lang/josh-sync.
user-relevant span: if no frame is in a local crate, use topmost non-track_caller frame
x86/rounding-error test: add a bit of slack
Previously it was rather inconsistent which crates got the rust logo and
which didn't and setting html_root_url was forgotten in many cases.
Rustdoc forwards -Zcrate-attr=feature(rustdoc_internals) to doc tests,
but deny(warnings) overrides the -Ainternal_features.
…, r=notriddle

[rustdoc search] Simplify itemTypes and filter "dependencies"

We currently have a list of type filters, some constants to be able to index the list of type filters and finally a `switch` to include some types in a given filter (for example when we filter on `constant`, we also include `associatedconstant` items).

r? `@notriddle`
…r=GuillaumeGomez

Unify the configuration of the compiler docs

Previously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.
miri subtree update

x86/rounding-error is causing spurious test failures. This sync fixes that.

---

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

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

r? `@ghost`
…sleywiser

Fix ICE from lit_to_mir_constant caused by type error

Fixes rust-lang#148515

we still need to mark that there were errors to prevent later phases (like MIR building) from proceeding.
…now_with_50_percent_more_mut, r=Amanieu

Merge `Vec::push{,_mut}_within_capacity`

Implements rust-lang/libs-team#689.

cc rust-lang#135974, rust-lang#100486

r? libs-api
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. labels Nov 5, 2025
@rustbot rustbot added A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-search Area: Rustdoc's search feature A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. rollup A PR which is a rollup labels Nov 5, 2025
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Nov 5, 2025

📌 Commit 20fd7f9 has been approved by matthiaskrgr

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 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-search Area: Rustdoc's search feature A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants