Skip to content

std: sys: fs: uefi: Implement set_times and set_perm - #149459

Merged
bors merged 1 commit into
rust-lang:mainfrom
Ayush1325:uefi-fs-setinfo
Dec 16, 2025
Merged

std: sys: fs: uefi: Implement set_times and set_perm#149459
bors merged 1 commit into
rust-lang:mainfrom
Ayush1325:uefi-fs-setinfo

Conversation

@Ayush1325

Copy link
Copy Markdown
Contributor
  • Tested on QEMU OVMF.

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Nov 29, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

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

@Ayush1325

Copy link
Copy Markdown
ContributorAuthor

@rustbot label +O-UEFI

@rustbotrustbot added the O-UEFI UEFI label Nov 29, 2025
@bors

bors commented Dec 3, 2025

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #149560) made this pull request unmergeable. Please resolve the merge conflicts.

@rustbot

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

- Tested on QEMU OVMF.
Signed-off-by: Ayush Singh <ayush@beagleboard.org>
@rustbot

Copy link
Copy Markdown
Collaborator

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.

@Ayush1325

Copy link
Copy Markdown
ContributorAuthor

@joboet Can you please take a look at this?

@joboet

Copy link
Copy Markdown
Member

Sure!
@bors r+

@bors

bors commented Dec 15, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 9c14e3f has been approved by joboet

It is now in the queue for this repository.

@borsbors 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 Dec 15, 2025
@joboetjoboet assigned joboet and unassigned Mark-SimulacrumDec 15, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 15, 2025
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
bors added a commit that referenced this pull request Dec 15, 2025
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 Dec 15, 2025
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
bors added a commit that referenced this pull request Dec 15, 2025
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 Dec 16, 2025
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
@ZalatharZalathar mentioned this pull request Dec 16, 2025
bors added a commit that referenced this pull request Dec 16, 2025
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-prioritize` when `F-*` labels are present)
- #150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
@ZalatharZalathar mentioned this pull request Dec 16, 2025
bors added a commit that referenced this pull request Dec 16, 2025
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-prioritize` when `F-*` labels are present)
- #150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 2de952e into rust-lang:mainDec 16, 2025
11 checks passed
@rustbotrustbot added this to the 1.94.0 milestone Dec 16, 2025
rust-timer added a commit that referenced this pull request Dec 16, 2025
Rollup merge of #149459 - Ayush1325:uefi-fs-setinfo, r=joboet
std: sys: fs: uefi: Implement set_times and set_perm
- Tested on QEMU OVMF.
@Ayush1325
Ayush1325 deleted the uefi-fs-setinfo branch December 16, 2025 10:47
Kobzol pushed a commit to Kobzol/rustc_codegen_cranelift that referenced this pull request Dec 29, 2025
Rollup of 13 pull requests
Successful merges:
- rust-lang/rust#148756 (Warn on codegen attributes on required trait methods)
- rust-lang/rust#148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- rust-lang/rust#149271 (feat: dlopen Enzyme)
- rust-lang/rust#149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- rust-lang/rust#149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- rust-lang/rust#149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- rust-lang/rust#149950 (Simplify how inline asm handles `MaybeUninit`)
- rust-lang/rust#150014 (Metadata loader cleanups)
- rust-lang/rust#150021 (document that mpmc channels deliver an item to (at most) one receiver)
- rust-lang/rust#150029 (Update books)
- rust-lang/rust#150031 (assert impossible branch is impossible)
- rust-lang/rust#150034 (do not add `I-prioritize` when `F-*` labels are present)
- rust-lang/rust#150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
christian-schilling pushed a commit to christian-schilling/rustc_codegen_cranelift that referenced this pull request Jan 27, 2026
Rollup of 13 pull requests
Successful merges:
- rust-lang/rust#148756 (Warn on codegen attributes on required trait methods)
- rust-lang/rust#148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- rust-lang/rust#149271 (feat: dlopen Enzyme)
- rust-lang/rust#149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- rust-lang/rust#149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- rust-lang/rust#149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- rust-lang/rust#149950 (Simplify how inline asm handles `MaybeUninit`)
- rust-lang/rust#150014 (Metadata loader cleanups)
- rust-lang/rust#150021 (document that mpmc channels deliver an item to (at most) one receiver)
- rust-lang/rust#150029 (Update books)
- rust-lang/rust#150031 (assert impossible branch is impossible)
- rust-lang/rust#150034 (do not add `I-prioritize` when `F-*` labels are present)
- rust-lang/rust#150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
christian-schilling pushed a commit to christian-schilling/rustc_codegen_cranelift that referenced this pull request Jan 27, 2026
Rollup of 13 pull requests
Successful merges:
- rust-lang/rust#148756 (Warn on codegen attributes on required trait methods)
- rust-lang/rust#148790 (Add new Tier-3 target: riscv64im-unknown-none-elf)
- rust-lang/rust#149271 (feat: dlopen Enzyme)
- rust-lang/rust#149459 (std: sys: fs: uefi: Implement set_times and set_perm)
- rust-lang/rust#149771 (bootstrap readme: make easy to read when editor wrapping is not enabled)
- rust-lang/rust#149856 (Provide an extended framework for type visit, for use in rust-analyzer)
- rust-lang/rust#149950 (Simplify how inline asm handles `MaybeUninit`)
- rust-lang/rust#150014 (Metadata loader cleanups)
- rust-lang/rust#150021 (document that mpmc channels deliver an item to (at most) one receiver)
- rust-lang/rust#150029 (Update books)
- rust-lang/rust#150031 (assert impossible branch is impossible)
- rust-lang/rust#150034 (do not add `I-prioritize` when `F-*` labels are present)
- rust-lang/rust#150036 (Use the embeddable filename for coverage artifacts)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-UEFIUEFIS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Ayush1325@rustbot@bors@rust-log-analyzer@joboet@Mark-Simulacrum