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
Age
Commit message (
Expand
)
Author
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
std.os.linux: fix restore for powerpc/powerpc64
Alex Rønne Petersen
2025-10-29
std.os.linux.IoUring: disable failing test
Andrew Kelley
2025-10-29
std.os.linux.s390x: fix restore function
Andrew Kelley
2025-10-29
std.os.linux.x86: fix signal restore function
Andrew Kelley
2025-10-29
std: fix definition of ws2_32.GetAddrInfoExW
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
std.Io.Threaded: fix openSelfExe for Windows
Andrew Kelley
2025-10-29
std.os.linux.IoUring: use linux msghdr
Andrew Kelley
2025-10-29
std.Io.Threaded: delete Windows implementation of if_nametoindex
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netLookup for Windows
Andrew Kelley
2025-10-29
std.os.windows.ws2_32: remove 'A' variants
Andrew Kelley
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std: move some windows path checking logic
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std: fix msghdr and cmsghdr when using musl libc
Andrew Kelley
2025-10-29
std.Io: implement netSend
Andrew Kelley
2025-10-29
std.os.linux: remove unnecessary warnings from sendmmsg
Andrew Kelley
2025-10-29
std.os.linux: remove sendmmsg workaround
Andrew Kelley
2025-10-27
fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.
GasInfinity
2025-10-23
std.os.linux.tls: add hppa support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add sh support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add microblaze support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add alpha support
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-19
std.os.linux: add pivot_root syscall
Wim de With
2025-10-19
std.os.linux: add setns syscall
Wim de With
2025-10-18
std.os.linux: add or1k arch bits
Alex Rønne Petersen
2025-10-18
std.os.linux.tls: implement or1k support
Alex Rønne Petersen
2025-10-18
Merge pull request #25622 from alexrp/inline-asm-fixes
Alex Rønne Petersen
2025-10-18
Merge pull request #25614 from squeek502/windows-rename-delete
Alex Rønne Petersen
2025-10-18
std.os.linux: remove syscall7() on mips64/mipsn32
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in x32 inline asm
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in mipsn32 inline asm
Alex Rønne Petersen
2025-10-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-10-18
os.linux.timeval: use same field names as std.c
Brandon Black
2025-10-17
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen
2025-10-17
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak
2025-10-17
windows: make FILE_DISPOSITION_ constants pub
Ryan Liptak
[next]