Skip to content

stdarch subtree update - #161558

Merged
rust-bors[bot] merged 11 commits into
rust-lang:mainfrom
folkertdev:stdarch-sync-2026-09-22
Aug 23, 2026
Merged

stdarch subtree update#161558
rust-bors[bot] merged 11 commits into
rust-lang:mainfrom
folkertdev:stdarch-sync-2026-09-22

Conversation

@folkertdev

Copy link
Copy Markdown
Contributor

Subtree update of stdarch to rust-lang/stdarch@0d4e35e.

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

r? @ghost

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 22, 2026
@folkertdev
folkertdev marked this pull request as ready for review August 22, 2026 22:40
@rustbot

rustbot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

stdarch is developed in its own repository. If possible, consider making this change to rust-lang/stdarch instead.

cc @Amanieu, @sayantn

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 22, 2026
@folkertdev

Copy link
Copy Markdown
Contributor Author

@bors r+ p=1

@rust-bors

rust-bors Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 42e5eff has been approved by folkertdev

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 Aug 22, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
Rollup of 8 pull requests

Successful merges:

 - #161558 (stdarch subtree update)
 - #159887 (compiletest: forward disable-minification from bootstrap)
 - #160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`)
 - #160949 (Add floating point inline ASM support for SPARC)
 - #156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>)
 - #160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_)
 - #161341 (be more permissive wrt overflow and and improve diagnostics)
 - #161530 (Add regression test for gce dependency ICE in non-gce crate)
rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
@rust-bors

rust-bors Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

⌛ Testing commit 42e5eff with merge f372697...

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

@jhpratt

jhpratt commented Aug 23, 2026

Copy link
Copy Markdown
Member

@bors yield to rollup retry

@rust-bors

rust-bors Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Auto build was cancelled. Cancelled workflows:

The next pull request likely to be tested is #161566.

rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
Rollup of 8 pull requests

Successful merges:

 - #161558 (stdarch subtree update)
 - #159887 (compiletest: forward disable-minification from bootstrap)
 - #160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`)
 - #160949 (Add floating point inline ASM support for SPARC)
 - #156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>)
 - #160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_)
 - #161341 (be more permissive wrt overflow and and improve diagnostics)
 - #161530 (Add regression test for gce dependency ICE in non-gce crate)
@rust-bors

rust-bors Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

⌛ Testing commit 42e5eff with merge 842f70f...

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

rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
@jhpratt

jhpratt commented Aug 23, 2026

Copy link
Copy Markdown
Member

@bors yield

@rust-bors

rust-bors Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Auto build was cancelled. Cancelled workflows:

The next pull request likely to be tested is #161566.

rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
Rollup of 8 pull requests

Successful merges:

 - #161558 (stdarch subtree update)
 - #159887 (compiletest: forward disable-minification from bootstrap)
 - #160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`)
 - #160949 (Add floating point inline ASM support for SPARC)
 - #156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>)
 - #160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_)
 - #161341 (be more permissive wrt overflow and and improve diagnostics)
 - #161530 (Add regression test for gce dependency ICE in non-gce crate)
@rust-bors
rust-bors Bot merged commit f1916dc into rust-lang:main Aug 23, 2026
13 of 14 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 23, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 23, 2026
Rollup merge of #161558 - folkertdev:stdarch-sync-2026-09-22, r=folkertdev

stdarch subtree update

Subtree update of `stdarch` to rust-lang/stdarch@0d4e35e.

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

r? @ghost
github-actions Bot pushed a commit to rust-lang/stdarch that referenced this pull request Aug 24, 2026
Rollup of 8 pull requests

Successful merges:

 - rust-lang/rust#161558 (stdarch subtree update)
 - rust-lang/rust#159887 (compiletest: forward disable-minification from bootstrap)
 - rust-lang/rust#160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`)
 - rust-lang/rust#160949 (Add floating point inline ASM support for SPARC)
 - rust-lang/rust#156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>)
 - rust-lang/rust#160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_)
 - rust-lang/rust#161341 (be more permissive wrt overflow and and improve diagnostics)
 - rust-lang/rust#161530 (Add regression test for gce dependency ICE in non-gce crate)
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Aug 24, 2026
Rollup of 8 pull requests

Successful merges:

 - rust-lang/rust#161558 (stdarch subtree update)
 - rust-lang/rust#159887 (compiletest: forward disable-minification from bootstrap)
 - rust-lang/rust#160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`)
 - rust-lang/rust#160949 (Add floating point inline ASM support for SPARC)
 - rust-lang/rust#156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>)
 - rust-lang/rust#160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_)
 - rust-lang/rust#161341 (be more permissive wrt overflow and and improve diagnostics)
 - rust-lang/rust#161530 (Add regression test for gce dependency ICE in non-gce crate)
@RalfJung

RalfJung commented Aug 31, 2026

Copy link
Copy Markdown
Member

Should 50c4cbb and 7b002b7 be backported, as they fix a bad performance regression? See #159464, rust-lang/stdarch#2208 for context. This has regressed already with 1.96, but a backport could still help to have one fewer release affected by the problem.

@RalfJung RalfJung added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

6 participants