zig/lib/std
Andrew Kelley a8f95e5176 std.Io.Threaded: implement cancellation for pthreads
not to be confused with pthread_cancel, which is a useless API.
2025-10-29 06:20:51 -07:00
..
Build std: back out the StackTrace byval changes 2025-10-29 06:20:50 -07:00
builtin feat: init x86_16 arch via CBE 2025-10-27 11:19:51 +01:00
c remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
compress add deflate compression, simplify decompression 2025-09-30 18:28:47 -07:00
crypto std.Io.Threaded: fix compilation failures on Windows 2025-10-29 06:20:50 -07:00
debug std.Io: introduce openSelfExe 2025-10-29 06:20:50 -07:00
dwarf fix compiler ftbfs from std.macho and std.dwarf changes 2025-09-30 13:44:51 +01:00
fmt
fs std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
hash Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
heap std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
http std: fix macos compilation errors 2025-10-29 06:20:49 -07:00
Io std.Io.Threaded: implement cancellation for pthreads 2025-10-29 06:20:51 -07:00
json Merge pull request #25302 from ziglang/growCapacity 2025-09-21 04:55:39 -07:00
math Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
mem std.mem.Allocator: fix resize doc comment 2025-10-22 11:41:16 +02:00
meta
os std.os.linux.IoUring: use linux msghdr 2025-10-29 06:20:51 -07:00
posix std.Io.Threaded: implement netListen for Windows 2025-10-29 06:20:50 -07:00
process std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
Random Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
sort std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253) 2025-09-17 19:54:15 -07:00
tar compiler: update for introduction of std.Io 2025-10-29 06:20:49 -07:00
Target std.zig.system: upgrade to std.Io.Reader 2025-10-29 06:20:48 -07:00
testing fix compile errors and minor bugs 2025-09-30 13:44:54 +01:00
Thread fix miscellaneous compilation failures 2025-10-29 06:20:50 -07:00
time
tz
unicode Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
valgrind
zig std.fs: use BadPathName rather than InvalidWtf8 on Windows 2025-10-29 06:20:50 -07:00
zon coerce vectors to arrays rather than inline for 2025-09-20 18:33:00 -07:00
array_hash_map.zig Coff2: create a new linker from scratch 2025-10-02 17:44:52 -04:00
array_list.zig std.ArrayList: swapRemove set removed element to undefined (#25514) 2025-10-11 19:04:32 -07:00
ascii.zig
atomic.zig std.atomic: define cache line size for alpha, hppa, microblaze, sh 2025-10-23 09:27:17 +02:00
base64.zig
bit_set.zig
BitStack.zig
buf_map.zig
buf_set.zig
Build.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
builtin.zig std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
c.zig std.Io.Threaded: implement cancellation for pthreads 2025-10-29 06:20:51 -07:00
coff.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
compress.zig
crypto.zig std.crypto: add AES-CCM and CBC-MAC (#25526) 2025-10-14 12:00:44 +02:00
debug.zig std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
deque.zig std: remove loop from growCapacity 2025-09-20 14:34:18 -07:00
DoublyLinkedList.zig *LinkedList.remove() assumes node is in the list 2025-10-25 21:10:02 -07:00
dwarf.zig
dynamic_library.zig std: fix seekBy unit test 2025-10-29 06:20:49 -07:00
elf.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
enums.zig
fmt.zig std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260) 2025-09-19 05:02:22 +00:00
fs.zig std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
gpu.zig
hash.zig
hash_map.zig use pointer subtraction 2025-09-11 00:18:37 -07:00
heap.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
http.zig
Io.zig std.Io: more convenient sleep 2025-10-29 06:20:51 -07:00
json.zig
leb128.zig
log.zig Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
macho.zig std: fixes 2025-09-30 13:44:51 +01:00
math.zig
mem.zig std.mem: improve containsAtLeastScalar implementation and rename 2025-10-29 06:20:49 -07:00
meta.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
multi_array_list.zig std: remove loop from growCapacity 2025-09-20 14:34:18 -07:00
once.zig
os.zig std.fs: use BadPathName rather than InvalidWtf8 on Windows 2025-10-29 06:20:50 -07:00
pdb.zig
pie.zig std.pie: add sh support 2025-10-23 09:27:17 +02:00
posix.zig std: fix build failure on wasm32-freestanding 2025-10-29 06:20:51 -07:00
priority_dequeue.zig
priority_queue.zig
process.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
Progress.zig WIP land the std.Io interface 2025-10-29 06:20:48 -07:00
Random.zig std.Io.net: progress towards DNS resolution 2025-10-29 06:20:48 -07:00
SemanticVersion.zig
simd.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
SinglyLinkedList.zig SinglyLinkedList.remove docs: Assumes -> asserts 2025-10-25 21:28:54 -07:00
sort.zig
start.zig std: back out the StackTrace byval changes 2025-10-29 06:20:50 -07:00
static_string_map.zig
std.zig WIP land the std.Io interface 2025-10-29 06:20:48 -07:00
tar.zig std.Io: add dirOpenDir and WASI impl 2025-10-29 06:20:50 -07:00
Target.zig Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc 2025-10-28 10:19:21 +01:00
testing.zig std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
Thread.zig std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
time.zig std: fix some Io compilation errors 2025-10-29 06:20:49 -07:00
treap.zig
tz.zig
unicode.zig std: move some windows path checking logic 2025-10-29 06:20:50 -07:00
Uri.zig compiler: update for introduction of std.Io 2025-10-29 06:20:49 -07:00
valgrind.zig
wasm.zig
zig.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
zip.zig
zon.zig