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
/
std
/
event
/
rwlock.zig
Age
Commit message (
Expand
)
Author
2019-09-25
mv std/ lib/
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-08-11
all tests passing
Andrew Kelley
2019-06-23
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-23
fix some legacy coroutine stuff
Andrew Kelley
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-05-26
starting to fix the regressions
Andrew Kelley
2019-03-07
disable some tests until coroutine rewrite is finished
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-11
Improve time.sleep api
Marc Tiehuis
2018-09-01
these all use futex() (inaccurate comments)
Shawn Landden
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-08-02
fixups from the merge
Andrew Kelley
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-08-01
add std.event.RwLock and a few more std changes
Andrew Kelley