aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-10-29std: back out the StackTrace byval changesAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley
2025-10-29std.Thread.ResetEvent: make it more reusableAndrew Kelley
2025-10-29std.Io: add asyncConcurrent and asyncParallelAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-23std.Thread: implement freeAndExit() for sh-linuxAlex Rønne Petersen
2025-10-23std.Thread: implement freeAndExit() for microblaze-linuxAlex Rønne Petersen
2025-10-23std.Thread: implement freeAndExit() for hppa-linuxAlex Rønne Petersen
2025-10-23std.Thread: implement freeAndExit() for alpha-linuxAlex Rønne Petersen
2025-10-23std.Thread: implement freeAndExit() for m68k-linuxAlex Rønne Petersen
2025-10-19Merge pull request #25627 from alexrp/qemu-10.1.1-patchedAlex Rønne Petersen
2025-10-18std.Thread: implement freeAndExit() for or1kAlex Rønne Petersen
2025-10-18Revert "std.Thread: disable test on armeb in addition to thumbeb"Alex Rønne Petersen
2025-10-18std.Thread: fix some issues in x86_64/x32 inline asmAlex Rønne Petersen
2025-10-18std.Thread: fix inline asm for mipsn32Alex Rønne Petersen
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-09-30std: fixesmlugg
2025-09-25std.Thread: disable test on armeb in addition to thumbebAlex Rønne Petersen
2025-09-20allow some test cases to regressAndrew Kelley
2025-09-09Move some Thread tests out of posix/test.zig into Thread.zigPat Tullmann
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-30std.Thread: make unreachable errors in sleep() clearerAlex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std: delete most remaining uses of GenericWriterAndrew Kelley
2025-08-21drop NameTooLong from sysctlbynameZ error set (#24909)Sardorbek Imomaliev
2025-07-21std.Thread: don't spinAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-03-11std: Add support for SerenityOS in various placesLinus Groh
2025-02-24stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475Alec Fessler
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-19std.Thread: Fix wasi_thread_start() export to use a pointer.Alex Rønne Petersen
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2025-01-15std.Thread: don't export wasi_thread_start in single-threaded modeAndrew Kelley
2024-11-02std.os.windows: Fix some incorrect callconv specifiers.Alex Rønne Petersen
2024-10-29remove unnecessary castJonathanHallstrom
2024-10-16std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too.Alex Rønne Petersen
2024-09-26move std.time.sleep to std.Thread.sleepAndrew Kelley
2024-09-07std: Fix assembler comment syntax for sparc.Alex Rønne Petersen