zig/lib/std
2025-12-05 08:33:55 +01:00
..
Build std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
builtin std.builtin.assembly: add Clobbers for kvx 2025-11-10 09:40:42 +01:00
c remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
compress std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
crypto std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
debug std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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 std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
hash std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
heap MemoryPool: add unmanaged variants and make them the default 2025-11-15 09:30:57 +00:00
http std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
Io std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
json std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
math std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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 std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
posix represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
process Merge branch 'master' into indexof-find 2025-12-05 08:33:55 +01:00
Random std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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
tz
unicode Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
valgrind
zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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.ascii: rename indexOf functions to find 2025-12-04 10:44:32 +09: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
BitStack.zig
buf_map.zig
buf_set.zig
Build.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
builtin.zig compiler: replace @Type with individual type-creating builtins 2025-11-22 22:42:37 +00:00
c.zig std.c: add rusage for dragonfly, netbsd, openbsd 2025-12-04 03:46:36 +01:00
coff.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
compress.zig
crypto.zig std.crypto: add hybrid post-quantum/traditional key encapsulation 2025-11-27 12:10:17 +01:00
debug.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
elf.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
enums.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
fmt.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
fs.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
gpu.zig
hash.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
hash_map.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
heap.zig os.windows: Delete unused functions and kernel32 bindings 2025-11-23 23:38:01 -08:00
http.zig http.requestHasBody: a PUT response can have a body 2025-11-26 20:08:14 -08:00
Io.zig std.Io.Threaded: fix the cancellation race 2025-12-01 19:17:52 -08: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: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
math.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
mem.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
meta.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
multi_array_list.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
once.zig
os.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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 std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
priority_dequeue.zig
priority_queue.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
process.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
Progress.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
Random.zig std.Io.net: progress towards DNS resolution 2025-10-29 06:20:48 -07:00
SemanticVersion.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09: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.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
tar.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
Target.zig std.Target: remove Abi.code16 2025-11-23 10:22:03 +01:00
testing.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
Thread.zig std.Thread: update doc comments 2025-11-21 19:54:41 -08: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
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 std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
valgrind.zig
wasm.zig
zig.zig compiler: replace @Type with individual type-creating builtins 2025-11-22 22:42:37 +00:00
zip.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-04 11:10:30 +09:00
zon.zig zon: Add anonymous struct literal in the example 2025-08-15 23:35:16 +02:00