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-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
2021-11-18
Fixes invalid errno definition for ***-linux-android
Felix "xq" Queißner
2021-11-15
haiku constants cleanup and update
Al Hoang
2021-11-15
update mmap flags, use defines
Al Hoang
2021-11-15
ensure zig fmt
Al Hoang
2021-11-15
updates for haiku stdc
Al Hoang
2021-11-01
std: expose rusage constants under rusage namespace
Andrew Kelley
2021-10-30
std: add missing termios def to std/c/linux.zig
pfg
2021-10-09
dragonfly: port std.Thread.setname/getname
Michael Dusan
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
[next]