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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2019-03-31
fixed broken casts in std
emekoi
2019-03-09
disable flaky event test until post coroutine rewrite
Andrew Kelley
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-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-15
Fixed failure using readStruct and gave async readStruct the same sig
Jimmi HC
2018-11-15
disable windows test until coroutines rewrite lands
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
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-11
Improve time.sleep api
Marc Tiehuis
2018-10-03
std.Mutex: implement blocking mutexes on linux
Andrew Kelley
2018-10-01
std lib (breaking): posixRead can return less than buffer size
Andrew Kelley
2018-10-01
std lib: flesh out the async I/O streaming API a bit
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-30
rename std.event.tcp to std.event.net
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
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-09-02
Merge pull request #1460 from ziglang/Sahnvour-windows-coff-issue721
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-09-01
these all use futex() (inaccurate comments)
Shawn Landden
2018-08-27
zig fmt
Andrew Kelley
2018-08-24
fix regression from 2f7f7d815d0c9c4e620c7a529837b5
Andrew Kelley
2018-08-23
missing PATH_MAX change
Shawn Landden
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-09
windows fs watching: fix not initializing table value
Andrew Kelley
2018-08-09
windows: only create io completion port once
Andrew Kelley
2018-08-09
initial windows implementation of std.event.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-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
[next]