Skip to content

Rollup of 10 pull requests#159949

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

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

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
tshepang and others added 21 commits July 25, 2026 13:16
Signed-off-by: Amirhossein Akhlaghpour <m9.akhlaghpoor@gmail.com>
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
…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 chenyukang closed this Jul 26, 2026
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 26, 2026
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 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.