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-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
2024-03-15
dragonfly: debitrot std.c
Michael Dusan
2024-03-14
bsd: add missing os.IFNAMESIZE
Michael Dusan
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-08
std.c.openbsd: remove nop `usingnamespace`
mlugg
2024-02-15
std.os.termios: add/fix std.c.TCSA for BSDs
Michael Dusan
2024-02-14
bsd: debitrot type-safe std.c.O
Michael Dusan
2024-02-14
std.os: export T struct and winsize struct
Tim Culverhouse
2024-02-12
std.os.speed_t: add type safety
Andrew Kelley
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
[next]