Rollup of 5 pull requests#157882
Open
jhpratt wants to merge 13 commits into
Open
Conversation
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)
Member
Author
|
@bors r+ rollup=never p=5 |
Contributor
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)]`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
.into()calls #157837 ([tiny] Remove some unecessary.into()calls)PidFdtosys::process#157538 (std: movePidFdtosys::process)#![feature(box_as_ptr)]#157876 (Stabilize#![feature(box_as_ptr)])r? @ghost
Create a similar rollup