zig/lib/std
2025-10-19 22:24:24 +02:00
..
Build compiler: rename --test-timeout-ms to --test-timeout 2025-10-18 09:28:43 +01:00
builtin start adding big endian RISC-V support 2025-08-25 16:15:17 +02:00
c std: stop exposing anything having to do with ucontext_t 2025-10-10 04:43:18 +02:00
compress add deflate compression, simplify decompression 2025-09-30 18:28:47 -07:00
crypto std: split up ecdsa tests 2025-10-18 09:28:43 +01:00
debug std.debug.cpu_context.Sparc: fix bad use of call delay slot 2025-10-18 00:36:52 +02:00
dwarf fix compiler ftbfs from std.macho and std.dwarf changes 2025-09-30 13:44:51 +01:00
fmt
fs replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02:00
hash Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
heap std.Build.Step.Run: many enhancements 2025-10-18 09:28:41 +01:00
http fix read of undefined in http tests 2025-10-06 06:54:52 +02:00
Io std.Io.Reader: rework peekDelimiterInclusive 2025-10-08 19:30:36 -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 Add allocator that always fails 2025-09-03 21:46:01 -07:00
meta
net std.net.Ip6Address: format numerical scope id 2025-09-15 10:45:35 +01:00
os std.os.linux: add pivot_root syscall 2025-10-19 22:24:24 +02:00
posix tweak tests to avoid timeouts 2025-10-18 09:28:42 +01:00
process replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02: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 std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
Target std.Target: adjustments to LoongArch CPU models 2025-09-18 12:42:24 +02:00
testing fix compile errors and minor bugs 2025-09-30 13:44:54 +01:00
Thread std: make RwLock test less intensive 2025-10-18 09:28:43 +01:00
time
tz
unicode Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
valgrind
zig std.Build.Step.Run: many enhancements 2025-10-18 09:28:41 +01: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 std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
atomic.zig std.atomic: define cache line size for or1k 2025-10-18 22:27:35 +02:00
base64.zig std.Io: delete GenericWriter 2025-08-28 18:30:57 -07:00
bit_set.zig
BitStack.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
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 replace usages of old std.debug APIs 2025-09-30 13:44:51 +01:00
c.zig std: stop exposing anything having to do with ucontext_t 2025-10-10 04:43:18 +02: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 Merge pull request #25623 from alexrp/or1k 2025-10-19 11:50:06 +02:00
deque.zig std: remove loop from growCapacity 2025-09-20 14:34:18 -07:00
DoublyLinkedList.zig
dwarf.zig
dynamic_library.zig link.Elf: fix static PIE 2025-09-30 13:44:53 +01:00
elf.zig std: fix 32-bit build and some unsafe casts 2025-09-30 13:44:53 +01:00
enums.zig
fmt.zig std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260) 2025-09-19 05:02:22 +00:00
fs.zig replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02:00
gpu.zig
hash.zig
hash_map.zig use pointer subtraction 2025-09-11 00:18:37 -07:00
heap.zig std.heap: define min/max page size for or1k-linux 2025-10-18 22:27:35 +02:00
http.zig http.BodyWriter: improve clarity of chunked state machine 2025-08-17 14:42:57 +02:00
Io.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
json.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
leb128.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
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 std: skip some failing tests on hexagon 2025-08-30 06:36:41 +02:00
mem.zig std.mem.countScalar: rework to benefit from simd (#25477) 2025-10-07 09:32:13 -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
net.zig std.Io.Reader: fix delimiter bugs 2025-10-08 17:00:15 -07:00
once.zig
os.zig replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02:00
pdb.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
pie.zig std.pie: add or1k support 2025-10-18 22:27:34 +02:00
posix.zig windows: Always try using POSIX_SEMANTICS/etc for rename/delete 2025-10-17 00:50:16 -07:00
priority_dequeue.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
priority_queue.zig
process.zig replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/ 2025-10-10 23:53:00 +02:00
Progress.zig std.Progress: avoid problematic catch syntax 2025-09-20 18:33:00 -07:00
Random.zig
SemanticVersion.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
simd.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
SinglyLinkedList.zig
sort.zig
start.zig Merge pull request #25623 from alexrp/or1k 2025-10-19 11:50:06 +02:00
static_string_map.zig
std.zig std: allow disabling stack tracing 2025-09-30 13:44:55 +01:00
tar.zig
Target.zig std.Target: move Cpu.supportsAddressSpace() up to here 2025-10-18 11:13:28 +02:00
testing.zig Reader.peekDelimiterInclusive: Fix handling of stream implementations that return 0 2025-10-08 16:42:55 -07:00
Thread.zig Merge pull request #25627 from alexrp/qemu-10.1.1-patched 2025-10-19 11:50:23 +02:00
time.zig
treap.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
tz.zig std.tz: fix redundant endian handling 2025-08-28 18:30:57 -07:00
unicode.zig std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
Uri.zig std.Uri: test file URIs without an authority field 2025-10-17 17:40:25 -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 std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
zon.zig zon: Add anonymous struct literal in the example 2025-08-15 23:35:16 +02:00