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
/
lib
/
std
/
event
Age
Commit message (
Expand
)
Author
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-07
fix oneshot flag erroneusly set as filter_flag
Loris Cro
2020-05-07
fix crash in single-threaded builds
Loris Cro
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-06
Standard library: Fix a regression in loop.waitUntilFdWritableOrReadable
Timon Kruiper
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
update comments for nosuspend
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
Get evented io code paths to build on macOS (#5233)
Chris Heyes
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-04-29
Fix std.event.Loop.readv
Tadeo Kondrak
2020-04-12
disable flaky event loop test
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
add note to disabled tests, improve comptime cmpxchg
Vexu
2020-03-10
fix stack trace code not opening files in forced blocking mode
Andrew Kelley
2020-03-10
use atomic bools in std lib
Vexu
2020-03-07
add std.event.Loop pread and faccessat
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-21
remove the allocator from std.event.Loop
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-08
std: fix bitrotted evented code
Andrew Kelley
2020-02-08
std lib typo fixups
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
2020-01-08
Pointer alignment fixes for the stdlib
LemonBoy
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-01
fixes for self-hosted compiler
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-27
implement correct buffer wrapping logic in std.event.Channel
Quetzal Bradley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-27
add more workarounds
Vexu
2019-11-26
solve recursion in self hosted
Vexu
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
Merge pull request #3761 from Vexu/event.fs
Andrew Kelley
2019-11-25
update event.fs.watch
Vexu
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
uncomment event.fs.watch
Vexu
2019-11-24
update event.fs to use global event loop
Vexu
2019-11-23
Merge branch 'master' into modernize-stage2
Vexu
2019-11-23
re-enable stage2 tests
Vexu
2019-11-23
fix small regressions in std.event
Vexu
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
[next]