aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-04-01std.start: allow return uefi error union in main (#23425)Carmen
2025-04-01std.os.uefi.protocol: ziggify function signatures (#23214)Carmen
2025-03-08std.time.epoch: change getDaysInMonth to accept the year as an argumentJeremy Hertel
2025-03-02std.os.uefi: Fix two padding mistakes in the Time structLinus Groh
2025-03-02std.os.uefi: Fix integer overflow in Time.toEpoch()Linus Groh
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2024-10-25std.os.uefi: Fix calling convention build errorLinus Groh
2023-12-20os.uefi: add ns to epochTristan Ross
2023-12-19os.uefi: add time to epoch conversionTristan Ross
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-08-24std.os.uefi: reorganize namespacesAndrew Kelley
2023-07-08std.os.uefi: use std.os.uefi.cc instead of .C as calling conventionr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
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