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
/
protocol
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-21
std.os.uefi: Fix typo that causes compile time error #22809"
Lwazi Dube
2025-07-18
std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)
AsmArtisan256
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-04
fix review
Carmen
2025-04-04
OpenMode is exhaustive
Carmen
2025-04-04
dont return tuple, split into 2 functions
Carmen
2025-04-04
Payload -> @FieldType and use mem.sliceTo
Carmen
2025-04-04
std.os.uefi.protocol.File: fix some typed definitions
Carmen
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
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
2025-02-07
fix: getEndPos return end position
Kouosi Takayama
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-28
feat(std.os.uefi.protocol): add Serial IO
Matthew Ettler
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-09
replace deprecated std.math.absCast
Bogdan Romanyuk
2023-08-25
fix compile errors introduced by #16953 (#16955)
xdBronch
2023-08-24
std.os.uefi: reorganize namespaces
Andrew Kelley