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-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
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-06
std: update event loop for recent usingnamespace changes
Jacob G-W
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
re-apply a commit dropped in this branch due to conflicts
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: fix FILENO constants mapped to wrong values
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Fix darwin ulock usage on macOS (#9545)
Thom Chiovoloni
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-07-29
std/c: add pthread_setname_np and pthread_getname_np
Vincent Rischmann
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-15
Add inotify_rm_watch definition to c/linux.zig
Ryan Liptak
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
translate-c: move utility functions to a separate namespace
Veikka Tuominen
2021-06-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-05-24
housekeeping: builtin.arch → builtin.cpu.arch
Michael Dusan
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-18
std: add android __SIZEOF_PTHREAD_MUTEX_T
Andrew Kelley
[prev]
[next]