Skip to content

stdarch subtree update#152174

Merged
rust-bors[bot] merged 29 commits intorust-lang:mainfrom
folkertdev:stdarch-sync-2026-02-05
Feb 6, 2026
Merged

stdarch subtree update#152174
rust-bors[bot] merged 29 commits intorust-lang:mainfrom
folkertdev:stdarch-sync-2026-02-05

Conversation

@folkertdev
Copy link
Contributor

Subtree update of stdarch to rust-lang/stdarch@1a7cc47.

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

r? @ghost

eduardosm and others added 29 commits January 28, 2026 22:05
These don't correspond to specific instructions and will produce
different instructions on x86/x86_64 based on ABI details.
Otherwise this picks up vim .swp files.
It actually generates vrfin now
Update expected instructions for LLVM 22
Avoid `unsafe fn` in aarch64, powerpc and s390x tests
wasm: use `intrinsics::simd` for the narrow functions
powerpc: implement `vnmsubfp` using `intrinsics::simd`
x86: use `intrinsics::simd` for `hadds`/`hsubs`
This reverts commit 32146718741ee22ff0d54d21b9ab60353014c980.
Revert "Use LLVM intrinsics for `madd` intrinsics"
This updates the rust-version file to db3e99b.
…madd

Revert "Revert "Use LLVM intrinsics for `madd` intrinsics""
we will add an explicit incompatibility of softfloat and vector feature
in rutsc s390x-unknown-none-softfloat target specification.
Therefore we need to disable vector intrinsics here to be able to compile
core for this target.
disable s390x vector intrinsics if softfloat is enabled
@rustbot
Copy link
Collaborator

rustbot commented Feb 5, 2026

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. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Feb 5, 2026
@folkertdev
Copy link
Contributor Author

@bors r+ p=1

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

📌 Commit 3cf999f 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 Feb 5, 2026
@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

⌛ Testing commit 3cf999f with merge 8c456d3...

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 5, 2026
…, r=folkertdev

stdarch subtree update

Subtree update of `stdarch` to rust-lang/stdarch@1a7cc47.

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

r? @ghost
@JonathanBrouwer
Copy link
Contributor

@bors yield
Yielding to enclosing rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

Auto build cancelled. Cancelled workflows:

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
…uwer

Rollup of 11 pull requests

Successful merges:

 - #152174 (stdarch subtree update)
 - #151278 (Provide more context on trait bounds being unmet due to imperfect derive)
 - #151955 (escape symbol names in global asm)
 - #149329 (Mark match arms in try and for as being from desugarings.)
 - #151474 (Minor structural improvements)
 - #151744 (fix refining_impl_trait suggestion with return_type_notation)
 - #152107 (Convert to inline diagnostics in `rustc_borrowck`)
 - #152117 (Convert to inline diagnostics in `rustc_trait_selection`)
 - #152136 (Consolidate type const checks on `tcx.is_type_const`)
 - #152170 (Port `rustc_effective_visibility` to the new attribute parser)
 - #152184 (Port rustc_abi to the attribute parser)
@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

⌛ Testing commit 3cf999f with merge 8e6ef3f...

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
@JonathanBrouwer
Copy link
Contributor

@bors yield
Yielding to enclosing rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

Auto build cancelled. Cancelled workflows:

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
…uwer

Rollup of 11 pull requests

Successful merges:

 - #152174 (stdarch subtree update)
 - #151278 (Provide more context on trait bounds being unmet due to imperfect derive)
 - #151955 (escape symbol names in global asm)
 - #149329 (Mark match arms in try and for as being from desugarings.)
 - #151474 (Minor structural improvements)
 - #151744 (fix refining_impl_trait suggestion with return_type_notation)
 - #152107 (Convert to inline diagnostics in `rustc_borrowck`)
 - #152117 (Convert to inline diagnostics in `rustc_trait_selection`)
 - #152136 (Consolidate type const checks on `tcx.is_type_const`)
 - #152170 (Port `rustc_effective_visibility` to the new attribute parser)
 - #152184 (Port rustc_abi to the attribute parser)
@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

⌛ Testing commit 3cf999f with merge 6d77de5...

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
@JonathanBrouwer
Copy link
Contributor

@bors yield
Yielding to enclosing rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 5, 2026

Auto build cancelled. Cancelled workflows:

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

rust-bors bot pushed a commit that referenced this pull request Feb 5, 2026
…uwer

Rollup of 11 pull requests

Successful merges:

 - #152174 (stdarch subtree update)
 - #151278 (Provide more context on trait bounds being unmet due to imperfect derive)
 - #151955 (escape symbol names in global asm)
 - #149329 (Mark match arms in try and for as being from desugarings.)
 - #151474 (Minor structural improvements)
 - #151744 (fix refining_impl_trait suggestion with return_type_notation)
 - #152107 (Convert to inline diagnostics in `rustc_borrowck`)
 - #152117 (Convert to inline diagnostics in `rustc_trait_selection`)
 - #152136 (Consolidate type const checks on `tcx.is_type_const`)
 - #152170 (Port `rustc_effective_visibility` to the new attribute parser)
 - #152184 (Port rustc_abi to the attribute parser)
rust-bors bot pushed a commit that referenced this pull request Feb 6, 2026
Rollup of 4 pull requests

Successful merges:

 - #152174 (stdarch subtree update)
 - #151278 (Provide more context on trait bounds being unmet due to imperfect derive)
 - #151955 (escape symbol names in global asm)
 - #152194 (Remove the 4 failing tests from rustdoc-gui)

Failed merges:

 - #152191 (Convert to inline diagnostics in `rustc_hir_analysis`)
@rust-bors rust-bors bot merged commit de68f27 into rust-lang:main Feb 6, 2026
11 of 12 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Feb 6, 2026
rust-timer added a commit that referenced this pull request Feb 6, 2026
Rollup merge of #152174 - folkertdev:stdarch-sync-2026-02-05, r=folkertdev

stdarch subtree update

Subtree update of `stdarch` to rust-lang/stdarch@1a7cc47.

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

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

Labels

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.

8 participants