aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event/loop.zig
AgeCommit message (Expand)Author
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13use @atomicStore in std libVexu
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-10-31startup code sets up event loop if I/O mode is declared eventedAndrew Kelley
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley