aboutsummaryrefslogtreecommitdiff
path: root/lib/std/once.zig
AgeCommit message (Expand)Author
2024-04-15std: improve std.once testsAlex Kladov
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
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-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-04-18std: Introduce the Once synchronization primitiveLemonBoy