aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
5 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
5 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
5 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
5 daysupdate all occurrences of close() to close(io)Andrew Kelley
6 daysstd: delete Thread.Pool in favour of IoMatthew Lugg
2025-12-12windows: type safety improvements and more ntdll functionsJacob Young
2025-11-21std.Thread: update doc commentsAndrew Kelley
2025-11-20system specific errnorpkak
2025-11-16std.Thread: disable `thread local storage` test on 32-bit targetsAlex Rønne Petersen
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
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