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
2023-03-26
std: add the VM_MAKE_TAG macro for darwin.
David CARLIER
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
darwin: resurrect posix_spawn wrappers
Jakub Konka
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-01-28
netbsd: use versioned __msync13 from libc
Michael Dusan
2023-01-21
FreeBSD: add mcontext_t for aarch64
Stephen Gregoratto
2023-01-20
std: implement os.mprotect on Windows
mlugg
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-03
Merge pull request #13980 from ziglang/std.net
Andrew Kelley
2023-01-02
freebsd: add `std.c.arc4random_buf`
Michael Dusan
2023-01-02
dragonfly: add `std.c.arc4random_buf`
Michael Dusan
2023-01-02
netbsd: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
dragonfly: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
freebsd: getFdPath: < 13.1 fallback impl
Michael Dusan
2023-01-02
std.fs: add NAME_MAX for openbsd and netbsd
Michael Dusan
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-21
Fix missing pthread_key_t definition on linux
Ganesan Rajagopal
2022-12-14
std.c.fstatat64: add noalias attributes
Andrew Kelley
2022-12-14
darwin: add even more wrappers for Mach syscalls
Jakub Konka
2022-12-13
darwin: add thread_act_t wrapper and helpers
Jakub Konka
2022-12-13
darwin: wrap task_threads mach syscall
Jakub Konka
2022-12-12
darwin: add more defs and wrappers
Jakub Konka
2022-12-12
darwin: add defs and funcs for Mach exception handling
Jakub Konka
2022-12-11
darwin: wrap mach_port_insert_right kernel call
Jakub Konka
2022-12-11
darwin: wrap allocating and deallocating mach ports for a task
Jakub Konka
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-09
Merge pull request #13418 from ryanschneider/signal-alignment-13216
Veikka Tuominen
2022-11-05
std.os: take advantage of the freebsd's copy_file_range
Ali Chraghi
2022-11-04
std.os: fix alignment of Sigaction.handler_fn
Ryan Schneider
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
2022-10-13
std.c: fix incorrect return types
Ali Chraghi
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-23
add missing darwin types
Bill Nagel
2022-09-16
fix android definition of pthread_rwlock_t (#12830)
billzez
2022-09-14
Audit FreeBSD structs to match header files/ABI
Stephen Gregoratto
2022-08-26
openbsd: fix sigcontext struct and avoid defining fxsave64
Sébastien Marie
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-07-15
add FreeBSD support to std.os.getFdPath
Kim SHrier
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
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
[next]