Skip to content

Rollup of 10 pull requests#159948

Closed
chenyukang wants to merge 52 commits into
rust-lang:mainfrom
chenyukang:rollup-xt6XtnM
Closed

Rollup of 10 pull requests#159948
chenyukang wants to merge 52 commits into
rust-lang:mainfrom
chenyukang:rollup-xt6XtnM

Conversation

@chenyukang

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost

Create a similar rollup

Colepng and others added 30 commits July 25, 2026 01:06
This updates the rust-version file to da86f4d.
Add warning for breakage hazard for introducing new builtin attrs
Update expect messages in library/alloc/boxed.rs and library/alloc/string.rs to follow the style guide

Related issue: rust-lang#159751

Updates the expect messages in library/alloc/boxed.rs and library/alloc/string.rs to follow the style guide.
…uwer

Split multiline derives into std/rustc macros

Misc cleanup
…nBrouwer

Fix `find_attr` hygiene and `rustc_hir` cleanups

In particular, `extern crate self as rustc_hir;` leads to very noisy import suggestions if you get an import wrong. Also flatten the `nested_filter` module which seemed to exist just to avoid `None` / `Option:None` nameres conflicts
rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@f5333a6.

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

r? @ghost
…target, r=GuillaumeGomez

Clarify that the expected runtime symbols signature is for the current target only

Some of the signatures expected by our runtime symbols are slightly different from one target to the other one (`i8` vs `u8`), and while the original definition uses type alias, they are not recorded and displayed in the diagnostic.

So, to avoid any ambiguity let's add a small note that the displayed signature is only for the current target.

r? @GuillaumeGomez
…mejrs

Fix error in diagnostic on_unmatched_args

fixes rust-lang#159886
…ations, r=jhpratt

spare capacity mut constification

the better to allocate with
rename abort_unwind → abort_on_unwind

As suggested in the tracking issue (rust-lang#130338).
r? @nia-e
Cc @rust-lang/libs-api
Minor `rustc_ast::ast` doc cleanups

`P` is an outdated reference.

`CfgAttrTrace` was updated in rust-lang#159722

Docs were formatted so that the entire paragraph doesn't show up on the module level docs (pet peeve of mine).

r? @nnethercote
…ratt

Update expect messages in library/core/src/ptr/non_null.rs

Related issue: rust-lang#159751

Updates the expect messages in library/core/src/ptr/non_null.rs to follow the recommended style.
@rust-bors rust-bors Bot added the rollup A PR which is a rollup label Jul 26, 2026
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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. labels Jul 26, 2026
@chenyukang

Copy link
Copy Markdown
Member Author

@bors r+ rollup=never p=10

@bors try jobs=dist-various-1,test-various,x86_64-gnu-aux,x86_64-gnu-llvm-21-3,x86_64-msvc-1,aarch64-apple,x86_64-mingw-1,i686-msvc-*

@rust-bors

rust-bors Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 003f526 has been approved by chenyukang

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened.

Reason for tree closure: spurious failures

@rust-bors rust-bors Bot 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 Jul 26, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jul 26, 2026
Rollup of 10 pull requests


try-job: dist-various-1
try-job: test-various
try-job: x86_64-gnu-aux
try-job: x86_64-gnu-llvm-21-3
try-job: x86_64-msvc-1
try-job: aarch64-apple
try-job: x86_64-mingw-1
try-job: i686-msvc-*
@jhpratt

jhpratt commented Jul 26, 2026

Copy link
Copy Markdown
Member

Is there a reason you created this specific rollup? Most of the PRs (7 of 10) are already included in another rollup.

Regardless, this doesn't need higher priority.

@bors p=5

@jhpratt

jhpratt commented Jul 26, 2026

Copy link
Copy Markdown
Member

Closing for that reason — it's largely covered by existing rollups.

@jhpratt jhpratt closed this Jul 26, 2026
@rust-bors rust-bors Bot added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jul 26, 2026
@rust-bors

rust-bors Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved due to being closed.

@rust-bors rust-bors Bot removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 26, 2026
@rust-bors

rust-bors Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 2a18d9e (2a18d9e43b408247319c5ca5ce4bab648085bc01)
Base parent: 008fa22 (008fa22ce3f8d3c8dfaca2e6486043c2b21851eb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustc-dev-guide Area: rustc-dev-guide rollup A PR which is a rollup S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.