Rollup of 4 pull requests#157880
Closed
jhpratt wants to merge 11 commits into
Closed
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.
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
Contributor
This comment has been minimized.
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
Contributor
Contributor
|
This pull request was unapproved due to being closed. |
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:
PidFdtosys::process#157538 (std: movePidFdtosys::process)#![feature(box_as_ptr)]#157876 (Stabilize#![feature(box_as_ptr)])r? @ghost
Create a similar rollup