Skip to content

Update subtree/library to 2025-08-07 #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: subtree/library
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 8, 2025

This is an automated PR to update the subtree/library branch to the changes from 2025-08-06 (rust-lang/rust@ec7c026) to 2025-08-07 (rust-lang/rust@7d82b83), inclusive.
Review this PR as usual, but do not merge this PR using the GitHub web interface. Instead, once it is approved, use git push to literally push the changes to subtree/library without any rebase or merge.

chotchki and others added 8 commits August 2, 2025 10:46
Currently the Args new function is scope constrained to pub(super) but this stops me from being able to construct Args structs in unit tests.
libs-api has agreed to rename these functions to
`isolate_highest_one`/`isolate_lowest_one`
This fixes a few intrinsic docs that had a link directly to itself
instead of to the correct function in the `mem` module.
Change visibility of Args new function

Currently the Args new function is constrained to pub(super) but this stops me from being able to construct Args structs in unit tests.

This pull request is to change this to pub.
…iper

Correct the use of `must_use` on btree::IterMut

I'm working on stricter target checking for attributes and found this one
…htriplett

num: Rename `isolate_most_least_significant_one` functions

Tracking issue - rust-lang#136909

libs-api has agreed to rename these unstable functions to `isolate_highest_one`/`isolate_lowest_one`
rust-lang#136909 (comment)

`isolate_most_significant_one` -> `isolate_highest_one`
`isolate_least_significant_one` -> `isolate_lowest_one`
Fix some doc links for intrinsics

This fixes a few intrinsic docs that had a link directly to itself instead of to the correct function in the `mem` module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants