zig/lib/std
2025-12-19 18:50:27 +01:00
..
Build windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05:00
builtin std.builtin.assembly: add Clobbers for kvx 2025-11-10 09:40:42 +01:00
c std: make stack unwinding faster on macOS 2025-12-06 10:41:42 +00:00
compress flate.Compress: simplify huffman node comparisons 2025-11-22 22:11:33 -08:00
crypto Merge pull request 'crypto.mlkem: return J(z||c) on implicit rejection' (#30155) from jedisct1/zig:mlkemrej into master 2025-12-09 16:28:14 +01:00
debug windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05:00
dwarf fix compiler ftbfs from std.macho and std.dwarf changes 2025-09-30 13:44:51 +01:00
fmt all: replace all @Type usages 2025-11-22 22:42:38 +00:00
fs Merge pull request 'Windows: Avoid ever-expanding DeviceIoControl error set, handle NOT_A_REPARSE_POINT in ReadLink' (#30186) from squeek502/zig:win-deviceiocontrol into master 2025-12-19 18:50:27 +01:00
hash all: replace all @Type usages 2025-11-22 22:42:38 +00:00
heap windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05:00
http std.http.test: disable redirect to different connection on mips*-linux w/o libc 2025-12-18 01:46:31 +01:00
Io std.Io.Threaded: apply netbsd todo hacks to openbsd 2025-12-16 06:25:07 +01:00
json std.debug.lockStderrWriter: also return ttyconf 2025-10-30 09:31:28 +00:00
math std.math: disable hypot tests on non-Debug powerpc64 2025-12-16 06:23:11 +01:00
mem std.mem.Allocator: fix resize doc comment 2025-10-22 11:41:16 +02:00
meta all: replace all @Type usages 2025-11-22 22:42:38 +00:00
os Merge pull request 'Windows: Avoid ever-expanding DeviceIoControl error set, handle NOT_A_REPARSE_POINT in ReadLink' (#30186) from squeek502/zig:win-deviceiocontrol into master 2025-12-19 18:50:27 +01:00
posix std: disable tests that depend on getFdPath on openbsd 2025-12-16 06:25:27 +01:00
process windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05: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.Target.x86: refresh from update_cpu_features.zig 2025-11-13 22:29:28 +01:00
testing fix compile errors and minor bugs 2025-09-30 13:44:54 +01:00
Thread std.Io.Threaded: slightly different semantics 2025-11-21 19:54:41 -08:00
time std.time.epoch: change getDaysInMonth to accept the year as an argument 2025-03-08 14:25:28 -05:00
tz
unicode Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
valgrind Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
zig std.zig.target: remove two unused consts 2025-12-16 06:24:24 +01:00
zon update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
array_hash_map.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
array_list.zig std.ArrayList: actaully memset to undefined in shrinkRetainingCapacity and clearRetainingCapacity 2025-11-06 05:30:41 -08:00
ascii.zig std: Skip element comparisons if mem.order args point to same memory 2025-10-31 18:34:33 -07:00
atomic.zig std.atomic: define cache line size for alpha, hppa, microblaze, sh 2025-10-23 09:27:17 +02:00
base64.zig Base64DecoderWithIgnore.calcSizeUpperBound cannot return an error (#25834) 2025-11-07 08:16:34 +01:00
bit_set.zig std.bit_set: Disable IntegerBitSet decltest on RISC-V with vector support 2025-07-01 23:03:15 +02:00
BitStack.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
buf_map.zig
buf_set.zig
Build.zig Change github links to codeberg 2025-12-05 14:12:39 +01:00
builtin.zig compiler: replace @Type with individual type-creating builtins 2025-11-22 22:42:37 +00:00
c.zig std.c: openbsd does not have SIGRTMIN/SIGRTMAX 2025-12-16 06:24:58 +01:00
coff.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
compress.zig std.compress: rework flate to new I/O API 2025-07-31 22:10:11 -07:00
crypto.zig std.crypto: add hybrid post-quantum/traditional key encapsulation 2025-11-27 12:10:17 +01:00
debug.zig Merge pull request 'Remove things deprecated during the 0.15 release cycle' (#30018) from linus/zig:remove-deprecated-stuff into master 2025-12-06 08:51:15 +01: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 Dwarf: cleanup emitted debug info 2024-08-22 08:44:08 +02:00
dynamic_library.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
elf.zig std.elf implemented DynamicSectionBufferIterator 2025-11-26 11:30:03 +01:00
enums.zig windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05:00
fmt.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
fs.zig std.fs: fix build error in selfExePath() on openbsd 2025-12-16 06:25:10 +01:00
gpu.zig spirv: error when execution mode is set more than once 2025-05-21 13:01:21 +03:30
hash.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
hash_map.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
heap.zig std.heap: remove raw_c_allocator 2025-12-06 22:08:40 +01:00
http.zig http.requestHasBody: a PUT response can have a body 2025-11-26 20:08:14 -08:00
Io.zig std.Io.Timestamp: when creating a Clock.Timestamp actually set .raw instead of the non-existant .nanoseconds 2025-12-05 14:14:01 +01: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 all: replace all @Type usages 2025-11-22 22:42:38 +00:00
macho.zig std.debug: split up Mach-O debug info handling 2025-11-20 10:42:20 +00:00
math.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
mem.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
meta.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
multi_array_list.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
once.zig compiler,lib,test,langref: migrate @setCold to @branchHint 2024-08-27 00:44:35 +01:00
os.zig os.windows: Delete unused functions and kernel32 bindings 2025-11-23 23:38:01 -08:00
pdb.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
pie.zig std.pie: add missing clobbers on alpha and sparc 2025-11-14 12:19:38 +01:00
posix.zig Linux: Nuke Stat bits in favour of statx 2025-12-14 01:41:47 +01:00
priority_dequeue.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
priority_queue.zig std.priority_queue: add useful functions from ArrayList API 2025-02-01 19:02:39 +01:00
process.zig std.process.ArgIteratorWasi: fix no-args deinit 2025-12-03 08:35:24 +01:00
Progress.zig std.Progress: Terminate progress escape codes with ST not BEL 2025-11-26 14:16:08 +01:00
Random.zig std.Io.net: progress towards DNS resolution 2025-10-29 06:20:48 -07:00
SemanticVersion.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
simd.zig std.simd: suggest 1024-bit vectors for kvx 2025-11-10 09:40:44 +01:00
SinglyLinkedList.zig SinglyLinkedList.remove docs: Assumes -> asserts 2025-10-25 21:28:54 -07:00
sort.zig std.sort.partitionPoint: faster implementation (#30005) 2025-11-27 20:48:54 +01:00
start.zig std.start: add kvx support 2025-11-10 09:40:44 +01:00
static_string_map.zig std.static_string_map: Cast length of input for runtime initialization 2024-06-20 23:22:39 +00:00
std.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
tar.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
Target.zig std.Target: openbsd's landisk port is only little endian 2025-12-16 06:27:25 +01:00
testing.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
Thread.zig windows: type safety improvements and more ntdll functions 2025-12-12 01:58:21 -05:00
time.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
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: 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 remove condition codes 2025-07-16 10:27:39 -07:00
wasm.zig wasm linker: implement @tagName for sparse enums 2025-01-15 15:11:36 -08:00
zig.zig compiler: replace @Type with individual type-creating builtins 2025-11-22 22:42:37 +00: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