aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi.zig
AgeCommit message (Expand)Author
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-04-17std.os.uefi: fix GUID formatting (#11452)Yusuf Bham
2022-01-16std/os/uefi: Simplify packed struct padding and default zero-initializefifty-six
2022-01-14std/os/uefi: Complete DevicePathProtocol typesfifty-six
2022-01-11std.fs.path: revert recent public API changeAndrew Kelley
2022-01-11std/os/uefi: Add pool_allocator and raw_pool_allocatorfifty-six
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-02-21std.os.uefi.Guid fixes (#8032)Asherah Connor
2020-12-31Year++Frank Denis
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-03-13Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...Andrew Kelley
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12std/os/uefi: Add shell parameters protocolNick Erdmann
2020-03-12std/os/uefi: require guid output function be comptimeNick Erdmann
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-02-01Run `zig fmt`LemonBoy
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-16std/os/uefi: add documentationNick Erdmann
2019-10-16std/os/uefi: add Guid format()Nick Erdmann
2019-09-25mv std/ lib/Andrew Kelley