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
/
posix
Age
Commit message (
Expand
)
Author
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-10-04
std.posix: Skip Stat struct comparison in fstatat test for s390x-linux.
Alex Rønne Petersen
2024-09-06
std.posix: Skip a couple of tests that use fstat()/fstatat() on riscv32.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-19
std.c reorganization
Andrew Kelley
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley