std: sys: fs: uefi: Implement set_times and set_perm by Ayush1325 · Pull Request #149459 · 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
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 }})
- Tested on QEMU OVMF.
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
rustbot has assigned @Mark-Simulacrum.
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
This comment has been minimized.
This comment has been minimized.
- Tested on QEMU OVMF.
Signed-off-by: Ayush Singh ayush@beagleboard.org
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.
Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.
@joboet Can you please take a look at this?
📌 Commit 9c14e3f has been approved by joboet
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
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
bors added a commit that referenced this pull request
Rollup of 9 pull requests
Successful merges:
- #148756 (Warn on codegen attributes on required trait methods)
- #148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- #149271 (feat: dlopen Enzyme)
- #149354 (Bootstrap config: libgccjit libs dir)
- #149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- #149950 (Simplify how inline asm handles
MaybeUninit) - #150000 (Port
#[rustc_legacy_const_generics]to use attribute parser ) - #150014 (Metadata loader cleanups)
- #150021 (document that mpmc channels deliver an item to (at most) one receiver)
r? @ghost
@rustbot modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
bors added a commit that referenced this pull request
Rollup of 8 pull requests
Successful merges:
- #148756 (Warn on codegen attributes on required trait methods)
- #148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- #149271 (feat: dlopen Enzyme)
- #149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- #149950 (Simplify how inline asm handles
MaybeUninit) - #150000 (Port
#[rustc_legacy_const_generics]to use attribute parser ) - #150014 (Metadata loader cleanups)
- #150021 (document that mpmc channels deliver an item to (at most) one receiver)
r? @ghost
@rustbot modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
bors added a commit that referenced this pull request
Rollup of 14 pull requests
Successful merges:
- #148756 (Warn on codegen attributes on required trait methods)
- #148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- #149271 (feat: dlopen Enzyme)
- #149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- #149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- #149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- #149950 (Simplify how inline asm handles
MaybeUninit) - #150014 (Metadata loader cleanups)
- #150021 (document that mpmc channels deliver an item to (at most) one receiver)
- #150022 (Generate macro expansion for rust compiler crates docs)
- #150029 (Update books)
- #150031 (assert impossible branch is impossible)
- #150034 (do not add
I-prioritizewhenF-*labels are present) - #150036 (Use the embeddable filename for coverage artifacts)
r? @ghost
@rustbot modify labels: rollup
bors added a commit that referenced this pull request
Rollup of 13 pull requests
Successful merges:
- #148756 (Warn on codegen attributes on required trait methods)
- #148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- #149271 (feat: dlopen Enzyme)
- #149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- #149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- #149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- #149950 (Simplify how inline asm handles
MaybeUninit) - #150014 (Metadata loader cleanups)
- #150021 (document that mpmc channels deliver an item to (at most) one receiver)
- #150029 (Update books)
- #150031 (assert impossible branch is impossible)
- #150034 (do not add
I-prioritizewhenF-*labels are present) - #150036 (Use the embeddable filename for coverage artifacts)
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
Rollup merge of #149459 - Ayush1325:uefi-fs-setinfo, r=joboet
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
Labels
UEFI
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the library team, which will review and decide on the PR/issue.