Rollup of 4 pull requests#156686
Open
JonathanBrouwer wants to merge 9 commits into
Open
Conversation
So that the methods will be found when searching for the corresponding intrinsics. Tracking issue: rust-lang#149069
This is the only remaining place that uses `UncheckedIterator`. So, replace `array::repeat` and array's `Clone` impl with a manual `from_fn` call rather than going through unnecessary abstractions. Removal of `UncheckedIterator` will be done in a later commit.
The last usage of this trait was removed in a previous commit.
Implement `OsStr::split_at` See rust-lang#156199 This allows splitting only on valid UTF-8 boundaries, regardless of the platform, which avoids cross-platform landmines.
…imonSapin
Remove `UncheckedIterator`
The only remaining usage of `UncheckedIterator` was in `array::{try_,}from_trusted_iterator`. So, replace `array::repeat` and array's `Clone` impl with a manual `from_fn` call rather than going through unnecessary abstractions, and remove the `UncheckedIterator` trait.
Add pext/pdep as aliases for extract_bits/deposit_bits So that the methods will be found when searching for the corresponding intrinsics. Tracking issue for `extract_bits`/`deposit_bits`: rust-lang#149069
…imonSapin Update `sysinfo` version to `0.39.2` Bugfixes and performance improvements.
Contributor
Author
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
May 18, 2026
Rollup of 4 pull requests try-job: dist-various-1 try-job: test-various try-job: x86_64-gnu-aux try-job: x86_64-gnu-llvm-21-3 try-job: x86_64-msvc-1 try-job: aarch64-apple try-job: x86_64-mingw-1 try-job: i686-msvc-2
Contributor
|
⌛ Testing commit 7314742 with merge 37afc9b... Workflow: https://github.com/rust-lang/rust/actions/runs/26021583149 |
Contributor
Contributor
|
💥 Test timed out after |
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:
OsStr::split_at#156444 (ImplementOsStr::split_at)UncheckedIterator#156661 (RemoveUncheckedIterator)sysinfoversion to0.39.2#156653 (Updatesysinfoversion to0.39.2)r? @ghost
Create a similar rollup