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-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-17
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley
2025-09-17
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley
2025-09-15
bpf: use bitCast instead of intCast in ld_imm_impl
George Huebner
2025-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
2025-09-12
linux: Doc and check retval for no-fail pid calls
Brandon Black
2025-09-12
std.os.linux.setsid(): return raw syscall0 result
Brandon Black
2025-09-12
std.os.linux.socketpair(): switch to unsigned args
Brandon Black
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-09-09
std: add linger struct for SO.LINGER
Brandon Black
2025-09-09
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black
2025-09-09
std: Add SCM constants for socket control messages
Brandon Black
2025-09-03
Fix cmsghdr struct for the *nixes
Brandon Black
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.os.uefi: fix type error at MemoryType.format()
tokyo4j
2025-08-28
std.os.linux: powerpc syscalls clobber ctr and xer
Alex Rønne Petersen
2025-08-25
os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.
Qun He
2025-08-21
std.os.uefi: Fix typo that causes compile time error #22809"
Lwazi Dube
2025-08-18
Expanded std.os.linux perf-related definitions (#24264)
Giuseppe Cesarano
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-14
Linux: Use time64 syscalls when available
Stephen Gregoratto
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-08
std.os.windows: map RtlGenRandom() failure to error.SystemResources
Alex Rønne Petersen
2025-08-07
Merge pull request #24709 from rootbeer/24380-fstatat-race-fix
Alex Rønne Petersen
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-06
linux/mips.zig: Use `i32` for stat nsec fields
Pat Tullmann
2025-08-06
#24471: add mlock syscalls to std.os.linux
kj4tmp@gmail.com
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-18
std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)
AsmArtisan256
2025-07-16
canonicalize loongarch clobbers
Andrew Kelley
2025-07-16
fix mips inline asm
Andrew Kelley
2025-07-16
remove condition codes
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-15
std.os.windows: restore sendmsg, sendto, recvfrom
Andrew Kelley
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-08
std.os.freebsd.copy_file_range: add missing error.Unexpected
Andrew Kelley
2025-07-08
update format strings in os/windows/test.zig
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-07-01
std.os.linux: Define ucontext_t and mcontext_t for RISC-V
Alex Rønne Petersen
2025-06-22
Update 32-bit PowerPC syscall functions
taylor.fish
2025-06-21
Fix illegal behavior from syscalls on powerpc64le
taylor.fish
2025-06-18
linux: futex v2 API updates
Pat Tullmann
[next]