feat: add from_fn_ptr to Waker and LocalWaker by Ddystopia · Pull Request #146057 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation9 Commits2 Checks11 Files changed
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
[ Show hidden characters]({{ revealButtonHref }})
r? @scottmcm
rustbot has assigned @scottmcm.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
labels
Thanks for the PR. Using Closes #146055 in the PR description can close the issue when this PR is merged.
rustbot added the T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
label
⚠️ Warning ⚠️
- This PR is based on an upstream commit that is older than 28 days.
It's recommended to update your branch according to the rustc-dev-guide.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📌 Commit 75835fb has been approved by dtolnay
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Zalathar added a commit to Zalathar/rust that referenced this pull request
bors added a commit that referenced this pull request
Rollup of 10 pull requests
Successful merges:
- #133149 (Provide more context on
Fnclosure modifying binding) - #143037 (Make named asm_labels lint not trigger on hexagon register spans)
- #144529 (Add
#[rustc_pass_indirectly_in_non_rustic_abis]) - #145915 (Stabilize
fmt::from_fn) - #145974 (Stabilize -Zno-jump-tables into -Cjump-tables=bool)
- #146057 (feat: add
from_fn_ptrtoWakerandLocalWaker) - #146301 (library: std: sys: net: uefi: tcp: Implement write_vectored)
- #148437 (Regression test for undefined
__chkstkonaarch64-unknown-uefi) - #148448 (Update books)
- #148451 (tidy: Fix false positives with absolute repo paths in
pal.rscheck())
r? @ghost
@rustbot modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request
bors added a commit that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- #133149 (Provide more context on
Fnclosure modifying binding) - #144529 (Add
#[rustc_pass_indirectly_in_non_rustic_abis]) - #145915 (Stabilize
fmt::from_fn) - #145974 (Stabilize -Zno-jump-tables into -Cjump-tables=bool)
- #146057 (feat: add
from_fn_ptrtoWakerandLocalWaker) - #146301 (library: std: sys: net: uefi: tcp: Implement write_vectored)
- #148437 (Regression test for undefined
__chkstkonaarch64-unknown-uefi) - #148448 (Update books)
- #148451 (tidy: Fix false positives with absolute repo paths in
pal.rscheck())
r? @ghost
@rustbot modify labels: rollup
bors added a commit that referenced this pull request
Rollup of 8 pull requests
Successful merges:
- #133149 (Provide more context on
Fnclosure modifying binding) - #145915 (Stabilize
fmt::from_fn) - #145974 (Stabilize -Zno-jump-tables into -Cjump-tables=bool)
- #146057 (feat: add
from_fn_ptrtoWakerandLocalWaker) - #146301 (library: std: sys: net: uefi: tcp: Implement write_vectored)
- #148437 (Regression test for undefined
__chkstkonaarch64-unknown-uefi) - #148448 (Update books)
- #148451 (tidy: Fix false positives with absolute repo paths in
pal.rscheck())
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
Rollup merge of #146057 - Ddystopia:waker-fn, r=dtolnay
feat: add from_fn_ptr to Waker and LocalWaker
Closes: #146055
bors added S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
and removed S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
labels
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request
Labels
Status: PR has an ACP and is waiting for the ACP to complete.
Status: This is awaiting some action (such as code changes or more information) from the author.
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.