zig/lib/std
2024-10-19 19:15:23 +01:00
..
Build std.Target: Move isLib{C,Cxx}LibName() to std.zig.target. 2024-10-16 22:25:13 +02:00
c fix typo in segset_t 2024-10-03 09:37:57 -07:00
compress Rewrite bit_reader and bit_writer to take advantage of current zig semantics and enhance readability (#21689) 2024-10-13 18:44:42 -07:00
crypto std: update for new CallingConvention 2024-10-19 19:15:23 +01:00
debug update safety test cases to new panic API 2024-09-26 17:14:17 -07:00
dwarf
fmt
fs fix compilation errors for fs and fs.Dir (#21643) 2024-10-17 01:08:58 +02:00
hash Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
heap Fix index calculation in WasmPageAllocator 2024-10-12 22:53:02 +02:00
http disable failing test 2024-09-19 18:20:22 -07:00
io Rewrite bit_reader and bit_writer to take advantage of current zig semantics and enhance readability (#21689) 2024-10-13 18:44:42 -07:00
json Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
math Remove packed_int_array usage from WasmPageAllocator and BigInt 2024-10-12 12:55:35 +02:00
mem
meta
net
os std: update for new CallingConvention 2024-10-19 19:15:23 +01:00
posix std.posix: Skip Stat struct comparison in fstatat test for s390x-linux. 2024-10-04 00:26:55 +02:00
process fix IB in fifoToOwnedArrayList 2024-09-24 13:19:06 -07:00
Random
sort
tar Remove old deprecated symbols in std (#21584) 2024-10-04 13:50:25 -07:00
Target std.Target: Rename OS version range functions to drop the "get" prefix. 2024-10-16 22:25:29 +02:00
testing
Thread remove @fence (#21585) 2024-10-04 22:21:27 +00:00
time
tz
unicode
valgrind
zig std.zig.render: fix callconv(.Inline) -> inline fn promotion 2024-10-19 19:15:23 +01:00
zip
array_hash_map.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
array_list.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
ascii.zig std.ascii: make toLower toUpper branchless (#21369) 2024-09-13 17:22:19 -07:00
atomic.zig Merge pull request #21587 from alexrp/hexagon-porting 2024-10-06 13:35:56 +02:00
base64.zig stdlib : base64 encode to writer (#20961) 2024-09-04 08:10:12 +00:00
bit_set.zig std.DynamicBitSet: remove wrong and useless comments (#21418) 2024-09-19 17:06:23 -07:00
BitStack.zig
bounded_array.zig
buf_map.zig
buf_set.zig
Build.zig Build: Add option(LazyPath, ...) support 2024-10-06 12:39:35 -07:00
builtin.zig test: update for CallingConvention changes 2024-10-19 19:15:23 +01:00
c.zig dragonfly std: more std.c support 2024-10-07 13:19:33 -04:00
coff.zig
compress.zig
crypto.zig
debug.zig std.debug: Fix defaultPanic() uefi build 2024-10-07 02:40:01 +09:00
dwarf.zig
dynamic_library.zig std.dynamic_library: update to new elf API 2024-10-12 10:44:17 -07:00
elf.zig link.Elf: eliminate an O(N^2) algorithm in flush() 2024-10-12 10:44:17 -07:00
enums.zig
fifo.zig
fmt.zig remove formatted panics 2024-09-26 12:35:14 -07:00
fs.zig fix compilation errors for fs and fs.Dir (#21643) 2024-10-17 01:08:58 +02:00
gpu.zig
hash.zig
hash_map.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
heap.zig Remove old deprecated symbols in std (#21584) 2024-10-04 13:50:25 -07:00
http.zig
io.zig std: async read into small temporary buffer between poll calls on Windows 2024-10-06 07:01:12 +01:00
json.zig
leb128.zig
linked_list.zig
log.zig
macho.zig
math.zig std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloat 2024-09-02 00:10:22 +03:00
mem.zig std.mem.readVarInt: assert ReturnType is large enough (#20946) 2024-10-11 19:32:10 +00:00
meta.zig Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-struct 2024-10-06 02:52:20 +02:00
multi_array_list.zig std.MultiArrayList: add clear methods 2024-10-14 03:33:23 -07:00
net.zig
once.zig
os.zig
pdb.zig
posix.zig freebsd posix: add SystemOutdated to MemFdCreateError 2024-10-07 13:19:33 -04:00
priority_dequeue.zig
priority_queue.zig
process.zig
Progress.zig
Random.zig
RingBuffer.zig
segmented_list.zig
SemanticVersion.zig
simd.zig std.Target: Change Cpu.baseline() to also be able to take OS into consideration. 2024-10-16 00:33:10 +02:00
sort.zig std.equalRange: Compute lower and upper bounds simultaneously 2024-09-23 13:03:06 -07:00
start.zig std: update for new CallingConvention 2024-10-19 19:15:23 +01:00
static_string_map.zig
std.zig Remove packed_int_array.zig from std 2024-10-12 12:00:09 +02:00
tar.zig Remove old deprecated symbols in std (#21584) 2024-10-04 13:50:25 -07:00
Target.zig test: update for CallingConvention changes 2024-10-19 19:15:23 +01:00
testing.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Thread.zig std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too. 2024-10-16 01:10:36 +02:00
time.zig move std.time.sleep to std.Thread.sleep 2024-09-26 12:35:14 -07:00
treap.zig
tz.zig
unicode.zig
Uri.zig
valgrind.zig
wasm.zig
zig.zig std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer. 2024-09-23 17:17:25 -07:00
zip.zig