COMMITS
/ lib/std/Thread/Mutex.zig January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
June 13, 2024
A
introduce std.Thread.Mutex.Recursive
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley 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
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
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
May 13, 2023
M
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg 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
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
April 24, 2022
P
std.Thread: Mutex and Condition improvements (#11497)
protty 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 29, 2021
M
Add a panic handler to give better errors for crashes in sema
Martin Wickham committed
August 24, 2021
A
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley committed
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
K
changes to accomodate std.Thread update
kprotty committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
February 28, 2021
L
std: Swap arguments in Thread.spawn
LemonBoy committed
January 15, 2021
A
fix namespace of kernel32 function calls
Andrew Kelley committed
A
std.Thread.Mutex: restore the "Held" API
Andrew Kelley committed
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed