COMMITS
/ lib/std/Thread/Condition.zig March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
July 15, 2024
L
Better implementation of GetLastError. (#20623)
Lucas Santos committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
February 26, 2024
R
Change many test blocks to doctests/decltests
Ryan Liptak committed
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak 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 28, 2023
J
x86_64: fix compiler rt test failures
Jacob Young committed
October 24, 2023
J
x86_64: pass more tests
Jacob Young committed
October 23, 2023
J
x86_64: implement 128-bit builtins
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
June 20, 2023
J
std: prevent random CI failures
Jacob Young committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
April 26, 2023
J
std: prevent the possibility of deadlocks in some threaded tests
Jacob Young committed
April 16, 2023
E
std.Thread.Condition: optimize example
Erik Arvstedt committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 19, 2023
I
Mutex deadlock detection in debug
IntegratedQuantum committed
November 26, 2022
I
stdlib: remove flaky test
Igor Anić committed
A
disable spuriously failing std lib test case
Andrew Kelley committed
November 21, 2022
I
stdlib: Thread.Condition wake only if signaled
Igor Anić committed
November 17, 2022
I
stdlib: fix condition variable broadcast FutexImpl
Igor Anić committed
November 1, 2022
M
Fix variable name in documentation sample (#13391)
mnordine committed
May 22, 2022
A
math: make `cast` return optional instead of an error
Ali Chraghi committed
April 24, 2022
P
std.Thread: Mutex and Condition improvements (#11497)
protty committed
April 8, 2022
C
std: add Thread.Condition.timedWait (#11352)
cryptocode committed
January 29, 2022
N
std: add test for Thread.Condition
naeu committed
January 11, 2022
A
Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)
afranchuk committed
November 10, 2021
A
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 10, 2021
T
Fix compile error in WindowsCondition.wait()
Travis Martin 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
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty committed
February 1, 2021
V
Fixes for std.Thread.Condition (#7883)
Vincent Rischmann committed
January 15, 2021
A
fix namespace of kernel32 function calls
Andrew Kelley committed
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed