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-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
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
use @atomicStore in std lib
Vexu
2019-11-12
use enum with atomics in std lib
Vexu
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-07
allow Group to optionally manage function frames' memory
Vexu
2019-11-06
use global event loop in std.event types
Vexu
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-31
startup code sets up event loop if I/O mode is declared evented
Andrew Kelley
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-09-25
mv std/ lib/
Andrew Kelley