index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Thread.zig
Age
Commit message (
Expand
)
Author
2025-11-21
std.Thread: update doc comments
Andrew Kelley
2025-11-20
system specific errno
rpkak
2025-11-16
std.Thread: disable `thread local storage` test on 32-bit targets
Alex Rønne Petersen
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-29
WIP land the std.Io interface
Andrew Kelley
2025-10-29
std.Thread.ResetEvent: make it more reusable
Andrew Kelley
2025-10-29
std.Io: add asyncConcurrent and asyncParallel
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-23
std.Thread: implement freeAndExit() for sh-linux
Alex Rønne Petersen
2025-10-23
std.Thread: implement freeAndExit() for microblaze-linux
Alex Rønne Petersen
2025-10-23
std.Thread: implement freeAndExit() for hppa-linux
Alex Rønne Petersen
2025-10-23
std.Thread: implement freeAndExit() for alpha-linux
Alex Rønne Petersen
2025-10-23
std.Thread: implement freeAndExit() for m68k-linux
Alex Rønne Petersen
2025-10-19
Merge pull request #25627 from alexrp/qemu-10.1.1-patched
Alex Rønne Petersen
2025-10-18
std.Thread: implement freeAndExit() for or1k
Alex Rønne Petersen
2025-10-18
Revert "std.Thread: disable test on armeb in addition to thumbeb"
Alex Rønne Petersen
2025-10-18
std.Thread: fix some issues in x86_64/x32 inline asm
Alex Rønne Petersen
2025-10-18
std.Thread: fix inline asm for mipsn32
Alex Rønne Petersen
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-09-30
std: fixes
mlugg
2025-09-25
std.Thread: disable test on armeb in addition to thumbeb
Alex Rønne Petersen
2025-09-20
allow some test cases to regress
Andrew Kelley
2025-09-09
Move some Thread tests out of posix/test.zig into Thread.zig
Pat Tullmann
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-30
std.Thread: make unreachable errors in sleep() clearer
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-21
drop NameTooLong from sysctlbynameZ error set (#24909)
Sardorbek Imomaliev
2025-07-21
std.Thread: don't spin
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2025-02-24
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-19
std.Thread: Fix wasi_thread_start() export to use a pointer.
Alex Rønne Petersen
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2025-01-15
std.Thread: don't export wasi_thread_start in single-threaded mode
Andrew Kelley
2024-11-02
std.os.windows: Fix some incorrect callconv specifiers.
Alex Rønne Petersen
[next]