about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/os.rs
AgeCommit message (Expand)AuthorLines
2024-11-26std: update internal uses of `io::const_error!`joboet-6/+6
2024-10-18std: uefi: Use common function for UEFI shellAyush Singh-36/+2
2024-10-18std: uefi: Add basic Env variablesAyush Singh-14/+110
2024-10-14uefi: Implement getcwd and chdirAyush Singh-4/+59
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-2/+2
2024-03-17Expand sys/os for UEFIAyush Singh-2/+6
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+237