aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/RwLock.zig
AgeCommit message (Expand)Author
2023-11-22rework std.atomicAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-07-26Fix counting in SingleThreadedRwLock's tryLockShared (#16560)Jim Price
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-10-17Fix for #13163: DefaultRwLock accumulates write-waiters, eventually fails to ...jumpnbrownweasel
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-02-08update RwLock to use static initialization (#10838)billzez
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley