zig/lib/std
2023-01-26 16:36:14 -07:00
..
atomic
build zig build system: add LibExeObjStep.installLibraryHeaders 2023-01-25 02:45:57 -05:00
c FreeBSD: add mcontext_t for aarch64 2023-01-21 23:20:50 +02:00
compress std.compress.xz: fix for big-endian targets 2023-01-25 08:49:59 -08:00
crypto support P256 in x509 2023-01-22 17:24:45 -05:00
dwarf
event std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
fmt Fix buffer overflow in fmt when DAZ is set 2023-01-13 16:45:10 +02:00
fs Fix cache-dir specified on the command line (#14076) 2023-01-05 01:37:00 -08:00
hash Rewrite update_crc_catalog in zig and move tests to separate file 2023-01-22 07:16:49 -08:00
heap Implements std.ArenaAllocator.reset() (#12590) 2023-01-03 15:15:20 -05:00
http std.http.Client: default to lazy root cert scanning 2023-01-17 01:44:56 -05:00
io Find system-installed root SSL certificates on macOS (#14325) 2023-01-16 22:34:04 +00:00
json
math cbe: all behaviour tests now pass on msvc 2023-01-01 16:44:29 -05:00
mem
meta std.builtin: remove layout field from Type.Enum 2022-12-18 13:31:38 +01:00
net
os Merge pull request #14402 from kcbanner/cbe_x86_fixes 2023-01-24 17:53:54 -05:00
rand rand: add pub to next/jump 2022-12-18 01:46:09 -05:00
target update CPU features to LLVM 16 2023-01-26 16:36:14 -07:00
testing
Thread Mutex deadlock detection in debug 2023-01-19 16:57:29 +02:00
time
tz
unicode
valgrind
zig Merge pull request #14418 from ifreund/assume-sentinel-sux 2023-01-23 21:01:54 -05:00
array_hash_map.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
array_list.zig Add fromOwnedSliceSentinel to ArrayList ArrayList and ArrayListUnmanaged, add fromOwnedSlice to ArrayListUnmanaged 2023-01-16 14:22:38 +02:00
ascii.zig
atomic.zig
base64.zig
bit_set.zig
bounded_array.zig
buf_map.zig
buf_set.zig
build.zig zig build system: add LibExeObjStep.installLibraryHeaders 2023-01-25 02:45:57 -05:00
builtin.zig Sema: implement AVR address spaces 2023-01-04 01:26:50 +02:00
c.zig Make res nullable in getaddrinfo 2023-01-19 23:08:15 +02:00
child_process.zig ChildProcess: fix false positives in windowsCreateProcessSupportsExtension 2022-12-31 20:51:56 -05:00
coff.zig windows: rework DebugInfo to use less file operations and fix some memory management issues 2023-01-08 20:28:42 -05:00
compress.zig std.compress.xz public API cleanup 2023-01-24 15:24:19 -07:00
comptime_string_map.zig
crypto.zig remove std.crypto.der 2023-01-02 16:57:15 -07:00
cstr.zig
debug.zig debug: re-enable resource management test on x86_64 windows 2023-01-24 12:41:19 +02:00
dwarf.zig
dynamic_library.zig
elf.zig
enums.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
event.zig
fifo.zig
fmt.zig add tests for fixed stage1 bugs 2022-12-31 20:49:02 -05:00
fs.zig std: remove meta.assumeSentinel 2023-01-24 15:39:52 -05:00
hash.zig
hash_map.zig std.builtin: rename Type.Fn's args to params 2022-12-17 14:11:33 +01:00
heap.zig Merge pull request #12586 from MasterQ32/std_memory_pool 2023-01-03 14:53:54 -05:00
http.zig std.http.Client: support transfer-encoding: chunked 2023-01-05 19:57:00 -07:00
Ini.zig add std.Ini for basic .ini file parsing 2023-01-11 15:39:48 -08:00
io.zig expose std.io.bufferedReaderSize 2023-01-11 15:39:48 -08:00
json.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
leb128.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
linked_list.zig
log.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
macho.zig std.macho: add OLD = 0 as valid mode for both arm64 and x86_64 2023-01-21 13:18:14 +01:00
math.zig math: implement absInt for integer vectors 2023-01-03 13:30:24 +02:00
mem.zig std: Handle field struct defaults in std.mem.zeroInit 2023-01-16 14:24:47 +02:00
meta.zig std: remove meta.assumeSentinel 2023-01-24 15:39:52 -05:00
multi_array_list.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
net.zig std.net.Address: clarify unix socket getOsSockLen 2023-01-23 14:49:06 +01:00
once.zig
os.zig Merge pull request #14418 from ifreund/assume-sentinel-sux 2023-01-23 21:01:54 -05:00
packed_int_array.zig std: Expose Int parameter in std.PackedInt[Array,Slice] 2022-12-29 19:11:05 +02:00
pdb.zig std: eliminate pointless meta.assumeSentinel() usage 2023-01-23 12:19:53 +01:00
priority_dequeue.zig
priority_queue.zig
process.zig wasm: avoids allocating zero length buffers for args or env 2023-01-19 15:34:38 +02:00
Progress.zig
rand.zig
segmented_list.zig
SemanticVersion.zig
simd.zig std.simd.iota: make it always called at comptime 2023-01-04 18:37:53 -07:00
sort.zig
start.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
start_windows_tls.zig cbe: fixes for x86 2023-01-23 13:48:36 -05:00
std.zig add std.tar for tar file unpacking 2023-01-11 15:39:48 -08:00
tar.zig fix build failures on 32-bit arm due to u64/usize coercion 2023-01-11 15:39:49 -08:00
target.zig update CPU features to LLVM 16 2023-01-26 16:36:14 -07:00
testing.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
Thread.zig std.Thread: make Id smaller where possible 2023-01-16 14:20:57 +02:00
time.zig
treap.zig
tz.zig
unicode.zig
Uri.zig std.Uri: make scheme non-optional 2023-01-06 18:52:39 -07:00
valgrind.zig
wasm.zig wasm: refactor extended instructions 2022-12-21 17:02:53 +01:00
zig.zig