Skip to content

Rollup of 4 pull requests#157880

Closed
jhpratt wants to merge 11 commits into
rust-lang:mainfrom
jhpratt:rollup-42jr9eR
Closed

Rollup of 4 pull requests#157880
jhpratt wants to merge 11 commits into
rust-lang:mainfrom
jhpratt:rollup-42jr9eR

Conversation

@jhpratt

@jhpratt jhpratt commented Jun 14, 2026

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost

Create a similar rollup

joboet and others added 11 commits June 6, 2026 18:38
Co-authored-by: Folkert de Vries <flokkievids@gmail.com>
dur.as_millis() (u128) was cast straight to usize, so on 32-bit xous any
timeout over ~49 days truncated, and an exact multiple of 2^32 ms became
0 and then 1ms via the "don't wait forever" guard. Saturate the
conversion, matching sys/sync/thread_parking/xous.rs.
std: move `PidFd` to `sys::process`

Part of rust-lang#117276.

I believe this is the last item in `sys::pal` that is used outside of `sys`, hence we should be able to get rid of the `use pal::*` import quite easily after this.
…ertdev

Add regression test for pclmulqdq inlining across target feature

Regression test for rust-lang#139029.

Checks that pclmulqdq intrinsics inline across target_feature.
… r=clarfonthey

std: sys: xous: clamp condvar wait_timeout instead of truncating

dur.as_millis() (u128) was cast straight to usize, so on 32-bit xous any timeout over ~49 days truncated, and an exact multiple of 2^32 ms became 0 and then 1ms via the "don't wait forever" guard. Saturate the conversion, matching sys/sync/thread_parking/xous.rs.
…rk-Simulacrum

Stabilize `#![feature(box_as_ptr)]`

Tracking issue: rust-lang#129090

Completed FCP: rust-lang#129090 (comment)
@rust-bors rust-bors Bot added the rollup A PR which is a rollup label Jun 14, 2026
@rustbot rustbot added O-linux Operating system: Linux O-unix Operating system: Unix-like 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 14, 2026
@jhpratt

jhpratt commented Jun 14, 2026

Copy link
Copy Markdown
Member Author

@bors r+

@bors try jobs=x86_64-gnu-tools

@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 05dcc93 has been approved by jhpratt

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 14, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jun 14, 2026
Rollup of 4 pull requests


try-job: x86_64-gnu-tools
@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 3292844 (329284403aeff93651cab0171c2f702686fdd8c0, parent: 1f087276ba7a16d74ec04739ecf582ae495b3b79)

@jhpratt jhpratt closed this Jun 14, 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 14, 2026
@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved due to being closed.

@jhpratt jhpratt deleted the rollup-42jr9eR branch June 14, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-linux Operating system: Linux O-unix Operating system: Unix-like 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.

5 participants