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
/
loop.zig
Age
Commit message (
Expand
)
Author
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-17
Add NetBSD support
Maya Rashish
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-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-20
Support more of std on FreeBSD
Greg V
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-03
std.Mutex: implement blocking mutexes on linux
Andrew Kelley
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-12
windows: std.fs functions support concurrent ops
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-08
std.event.fs.preadv windows implementation
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-08-07
fix linux regressions
Andrew Kelley
2018-08-07
std.event.fs.Watch distinguishes between Delete and CloseWrite on darwin
Andrew Kelley
2018-08-07
implement std.event.fs.Watch for macos
Andrew Kelley
2018-08-07
std.event.fs support for macos
Andrew Kelley
2018-08-02
Merge remote-tracking branch 'origin/master' into async-fs
Andrew Kelley
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-08-02
std/event/loop.zig: remove promise_symbol from suspend and use @handle();
kristopher tate
2018-07-30
std: file system watching for linux
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-28
make some functions in std.event.Loop public
Andrew Kelley
2018-07-18
self-hosted: linking against libc
Andrew Kelley
2018-07-18
fix build on windows
Andrew Kelley
2018-07-17
std.event.Loop.onNextTick dispatches work to waiting threads
Andrew Kelley
2018-07-14
self-hosted: adding a fn to an llvm module
Andrew Kelley
2018-07-13
self-hosted: basic IR pass2
Andrew Kelley
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-10
allow var args calls to async functions
Andrew Kelley
2018-07-09
enable basic event loop test
Andrew Kelley
2018-07-09
organize std.event into directories
Andrew Kelley