aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event
AgeCommit message (Expand)Author
2020-01-08Pointer alignment fixes for the stdlibLemonBoy
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-01fixes for self-hosted compilerAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-27implement correct buffer wrapping logic in std.event.ChannelQuetzal Bradley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-27add more workaroundsVexu
2019-11-26solve recursion in self hostedVexu
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-25Merge pull request #3761 from Vexu/event.fsAndrew Kelley
2019-11-25update event.fs.watchVexu
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24uncomment event.fs.watchVexu
2019-11-24update event.fs to use global event loopVexu
2019-11-23Merge branch 'master' into modernize-stage2Vexu
2019-11-23re-enable stage2 testsVexu
2019-11-23fix small regressions in std.eventVexu
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-12use enum with atomics in std libVexu
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-07allow Group to optionally manage function frames' memoryVexu
2019-11-06use global event loop in std.event typesVexu
2019-10-31DragonFlyBSD tidyupTse
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-30add comments to disabled tests linking to the tracking issueAndrew 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-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-09-25mv std/ lib/Andrew Kelley