aboutsummaryrefslogtreecommitdiff
path: root/std/event/loop.zig
AgeCommit message (Expand)Author
2019-03-31fixed broken casts in stdemekoi
2019-03-07disable some tests until coroutine rewrite is finishedAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-20Support more of std on FreeBSDGreg V
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12windows: std.fs functions support concurrent opsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-08std.event.fs.preadv windows implementationAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-07fix linux regressionsAndrew Kelley
2018-08-07std.event.fs.Watch distinguishes between Delete and CloseWrite on darwinAndrew Kelley
2018-08-07implement std.event.fs.Watch for macosAndrew Kelley
2018-08-07std.event.fs support for macosAndrew Kelley
2018-08-02Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-08-02std/event/loop.zig: remove promise_symbol from suspend and use @handle();kristopher tate
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-28make some functions in std.event.Loop publicAndrew Kelley
2018-07-18self-hosted: linking against libcAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-07-17std.event.Loop.onNextTick dispatches work to waiting threadsAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-10allow var args calls to async functionsAndrew Kelley
2018-07-09enable basic event loop testAndrew Kelley
2018-07-09organize std.event into directoriesAndrew Kelley