index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
uefi
/
tables.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.os.uefi: fix type error at MemoryType.format()
tokyo4j
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-02-09
std.os.uefi: Drop 'Efi' prefix from type names
Linus Groh
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-09
std.os.uefi: Adjust casing to match style guide in a few places
Linus Groh
2024-02-05
Make EfiPhysicalAddress in std/os/uefi/tables.zig public
Samuel Fiedler
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2022-10-30
change uefi packed structs to new integer backed syntax (#13173)
Nameless
2022-01-13
std/os/uefi: Use `usingnamespace` to re-export symbols
fifty-six
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-03-12
std/os/uefi: boot services and runtime services improvements
Nick Erdmann
2019-11-07
std/os/uefi: protocol handling improvements
Nick Erdmann
2019-09-27
std/os/uefi: add exitBootServices and allocatePool
Nick Erdmann
2019-09-25
mv std/ lib/
Andrew Kelley