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.zig
Age
Commit message (
Expand
)
Author
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-29
std.atomic: Implement specialized spinLoopHint() for more architectures.
Alex Rønne Petersen
2024-07-29
std.atomic: Define specialized cache_line values for more architectures.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-03-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-22
std: remove atomic.Queue
Andrew Kelley
2023-11-22
std: remove atomic.Stack
Andrew Kelley
2023-11-22
std.atomic: remove some APIs
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-04-19
std.Thread.Futex improvements (#11464)
protty
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
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-01
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2020-12-31
Year++
Frank Denis
2020-11-19
std: add std.atomic.Bool
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley