Skip to content

Rollup of 5 pull requests#157882

Open
jhpratt wants to merge 13 commits into
rust-lang:mainfrom
jhpratt:rollup-0Jd14n0
Open

Rollup of 5 pull requests#157882
jhpratt wants to merge 13 commits into
rust-lang:mainfrom
jhpratt:rollup-0Jd14n0

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 13 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.
…lcnr

[tiny] Remove some unecessary `.into()` calls
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+ rollup=never p=5

@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 001c6b1 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

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

⌛ Testing commit 001c6b1 with merge 9ae5f52...

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

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

Successful merges:

 - #157837 ([tiny] Remove some unecessary `.into()` calls)
 - #157538 (std: move `PidFd` to `sys::process`)
 - #157791 (Add regression test for pclmulqdq inlining across target feature)
 - #157867 (std: sys: xous: clamp condvar wait_timeout instead of truncating)
 - #157876 (Stabilize `#![feature(box_as_ptr)]`)
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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

6 participants