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
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-08
openbsd: readapt event loop after usingnamespace changes
Sébastien Marie
2021-09-07
openbsd: event loop: use EVFILT_TIMER instead of EVFILT_USER
Sébastien Marie
2021-09-06
std: update event loop for recent usingnamespace changes
Jacob G-W
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-30
std.Thread: even more typo fixes
kprotty
2021-06-30
std.Thread.getCpuCount(): fix usages
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-23
nice error for unsupported async sockets on Windows
Jonathan Marler
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-13
std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`
viri
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
fix race condition in linuxWaitFd
Bill Nagel
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
std.event.Loop: fix race condition when starting the time wheel
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-28
Update event loop sendto error to SendToError
frmdstryr
2020-12-26
std.event.Loop: fix regression with ResetEvent
Andrew Kelley
2020-11-16
linuxWaitFd: make NetworkSubsystemFailed error unreachable
heidezomp
2020-11-01
Add missing arg
frmdstryr
2020-10-27
std/event: fix zig fmt regression
Isaac Freund
2020-10-27
std/event: fix poll error set handling
Isaac Freund
2020-10-17
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-14
Merge pull request #6655 from kprotty/timers
Andrew Kelley
2020-10-14
Event Channel: updated linked list node initialization (#6652)
Matthew Knight
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
Add more comments & cleanup AutoResetEvent
kprotty
2020-10-11
fix DelayQueue typos
kprotty
2020-10-11
integrate std.time.sleep with the event loop
kprotty
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-07
add WaitGroup to std.event
Loris Cro
2020-10-05
Revert "revert adding std.event.Loop.runDetached"
Andrew Kelley
2020-10-03
revert adding std.event.Loop.runDetached
Andrew Kelley
2020-10-01
std.event.Loop.runDetached should be pub
Alexandros Naskos
[next]