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
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
std.Atomic: remove unnecessary `@ptrCast` (#17825)
XXIV
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-08-27
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
Removed unnecessary return switch on void method
Zachary Raineri
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-14
std.atomic.Atomic: update tests to new for-loop syntax, re-enable test with isel
Eric Joldasov
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-05
std.atomic.Queue: fix unget implementation and add doc
nc
2022-10-13
tests: Enable PPC64LE as a test target
Cody Tapscott
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2021-11-30
allocgate: renamed getAllocator function to allocator
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-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
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
[next]