COMMITS
/ lib/std/Thread.zig July 20, 2025
A
std.Thread: don't spin
Andrew Kelley committed
July 12, 2025
C
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
April 2, 2025
P
linux: futex v1 API cleanup
Pat Tullmann committed
March 10, 2025
L
std: Add support for SerenityOS in various places
Linus Groh committed
February 22, 2025
A
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
January 18, 2025
A
std.Thread: Fix wasi_thread_start() export to use a pointer.
Alex Rønne Petersen committed
January 14, 2025
J
x86_64: fix crashes compiling the compiler and tests
Jacob Young committed
December 16, 2024
A
std.Thread: don't export wasi_thread_start in single-threaded mode
Andrew Kelley committed
November 1, 2024
A
std.os.windows: Fix some incorrect callconv specifiers.
Alex Rønne Petersen committed
October 27, 2024
J
remove unnecessary cast
JonathanHallstrom committed
October 15, 2024
A
std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too.
Alex Rønne Petersen committed
September 24, 2024
A
move std.time.sleep to std.Thread.sleep
Andrew Kelley committed
September 5, 2024
A
std: Fix assembler comment syntax for sparc.
Alex Rønne Petersen committed
August 28, 2024
M
August 18, 2024
A
std.Thread: Implement freeAndExit() for hexagon.
Alex Rønne Petersen committed
A
std.Thread: Implement freeAndExit() for s390x.
Alex Rønne Petersen committed
A
std.Thread: Use zero exit code in freeAndExit() for sparc64.
Alex Rønne Petersen committed
A
std.Thread: Implement freeAndExit() for sparc32.
Alex Rønne Petersen committed
August 12, 2024
A
std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().
Alex Rønne Petersen committed
A
std.Thread: Fix freeAndExit() syscall numbers for mips64.
Alex Rønne Petersen committed
A
std.Thread: Fix freeAndExit() assembly for powerpc.
Alex Rønne Petersen committed
A
std.Thread: Explain apparently pointless mips instruction in freeAndExit().
Alex Rønne Petersen committed
August 9, 2024
Y
std: add loongarch64 support (#20915)
YANG Xudong committed
July 22, 2024
A
std.os.linux.tls: Refactor and improve documentation.
Alex Rønne Petersen committed
July 20, 2024
A
std.Thread: Add some syscall comments to LinuxThreadImpl.ThreadCompletion.freeAndExit().
Alex Rønne Petersen committed
June 22, 2024
A
std.Thread: Implement LinuxThreadImpl.ThreadCompletion.freeAndExit() for riscv32.
Alex Rønne Petersen committed
July 27, 2024
A
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen committed
July 26, 2024
D
riscv: workarounds for riscv threading
David Rubin committed
July 21, 2024
L
Replace some dynamic functions with static ones.
Lucas Santos committed
July 15, 2024
L
Better implementation of GetLastError. (#20623)
Lucas Santos committed
July 9, 2024
M
test: Add `spawn` behavior test
mochalins committed
July 7, 2024
J
bootstrap: fix build
Jacob Young committed
June 1, 2024
B
std: Extended type checks for Thread startFn return type
Bram committed
June 15, 2024
I
std: fix pthread_{get,set}name_np return type ABI
Isaac Freund committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
April 20, 2024
F
Fix WASI threads, again
Frank Denis committed
March 21, 2024
A
Merge pull request #19348 from jedisct1/wasi-threads-compfix
Andrew Kelley committed
March 20, 2024
M
bsd: followup to std.posix extraction from std.os
Michael Dusan committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
F
WASI-thread: panic if no allocator is given
Frank Denis committed
March 17, 2024
F
Unbreak support for WASI threads
Frank Denis committed
March 12, 2024
S
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto 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