COMMITS
/ lib/std/Thread/RwLock.zig April 24, 2024
I
Clarify the blocking behavior of `RwLock.lockShared()`. (#19752)
IntegratedQuantum committed
March 15, 2024
M
bsd: debitrot AtomicOrder renames
Michael Dusan committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 8, 2024
E
Replace std.rand references with std.Random
e4m2 committed
November 23, 2023
A
rework std.atomic
Andrew Kelley committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
July 26, 2023
J
Fix counting in SingleThreadedRwLock's tryLockShared (#16560)
Jim Price committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
October 17, 2022
J
Fix for #13163: DefaultRwLock accumulates write-waiters, eventually fails to write lock (#13180)
jumpnbrownweasel committed
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
April 26, 2022
I
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund committed
February 9, 2022
B
update RwLock to use static initialization (#10838)
billzez committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
A
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley committed
January 15, 2021
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed