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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2021-07-10
Add waitid syscall on linux (#9335)
Malcolm Still
2021-07-08
Merge pull request #9105 from g-w1/plan9
Andrew Kelley
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
Switch rand.DefaultPrng to Xoshiro256++ (#9301)
Frank Denis
2021-07-08
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W
2021-07-08
plan9 linker: remove panics and improve 64 bit support
Jacob G-W
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-07-08
Merge pull request #9325 from ziglang/stage2-inferred-error-sets
Andrew Kelley
2021-07-07
Revert "Skip over CRs at the end of multiline literals"
Andrew Kelley
2021-07-07
Skip over CRs at the end of multiline literals
Daniele Cocca
2021-07-07
std.builtin.panic: simpler default panic for stage2
Andrew Kelley
2021-07-07
std.HashMap: add ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley
2021-07-07
Fixed builtin.Target -> std.Target
Carlos Zúñiga
2021-07-04
Merge pull request #9175 from kprotty/thread
Andrew Kelley
2021-07-04
implement xoshiro256++ (#9298)
leesongun
2021-07-03
zig fmt
kprotty
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
AstGen: detect redeclaration of function parameters
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
stage2: tokenizer: require null terminated source
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-07-01
std.Thread: move linux detach code to inline asm
kprotty
2021-07-01
std: Catch and handle overflow in json parser
LemonBoy
2021-06-30
zig fmt
kprotty
2021-06-30
std.Thread: non-zero child_tid to avoid racy join()
kprotty
2021-06-30
std.Thread: add CLONE_CHILD_SETTID to fix join()
kprotty
2021-06-30
std.Thread: fix tls 9386 linux typo
kprotty
2021-06-30
std.Thread: more cleanup & testing
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread: fix posix
kprotty
2021-06-30
std.Thread: fix futex test + thread errors
kprotty
2021-06-30
std.Thread: fix futex thread spawning
kprotty
2021-06-30
std.Thread: more typo fixes
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread: typo fixes 2
kprotty
2021-06-30
std.Thread: uh more typo fixes
kprotty
2021-06-30
std.Thread: more compile error fixes
kprotty
2021-06-30
std.Thread: even more typo fixes
kprotty
2021-06-30
std.Thread: fix some typos
kprotty
2021-06-30
std.Thread: add tests + getCurrentId() returns ints when possible
kprotty
2021-06-30
std.Thread: another typo fix
kprotty
2021-06-30
std.Thread.getCpuCount(): fix usages
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-30
std.Thread: rewrite + extensions
kprotty
[next]