Skip to content

Rollup of 8 pull requests#157925

Closed
JonathanBrouwer wants to merge 22 commits into
rust-lang:mainfrom
JonathanBrouwer:rollup-rVkhobY
Closed

Rollup of 8 pull requests#157925
JonathanBrouwer wants to merge 22 commits into
rust-lang:mainfrom
JonathanBrouwer:rollup-rVkhobY

Conversation

@JonathanBrouwer

Copy link
Copy Markdown
Contributor

Successful merges:

r? @ghost

Create a similar rollup

GuillaumeGomez and others added 22 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
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-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
@JonathanBrouwer

Copy link
Copy Markdown
Contributor Author

@bors r+ rollup=never p=5

Trying commonly failed jobs
@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-2

@rust-bors

rust-bors Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 8d10ef1 has been approved by JonathanBrouwer

It is now in the queue for this repository.

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 15, 2026
@rust-bors rust-bors Bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 15, 2026
rust-bors Bot pushed a commit that referenced this pull request Jun 15, 2026
Rollup of 8 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-2
@rust-bors

rust-bors Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

⌛ Trying commit 8d10ef1 with merge e6926ab

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/27562852136

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
  NO_DOWNLOAD_CI_LLVM: 1
  WIX: /d/a/rust/rust/wix
##[endgroup]
    Updating crates.io index
error: failed to get `icu_collections` as a dependency of package `icu_normalizer v1.5.0`
    ... which satisfies dependency `icu_normalizer = "^1.4.3"` of package `idna_adapter v1.2.0`
    ... which satisfies dependency `idna_adapter = "^1"` of package `idna v1.0.3`
    ... which satisfies dependency `idna = "^1.0"` of package `cookie_store v0.21.1`
    ... which satisfies dependency `cookie_store = "^0.21.1"` of package `ureq v3.0.8`
    ... which satisfies dependency `ureq = "^3"` of package `citool v0.1.0 (D:\a\rust\rust\src\ci\citool)`

Caused by:
  failed to load source for dependency `icu_collections`

Caused by:
  unable to update registry `crates-io`

Caused by:
  download of ic/u_/icu_collections failed

Caused by:
  curl failed

Caused by:

@GuillaumeGomez

Copy link
Copy Markdown
Member

Superseeded by #157929. Closing.

@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-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.