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
Age
Commit message (
Expand
)
Author
2020-12-30
std: Add more standard type definitions for FreeBSD
LemonBoy
2020-12-29
std: fix Reader.readUntilDelimiterOrEofAlloc() API
Isaac Freund
2020-12-29
std.ChildProcess: fix max_output_bytes handling
Andrew Kelley
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-29
std: Use WINAPI instead of .Stdcall
LemonBoy
2020-12-29
std: Fix compilation on FreeBSD/Darwin
LemonBoy
2020-12-29
std: Uniform polling logic for Windows and Unix
LemonBoy
2020-12-29
std: Fix poll definitions for FreeBSD/Darwin
LemonBoy
2020-12-29
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2020-12-28
std/crypto: increment the correct words for vectorized salsa20
Frank Denis
2020-12-28
std.process: update arg iterator tests
Andrew Kelley
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-28
std/heap: fix documentation of raw_c_allocator
Isaac Freund
2020-12-28
Merge pull request #7483 from indocomsoft/autohashmap
Veikka Tuominen
2020-12-28
Merge pull request #7563 from ifreund/alloc-sent-cleanup
Veikka Tuominen
2020-12-28
Update event loop sendto error to SendToError
frmdstryr
2020-12-27
std: clean up sentinel handling for argv/environ
Isaac Freund
2020-12-27
std: add test for createNullDelimitedEnvMap()
Isaac Freund
2020-12-26
std.event.Loop: fix regression with ResetEvent
Andrew Kelley
2020-12-26
Merge pull request #7449 from kristoff-it/macos-termios
Andrew Kelley
2020-12-26
std: add c._exit() and use in ChildProcess
Isaac Freund
2020-12-26
Merge pull request #7553 from ziglang/fix-the-damn-deadlock
Andrew Kelley
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-26
Handle unions in autoHash
Julius Putra Tanu Setiaji
2020-12-26
builder: implement sanitize_thread option
lithdew
2020-12-26
Also check whether structs contain slices
Julius Putra Tanu Setiaji
2020-12-26
Make hasUniqueRepresentation false for slices
Julius Putra Tanu Setiaji
2020-12-25
openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)
Sébastien Marie
2020-12-25
openbsd: define sem_t as optional pointer on opaque {}
Sébastien Marie
2020-12-24
Merge pull request #7520 from ziglang/tsan
Andrew Kelley
2020-12-24
libunwind: fix compile errors and warnings for 32-bit arm
Andrew Kelley
2020-12-24
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen
2020-12-24
libunwind: add __gcc_personality_v0 symbol
Andrew Kelley
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-24
Merge pull request #7519 from ziglang/more-pthreads-integration
Andrew Kelley
2020-12-24
Revert "std.valgrind: add helgrind functions"
Andrew Kelley
2020-12-23
std: fix compile errors introduced in previous commit
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-24
Return encoded slice from base64 encode
frmdstryr
2020-12-24
Merge pull request #7447 from LemonBoy/fix-7445
Veikka Tuominen
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
std.Progress: work around time going backwards
Andrew Kelley
2020-12-23
restore std.ResetEvent.isSet functionality
Andrew Kelley
2020-12-23
std: add Darwin and FreeBSD sem_t bits
Andrew Kelley
2020-12-23
minor code readability changes
Andrew Kelley
2020-12-23
std.valgrind: add helgrind functions
Andrew Kelley
2020-12-23
std.ResetEvent: pthreads sem_t cannot be statically initialized
Andrew Kelley
2020-12-23
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley
2020-12-23
std.Mutex: integrate with pthreads
Andrew Kelley
[next]