Skip to content

Rollup of 9 pull requests#157929

Closed
GuillaumeGomez wants to merge 24 commits into
rust-lang:mainfrom
GuillaumeGomez:rollup-cS2TYCH
Closed

Rollup of 9 pull requests#157929
GuillaumeGomez wants to merge 24 commits into
rust-lang:mainfrom
GuillaumeGomez:rollup-cS2TYCH

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost

Create a similar rollup

GuillaumeGomez and others added 24 commits May 21, 2026 15:57
it is not as important anymore (see next comment)
…uses

Mentored-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
Signed-off-by: Dilshad Azam <azam.dilshad@gmail.com>
1. Simple type const
2. Inherent associated type const
3. Trait associated type const
The correct size for `Layout` of a scalable vector ought to include the
number of vectors, otherwise we generate `memcpy` that do not copy the
entire vector and things like that.
rustc typically uses a return area pointer if the size of a return value
is larger than two pointers, except for SIMD vectors and now scalable
vectors. Given the previous commit, scalable types are more likely to
trigger this conditional than previously. This is already tested in the
output of the `codegen-llvm/scalable-vectors/tuple-intrinsics.rs` test.
…t_into, r=Amanieu

Stabilize `int_format_into` feature

Fixes rust-lang#138215.

r? @Amanieu
…initialized, r=estebank

fixed: differentiation between uninitialized and possibly uninitialized

Fix: rust-lang#157267
…r=jhpratt

Document that `ManuallyDrop`'s `Box` interaction has been fixed

Both rust-lang#150447 and rust-lang#150446 has been merged in `1.96.0`, fixing the unfortunate `ManuallyDrop<Box<_>>` behavior.

cc @RalfJung
…, r=wesleywiser

lower edition requirements for some async-closure test helpers
…st-evaluation, r=BoxyUwU

normalize instead of evaluating type const patterns

closes: rust-lang#156409
Fixes: rust-lang/project-const-generics#116

r? @BoxyUwU
fix binding const argument to assoc type suggestion

r? fmease

fixes rust-lang#151602
…um-vectors, r=lqd

scalable vecs size incl. num vecs + no sret for scalable vecs

The correct size for `Layout` of a scalable vector ought to include the number of vectors, otherwise we generate `memcpy` that do not copy the entire vector and things like that. This is tested in `ui/scalable-vectors/layout.rs`.

Additionally, rustc typically uses a return area pointer if the size of a return value is larger than two pointers, except for SIMD vectors and now scalable vectors. Given the previous change, scalable types are more likely to trigger this conditional than previously. This is already tested in the output of the `codegen-llvm/scalable-vectors/tuple-intrinsics.rs` test.

r? @lqd
mention in the `extern "tail"` error that it's supported on x86

rust-lang#157016 (comment)
r? folkertdev
@bors rollup
mailmap: add mu001999

Add new email addresses in the mailmap.

I think self reviews are OK for this kind of change, so r? me
@rust-bors rust-bors Bot added the rollup A PR which is a rollup label Jun 15, 2026
@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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 Jun 15, 2026
@GuillaumeGomez

Copy link
Copy Markdown
Member Author

@bors r+ p=5 rollup=never

@rust-bors

rust-bors Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 239e5d2 has been approved by GuillaumeGomez

It is now in the queue for this repository.

@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 Jun 15, 2026
@jhpratt

jhpratt commented Jun 15, 2026

Copy link
Copy Markdown
Member

added a few more PRs to a new rollup

@jhpratt jhpratt closed this Jun 15, 2026
@rust-bors rust-bors Bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 15, 2026
@rust-bors

rust-bors Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved due to being closed.

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

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-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.

10 participants