about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/time.rs
AgeCommit message (Expand)AuthorLines
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-20/+7
2025-08-19Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-08-16std: fix more typosbinarycat-2/+2
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-6/+3
2025-08-12Constify SystemTime methodsltdk-7/+20
2025-08-11std: sys: pal: uefi: tests: Add systemtime testsAyush Singh-18/+48
2025-08-11std: sys: pal: uefi: Overhaul TimeAyush Singh-18/+107
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-02-21Replace some instances of `pub` with `pub(crate)`Trevor Gross-1/+1
2024-08-01std: Remove has_cpuidJubilee Young-8/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-02-13Implement Instant for UEFIAyush Singh-0/+116
2024-02-09Implement SystemTime for UEFIAyush Singh-0/+105