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
2022-07-04
std: update bsd bits to new fn ptr semantics
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-05-26
std.c: Fix incorrect dirent structure (#11602)
Yuto Oguchi
2022-05-26
Merge pull request #11598 from aiotter/master
Andrew Kelley
2022-05-17
std.c: Implement dirent on std/c/linux.zig
aiotter
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-07
std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zig
aiotter
2022-05-06
std.c: Add C APIs to read directories
aiotter
2022-04-19
std.Thread.Futex improvements (#11464)
protty
2022-04-15
stage2: fix bugs preventing stage2 from building stage3 with LLVM
Veikka Tuominen
2022-03-20
stage2: disable default panic handler when linking -lc
Andrew Kelley
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-17
macos: update Mach routines for accessing page info
Jakub Konka
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-13
c/linux: Fix `stat` struct definition for SPARCv9
Koakuma
2022-03-13
std: more c/darwin.zig fixes
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-13
macos: add kernel return values
Jakub Konka
2022-03-13
macos: add more mach primitives
Jakub Konka
2022-03-10
macos: add mach_* syscalls for process mgmt
Jakub Konka
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-26
add constant for haiku
Al Hoang
2022-02-24
time: introduce Instant (#10972)
protty
2022-02-20
fix formatting in openbsd.zig
Veikka Tuominen
2022-02-20
Add OpenBSD auth functions
Dante Catalfamo
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-14
Merge pull request #10486 from ominitay/metadata
Veikka Tuominen
2022-02-13
std.c.*: add birthtime function to Stat
ominitay
2022-02-13
std.c.Wasi.Stat: use timespec
ominitay
2022-02-13
std.c.haiku: move Stat.crtime to Stat.birthtime
ominitay
2022-02-13
std.c.darwin.Stat: use timespec
ominitay
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
2022-02-07
std: fix i386-openbsd failing to build from source
Andrew Kelley
2022-01-31
os,wasi: use wasi-libc if available
Žiga Željko
2022-01-23
std: Add some missing termios types to c/linux.zig and os.zig
joachimschmidt557
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2022-01-17
Fix os.rusage when linking with c library on Linux
johnLate
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
2021-12-22
Add BSD Authentication constants (#10376)
Dante Catalfamo
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-04
Added an explicit type for the termios constants (#10266)
Zapolsky Anton
2021-12-03
Merge pull request #9910 from mikdusan/dragonfly
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
Merge pull request #10073 from hoanga/haiku-support-build2
Andrew Kelley
2021-11-21
Change darwin c.VMIN -> c.V.MIN to match Linux
Dante Catalfamo
2021-11-20
Add OpenBSD termios constants to std.c.openbsd (#10178)
Dante Catalfamo
2021-11-19
haiku follow up cleanup of constants
Al Hoang
[next]