about summary refs log tree commit diff
path: root/library/std/src/sys/uefi/helpers.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-148/+0
2023-10-15Implement args for UEFIAyush Singh-0/+7
2023-09-22Rebase to masterAyush Singh-7/+7
2023-09-22Use RawOsError for UEFIAyush Singh-172/+4
2023-09-22Fixes from PRAyush Singh-1/+3
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-4/+7
2023-09-22Handle ExitBootServicesAyush Singh-13/+37
2023-09-22Fixes from PRAyush Singh-0/+280