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
/
os
Age
Commit message (
Expand
)
Author
2022-05-11
fix ntdll extern casing
Jonathan Marler
2022-05-11
add unicode support
Jonathan Marler
2022-05-11
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak
2022-05-11
Merge pull request #10595 from squeek502/getenvW-case
Andrew Kelley
2022-05-10
io_uring cancel test must tolerate CQ reordering
Brian Gold
2022-05-05
std.os.linux.arm-eabi: upgrade to new fn ptr semantics
Andrew Kelley
2022-05-02
std.os.windows: upgrade to new function pointer semantics
Andrew Kelley
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Seccomp fixups re: #10717
Stephen Gregoratto
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-04-23
add GetProcessTimes binding to the kernel32.zig (#11488)
Morritz
2022-04-19
std.os.uefi: Add `BlockIoProtocol`
Yusuf Bham
2022-04-17
std.os.uefi: fix GUID formatting (#11452)
Yusuf Bham
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-15
update self hosted sources to language changes
Veikka Tuominen
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-23
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-22
Fix ucontext_t
Locria Cyber
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-19
Merge pull request #11228 from Vexu/panic
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
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
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-11
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-09
Add bits for the Linux Secure Computing facility
Stephen Gregoratto
2022-03-06
std: disable flaky os.fcntl test
Andrew Kelley
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-03-03
os/linux/io_uring: add recvmsg and sendmsg (#10212)
Hiroaki Nakamura
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-24
std: work around current packed struct situation
Isaac Freund
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-23
std.os.linux.socketpair: fd is an out parameter
Felix Queißner
2022-02-19
os.getenvW: Fix case-insensitivity for Unicode env var names
Ryan Liptak
2022-02-18
Merge pull request #10604 from fifty-six/master
Andrew Kelley
2022-02-15
Merge pull request #10003 from viriuwu/nt-thread-name
Veikka Tuominen
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-15
std.Thread(windows): use NT internals for name fns
viri
2022-02-14
Merge pull request #10486 from ominitay/metadata
Veikka Tuominen
2022-02-13
Merge pull request #10863 from m-radomski/fix
Andrew Kelley
2022-02-13
std.c.Wasi.Stat: use timespec
ominitay
2022-02-13
Fix preadv/pwritev bug on 64bit platform
Tw
2022-02-11
validate in Windows using VirtualQuery
m
[prev]
[next]