summary refs log tree commit diff
path: root/library/std/src/sys/uefi/mod.rs
AgeCommit message (Expand)AuthorLines
2023-10-15Implement args for UEFIAyush Singh-1/+0
2023-10-02Stdio for UEFIAyush Singh-1/+0
2023-09-22Rebase to masterAyush Singh-10/+26
2023-09-22Use RawOsError for UEFIAyush Singh-6/+43
2023-09-22Fixes from PRAyush Singh-3/+3
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-0/+1
2023-09-22Handle ExitBootServicesAyush Singh-3/+36
2023-09-22Fixes from PRAyush Singh-11/+13
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-0/+155