COMMITS
/ lib/std/Thread.zig January 11, 2022
A
Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)
afranchuk committed
December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
December 4, 2021
A
Merge pull request #9910 from mikdusan/dragonfly
Andrew Kelley committed
October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
November 1, 2021
A
updates for haiku stdc
Al Hoang committed
September 27, 2021
K
SPARCv9: Fix freeAndExit implementation
Koakuma committed
October 7, 2021
M
housekeeping: return error.Unsupported
Michael Dusan committed
M
dragonfly: port std.Thread.setname/getname
Michael Dusan committed
August 31, 2021
S
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto committed
September 1, 2021
A
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley committed
A
std.os reorg: more fixes caught by CI
Andrew Kelley committed
August 25, 2021
A
std.os: more reorganization efforts
Andrew Kelley committed
August 29, 2021
J
zig fmt: respect trailing commas in inline assembly
jdmichaud 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
August 3, 2021
K
Linux/SPARCv9: account for branch delay in freeAndExit()
Koakuma committed
August 9, 2021
T
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda committed
July 30, 2021
K
Add freeAndExit() implementation for Linux/SPARCv9
Koakuma committed
April 21, 2021
V
thread: implement setName/getName
Vincent Rischmann committed
July 26, 2021
T
WASI,libc: enable tests.
Takeshi Yoneda committed
July 17, 2021
A
stage2: miscellaneous fixes for the branch
Andrew Kelley committed
July 1, 2021
K
std.Thread: move linux detach code to inline asm
kprotty committed
June 30, 2021
K
std.Thread: non-zero child_tid to avoid racy join()
kprotty committed
June 29, 2021
K
std.Thread: add CLONE_CHILD_SETTID to fix join()
kprotty committed
June 28, 2021
K
std.Thread: fix tls 9386 linux typo
kprotty committed
K
std.Thread: more cleanup & testing
kprotty committed
June 26, 2021
K
std.Thread: more fixes
kprotty committed
K
std.Thread: fix posix
kprotty committed
K
std.Thread: fix futex test + thread errors
kprotty committed
June 25, 2021
K
std.Thread: more typo fixes
kprotty committed
K
std.Thread: more fixes
kprotty committed
June 22, 2021
K
std.Thread: typo fixes 2
kprotty committed
June 20, 2021
K
std.Thread: uh more typo fixes
kprotty committed
K
std.Thread: more compile error fixes
kprotty committed
K
std.Thread: fix some typos
kprotty committed
K
std.Thread: add tests + getCurrentId() returns ints when possible
kprotty committed
K
std.Thread: another typo fix
kprotty committed
June 19, 2021
K
std.Thread: rewrite + extensions
kprotty committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
June 12, 2021
P
std.Thread.Futex addition (#9070)
protty committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty committed
May 16, 2021
M
overhaul elf csu (c-runtime startup) logic
Michael Dusan committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 2, 2021
L
std: Add fallback on pre-v6 ARM targets
LemonBoy committed
L
std: Fix missing CPU feature check
LemonBoy committed
April 30, 2021
L
std: Improve spinloop hint
LemonBoy committed