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
/
test
/
behavior
/
atomics.zig
Age
Commit message (
Expand
)
Author
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-05-04
stage2: improve semantics of atomic operations
Andrew Kelley
2022-03-30
AstGen: fix referencing unreferencable instructions
Andrew Kelley
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-01-18
disable failing atomicrmw test on llvm + aarch64
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-10-13
stage2: remove use of `builtin.stage2_arch` workaround
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-19
stage2: implement `@atomicStore`
Andrew Kelley
2021-09-16
stage2: improve LLVM backend for enums
Andrew Kelley
2021-09-16
stage2: fix global variables with inferred type
Andrew Kelley
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
move behavior test to "passing for stage2" section
Andrew Kelley
2021-09-15
stage2: fix "cmpxchg with ptr" test case
Andrew Kelley
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-15
stage2: implement `@fence`
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-08-08
Skip 128-bit cmpxchg test if CMPXCHG16B is not supported
FnControlOption
2021-08-07
Re-enable 128-bit cmpxchg test
FnControlOption
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-28
stage1: Fix for atomicrmw xchg on fp types
LemonBoy
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley