about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/time.rs
AgeCommit message (Expand)AuthorLines
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