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
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
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-03
correctly detect apple a15 and a16 chips
xdBronch
2023-09-30
solaris: fix path component max
Ryan Zezeski
2023-09-30
solaris: add missing registers
Ryan Zezeski
2023-09-22
Added basic support for wasm32-emscripten target
Aven Bross
2023-09-08
std.c.linux: Add getpw{nam,uid}()
Linus Groh
2023-08-15
dragonfly: std.c: more decls
Michael Dusan
2023-08-15
netbsd: std.c: fix pthread_rwlock_t
Michael Dusan
2023-08-15
netbsd: std.c.REG: populate indexes for x86_64
Michael Dusan
2023-07-31
std.c.openbsd: remove "msg_" prefixes from structs
Andrew Kelley
2023-07-31
std.c.openbsd: add PTHREAD_STACK_MIN
Andrew Kelley
2023-07-31
std.c.openbsd: add ucontext_t for aarch64
Andrew Kelley
2023-07-31
Revert "std: add FreeBSD's procctl api."
Andrew Kelley
2023-07-31
Revert "std: add kinfo_vmentry for FreeBSD"
Andrew Kelley
2023-07-31
Revert "std add getrandom to solato solaris based systems"
Andrew Kelley
2023-07-31
Revert "std: add shm_create_largepage for FreeBSD, completing MFD* constants."
Andrew Kelley
2023-07-31
Revert "std: freebsd update proposal"
Andrew Kelley
2023-07-31
Revert "std: adding freebsd's elf_aux_info api"
Andrew Kelley
2023-07-31
Revert "os: expand sched_getaffinity wrapper and update freebsd's cpuset api ...
Andrew Kelley
2023-07-31
Revert "std: adding netbsd's pthread to cpu affinity api"
Andrew Kelley
[next]