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
/
std
/
atomic
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
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
2018-11-18
atomic.Int.set
Josh Wolfe
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-31
cleanups
Andrew Kelley
2018-10-31
Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksavil...
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-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-14
Add test for Queue.dump
Wink Saville
2018-09-14
Fix additional regressions calling FileOutStream/FileInStream init()
Wink Saville
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-07-17
std.event.Loop.onNextTick dispatches work to waiting threads
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-14
self-hosted: adding a fn to an llvm module
Andrew Kelley
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-07-09
better workaround for guaranteeing memory in coroutine frame
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-07-02
add event loop Channel abstraction
Andrew Kelley
2018-06-29
std.atomic.queue - document limitation and add MPSC queue
Andrew Kelley
2018-06-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-06-20
zig fmt
Andrew Kelley
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-13
fix race condition bug in test harness of std.atomic
Andrew Kelley
2018-06-12
better debugging for CI failures of std.atomic
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-02
fix compiler-rt tests accidentally running std tests
Andrew Kelley
2018-05-02
std.atomic - use AtomicOrder.SeqCst for everything
Andrew Kelley
2018-04-29
support kernel threads for windows
Andrew Kelley
2018-04-29
enable atomic queue and stack tests for macos
Andrew Kelley
2018-04-28
disable atomic stack and queue tests for non-linux
Andrew Kelley
2018-04-28
add tests for std.atomic Queue and Stack
Andrew Kelley
2018-04-28
add fuzz tests for std.atomic.Stack
Andrew Kelley
2018-04-28
add std.atomic.Stack and std.atomic.Queue
Andrew Kelley