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
/
atomic
Age
Commit message (
Expand
)
Author
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-20
stage2: miscellaneous fixes for the branch
Andrew Kelley
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-01
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
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-23
std.atomic: load should take const pointer to Self
Hadron67
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-10
std: Validate the atomic ordering parameter in atomic.Int
LemonBoy
2020-12-10
std: prevent instantiation of atomic.Int with non-integral types
LemonBoy
2020-11-19
std: add std.atomic.Bool
daurnimator
2020-11-19
std: add tests for std.atomic.Int
daurnimator
2020-11-19
std: fix missing operation argument to @atomicRmw
daurnimator
2020-11-19
std: some more docs for std.atomic.Int
daurnimator
2020-11-19
std: mark std.atomic.Int as extern so it can be used in public ABIs
daurnimator
2020-11-18
std: expose all atomic operations from std.atomic.Int
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-04-04
Adds some documentation to std.atomic.Queue.
Felix (xq) Queißner
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-11
Move abi size checking to codegen
Vexu
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-10
use atomic bools in std lib
Vexu
2020-02-08
solve recursion in std.atomic.Queue.dump
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-13
use @atomicStore in std lib
Vexu
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-09-25
mv std/ lib/
Andrew Kelley