zig/lib/std
2025-10-29 14:34:58 +01:00
..
Build compiler: rename --test-timeout-ms to --test-timeout 2025-10-18 09:28:43 +01: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 remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
hash Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
heap std.heap.debug_allocator outdated doc (#25634) 2025-10-28 10:26:04 +01:00
http fix read of undefined in http tests 2025-10-06 06:54:52 +02:00
Io fix: make compiler_rt and std.Io.Writer compile on 16-bit platforms. 2025-10-27 11:17:48 +01: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
net
os fix: make compiler_rt and std.Io.Writer compile on 16-bit platforms. 2025-10-27 11:17:48 +01:00
posix remove all Oracle Solaris support 2025-10-27 07:35:38 -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 Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
sort
tar
Target fix: add i86 cpu in update_cpu_features 2025-10-29 14:34:58 +01: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 Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc 2025-10-28 10:19:21 +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
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 remove all Oracle Solaris support 2025-10-27 07:35:38 -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 std: remove loop from growCapacity 2025-09-20 14:34:18 -07:00
DoublyLinkedList.zig
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 std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260) 2025-09-19 05:02:22 +00:00
fs.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -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
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.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 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 remove all Oracle Solaris support 2025-10-27 07:35:38 -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 remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
Random.zig
SemanticVersion.zig
simd.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
SinglyLinkedList.zig
sort.zig
start.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
static_string_map.zig
std.zig std: allow disabling stack tracing 2025-09-30 13:44:55 +01: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 Reader.peekDelimiterInclusive: Fix handling of stream implementations that return 0 2025-10-08 16:42:55 -07:00
Thread.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
time.zig
treap.zig
tz.zig
unicode.zig
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
zon.zig