-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Rollup of 8 pull requests #149999
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
matthiaskrgr
wants to merge
48
commits into
rust-lang:main
Choose a base branch
from
matthiaskrgr:rollup-irr8kqi
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rollup of 8 pull requests #149999
+1,454
−2,359
Conversation
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
fix empty stack in deadlock error message
run ptr_int tests with Tree Borrows
genmc: suppress compare_exchange warnings from dependencies
…cked ftruncate: return proper error code for non-file-backed FDs
…or-protector-release TreeBorrows: split `Tree::perform_protector_release_access` from `Tree::perform_access`
…ions Remove `[no-mentions]` handler in the triagebot config
fix clippy::manual_let_else
…or-diagnostics-struct TreeBorrows: Put accesses diagnostic parameters into a single struct
This commit is a follow-up to 147572 and the issue reported at the end of that PR where the `std::fs::hard_link` function is broken after that PR landed. The true culprit and bug here is fixed in WebAssembly/wasi-libc/690 but until that's released in a wasi-sdk version it should be reasonable, on WASI, to skip the `linkat` function.
This updates the rust-version file to f520900.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: f520900 Filtered ref: 7d63be37076f39216080a677b88ad18621850d0c Upstream diff: rust-lang/rust@36b2369...f520900 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
gitconfig is not a toml file
README: add more papers to the paper list
This updates the rust-version file to dc47a69.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: dc47a69 Filtered ref: c2685dab4096194918f1cb9c503817d592c20e94 Upstream diff: rust-lang/rust@f520900...dc47a69 This merge was created using https://github.com/rust-lang/josh-sync.
miri subtree update Subtree update of `miri` to rust-lang/miri@b796ced. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
Collaborator
bors
added a commit
that referenced
this pull request
Dec 14, 2025
Rollup of 8 pull requests Successful merges: - #146794 (std: reorganize pipe implementations) - #148490 (dangling pointer from temp cleanup) - #149837 (Update `wrapping_sh[lr]` docs and examples) - #149864 (std: Don't use `linkat` on the `wasm32-wasi*` targets) - #149885 (replace addr_of_mut with &raw mut in maybeuninit docs) - #149949 (Cleanup of attribute parsing errors) - #149969 (don't use no_main and no_core to test IBT) - #149998 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
|
💥 Test timed out |
Collaborator
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
Member
Author
|
@bors retry single runner timed out |
bors
added a commit
that referenced
this pull request
Dec 15, 2025
Rollup of 8 pull requests Successful merges: - #146794 (std: reorganize pipe implementations) - #148490 (dangling pointer from temp cleanup) - #149837 (Update `wrapping_sh[lr]` docs and examples) - #149864 (std: Don't use `linkat` on the `wasm32-wasi*` targets) - #149885 (replace addr_of_mut with &raw mut in maybeuninit docs) - #149949 (Cleanup of attribute parsing errors) - #149969 (don't use no_main and no_core to test IBT) - #149998 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
O-hermit
Operating System: Hermit
O-SGX
Target: SGX
O-solid
Operating System: SOLID
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
O-windows
Operating system: Windows
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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:
wrapping_sh[lr]docs and examples #149837 (Updatewrapping_sh[lr]docs and examples)linkaton thewasm32-wasi*targets #149864 (std: Don't uselinkaton thewasm32-wasi*targets)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup