zig/lib/std
2025-10-29 06:20:48 -07:00
..
Build WIP: hack at std.Io on a plane 2025-10-29 06:20:48 -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 remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
debug remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
dwarf fix compiler ftbfs from std.macho and std.dwarf changes 2025-09-30 13:44:51 +01:00
fmt
fs WIP: hack away at std.Io return flight 2025-10-29 06:20:48 -07:00
hash
heap std.heap.debug_allocator outdated doc (#25634) 2025-10-28 10:26:04 +01:00
http WIP: hack away at std.Io return flight 2025-10-29 06:20:48 -07:00
Io WIP: hack away at std.Io return flight 2025-10-29 06:20:48 -07:00
json
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: fix msghdr and cmsghdr when using musl libc 2025-10-29 06:20:48 -07:00
posix WIP: hack at std.Io on a plane 2025-10-29 06:20:48 -07:00
process replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02:00
Random
sort
tar
Target std.Target.aarch64: updates for LLVM 21.1.5 2025-10-29 07:48:12 +01:00
testing fix compile errors and minor bugs 2025-09-30 13:44:54 +01:00
Thread std.Thread.ResetEvent: make it more reusable 2025-10-29 06:20:48 -07:00
time
tz
unicode
valgrind
zig std.Io.net: implement receiving connectionless messages 2025-10-29 06:20:48 -07:00
zon
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.Build: do not expect server protocol for tests using immature backends 2025-10-18 09:28:42 +01:00
builtin.zig feat: init x86_16 arch via CBE 2025-10-27 11:19:51 +01:00
c.zig std: fix msghdr and cmsghdr when using musl libc 2025-10-29 06:20:48 -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 remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
deque.zig
DoublyLinkedList.zig *LinkedList.remove() assumes node is in the list 2025-10-25 21:10:02 -07:00
dwarf.zig
dynamic_library.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
elf.zig std: fix 32-bit build and some unsafe casts 2025-09-30 13:44:53 +01:00
enums.zig
fmt.zig
fs.zig WIP land the std.Io interface 2025-10-29 06:20:48 -07:00
gpu.zig
hash.zig
hash_map.zig
heap.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
http.zig
Io.zig WIP: hack away at std.Io return flight 2025-10-29 06:20:48 -07:00
json.zig
leb128.zig
log.zig
macho.zig std: fixes 2025-09-30 13:44:51 +01:00
math.zig
mem.zig Io.net: partial implementation of dns lookup 2025-10-29 06:20:48 -07:00
meta.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
multi_array_list.zig
once.zig
os.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
pdb.zig
pie.zig std.pie: add sh support 2025-10-23 09:27:17 +02:00
posix.zig std.Io.net: implement receiving connectionless messages 2025-10-29 06:20:48 -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 Io: implement sleep and fix cancel bugs 2025-10-29 06:20:48 -07:00
static_string_map.zig
std.zig WIP land the std.Io interface 2025-10-29 06:20:48 -07:00
tar.zig
Target.zig Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc 2025-10-28 10:19:21 +01:00
testing.zig Io.net: finish implementing IPv6 parsing 2025-10-29 06:20:48 -07:00
Thread.zig WIP: hack at std.Io on a plane 2025-10-29 06:20:48 -07:00
time.zig WIP: hack at std.Io on a plane 2025-10-29 06:20:48 -07:00
treap.zig
tz.zig
unicode.zig
Uri.zig WIP: hack away at std.Io return flight 2025-10-29 06:20:48 -07:00
valgrind.zig
wasm.zig
zig.zig build runner: remove --prominent-compile-errors, introduce --error-style 2025-10-18 09:28:42 +01:00
zip.zig
zon.zig