aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
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
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19std.Thread: Implement freeAndExit() for hexagon.Alex Rønne Petersen
2024-08-19std.Thread: Implement freeAndExit() for s390x.Alex Rønne Petersen
2024-08-19std.Thread: Use zero exit code in freeAndExit() for sparc64.Alex Rønne Petersen
2024-08-19std.Thread: Implement freeAndExit() for sparc32.Alex Rønne Petersen
2024-08-13std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().Alex Rønne Petersen
2024-08-13std.Thread: Fix freeAndExit() syscall numbers for mips64.Alex Rønne Petersen
2024-08-13std.Thread: Fix freeAndExit() assembly for powerpc.Alex Rønne Petersen
2024-08-12std.Thread: Explain apparently pointless mips instruction in freeAndExit().Alex Rønne Petersen
2024-08-09std: add loongarch64 support (#20915)YANG Xudong
2024-07-30std.os.linux.tls: Refactor and improve documentation.Alex Rønne Petersen
2024-07-29std.Thread: Add some syscall comments to LinuxThreadImpl.ThreadCompletion.fre...Alex Rønne Petersen
2024-07-29std.Thread: Implement LinuxThreadImpl.ThreadCompletion.freeAndExit() for risc...Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-26riscv: workarounds for riscv threadingDavid Rubin
2024-07-24Replace some dynamic functions with static ones.Lucas Santos
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-09test: Add `spawn` behavior testmochalins
2024-07-07bootstrap: fix buildJacob Young
2024-06-23std: Extended type checks for Thread startFn return typeBram
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund