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
/
c
Age
Commit message (
Expand
)
Author
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-04
make freebsd copy_file_range return type signed
rpkak
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-20
std.c: adjust shm_open to be variadic on darwin
John Benediktsson
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-13
std.posix.ptrace: support more platforms more correctly
Justus Klausecker
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
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-21
make some compile errors aliases instead
Justus Klausecker
2025-08-20
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker
2025-08-10
std.c: Remove serenity's internet_checksum() function
Linus Groh
2025-08-01
enable pwd.h functions for other OSes
Chinmay Dalal
2025-06-24
c.darwin: define MSG for macos (#24224)
Dacheng
2025-06-05
haiku: restore functions mistakenly removed in e8c4e79
Elaine Gibson
2025-04-30
c.zig: glibc/musl export 1024-bit sigset_t
Pat Tullmann
2025-04-03
std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.
Alex Rønne Petersen
2025-03-11
std.c: Add definitions for SerenityOS
Linus Groh
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-06
runtime page size detection
Archbirdplus
2025-01-26
Revert d714cf33405486d9aa707e9aee8f103a011d06e9 (#21273)
Alex Rønne Petersen
2025-01-26
std.c.darwin: Fix EXC.MASK compile error (#21273)
injuly
2025-01-23
adding std.c.TCP.NODELAY for macos (#22404)
John Benediktsson
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-16
add m4 {pro,max} detection
David Rubin
2024-12-16
std.c.darwin.posix_spawn: fix signature
mlugg
2024-11-19
std.c.darwin: make os_log_t a pointer to opaque
Daniel Berg
2024-11-13
Fix std.c.EXC.MASK struct to match definition in mach/exception_types.h (#21964)
Daniel Hooper
2024-10-03
fix typo in segset_t
Saurabh Mishra
2024-09-24
fix THREAD_STATE_NONE on darwin
matt
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
std: add native cpu detection for apple m3 (#21116)
Meghan Denny
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-03
[std.c] Add eventfd and dup3 functions to FreeBSD
cryptocode
2024-06-18
std.posix: remove unchecked std.os.linux usage
Isaac Freund
2024-06-17
std: fix pthread_{get,set}name_np return type ABI
Isaac Freund
2024-06-17
std: make all dirent structs extern
Isaac Freund
2024-04-18
std.fs.Dir.openFile: use wasi libc API when -lc
Andrew Kelley
2024-04-08
haiku: fix directory iteration
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-27
haiku: fix poll definitions
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-15
bsd: debitrot std.c
Michael Dusan
[next]