zig/lib/std
2021-05-18 09:28:00 +02:00
..
atomic std: update usage of std.testing 2021-05-08 15:15:30 +03:00
build std.build: if using a RunStep, show the command run on verbose (#8571) 2021-05-01 08:17:17 +02:00
c std: Harmonize use of off_t between libc and Zig impls 2021-05-11 12:33:48 +02:00
compress std: update usage of std.testing 2021-05-08 15:15:30 +03:00
crypto std: Allocate tlscsprng memory as needed 2021-05-17 17:16:38 -04:00
event std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fmt std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fs std: Add more tests, fix broken code 2021-05-11 12:33:48 +02:00
hash std: update usage of std.testing 2021-05-08 15:15:30 +03:00
heap std: update usage of std.testing 2021-05-08 15:15:30 +03:00
io std: update usage of std.testing 2021-05-08 15:15:30 +03:00
json std/json: Fix premature closing brace being considered valid JSON 2021-05-13 11:11:28 +02:00
math std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
mem std: Clear old memory on free 2021-02-25 22:20:30 +02:00
meta Remove isIntegerNumber and isFloatingNumber 2021-05-17 08:41:44 +03:00
net std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os std: dragonfly: fix duplicate definition of sockaddr_storage 2021-05-14 23:16:46 -07:00
rand std: update usage of std.testing 2021-05-08 15:15:30 +03:00
special Merge pull request #8746 from koachan/sparc64-fixes 2021-05-14 15:21:17 -04:00
target SPIR-V: Add generated SPIR-V features 2021-05-14 19:49:32 +02:00
testing
Thread std: update usage of std.testing 2021-05-08 15:15:30 +03:00
time
unicode
valgrind std: update usage of std.testing 2021-05-08 15:15:30 +03:00
x x/os, os: fix setsockopt on windows, simplify Socket.setOption error set 2021-05-10 19:22:31 +09:00
zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
array_hash_map.zig fix AutoArrayHashMap's store_hash logic 2021-05-11 16:14:23 +03:00
array_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
ascii.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
atomic.zig
base64.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
bit_set.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
buf_map.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
buf_set.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
build.zig Add experimental Darling support for cross testing macOS 2021-05-13 20:31:33 +02:00
builtin.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
c.zig std: Harmonize use of off_t between libc and Zig impls 2021-05-11 12:33:48 +02:00
child_process.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
coff.zig zig fmt the std lib 2021-02-24 21:29:23 -07:00
compress.zig
comptime_string_map.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
crypto.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
cstr.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
debug.zig std: Avoid using white color when printing stacktraces 2021-05-15 13:44:52 -04:00
dwarf.zig dwarf: fix LineNumberProgram check 2021-04-12 17:18:56 -04:00
dwarf_bits.zig
dynamic_library.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
elf.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
enums.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
event.zig
fifo.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fmt.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
fs.zig Add a comment to explain the alignment directive 2021-05-13 06:18:51 +07:00
hash.zig
hash_map.zig std.hash_map: use 7 bits of metadata instead of 6 2021-05-14 15:15:55 -04:00
heap.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
io.zig std: remove io.AutoIndentingStream 2021-02-16 23:20:46 +01:00
json.zig fix logic for duplicate comptime fields and avoid freeing comptime fields in parseFree and parseInternal 2021-05-14 01:51:39 -04:00
leb128.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
linked_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
log.zig zig fmt the std lib 2021-02-24 21:29:23 -07:00
macho.zig zld: parse dylib id 2021-05-18 09:28:00 +02:00
math.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
mem.zig std/mem: add sliceTo(), deprecate spanZ(), lenZ() 2021-05-12 11:24:49 +02:00
meta.zig std.meta.Elem: support all optional types 2021-05-11 22:22:21 +02:00
multi_array_list.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
net.zig replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity 2021-02-21 11:56:14 +02:00
once.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os.zig add missing EBADF error code for openat 2021-05-16 22:36:50 +02:00
packed_int_array.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
pdb.zig Don't read more bytes than exist in MsfStream (#7839) 2021-02-01 15:27:39 -05:00
priority_dequeue.zig fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue 2021-05-12 18:33:25 -04:00
priority_queue.zig fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue 2021-05-12 18:33:25 -04:00
process.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
Progress.zig std: Use more common escape sequences in Progress 2021-03-12 19:31:59 -05:00
rand.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
SemanticVersion.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sort.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
start.zig start.zig: export main with strong linkage 2021-05-13 17:24:32 -04:00
start_windows_tls.zig
std.zig x, x/os/Socket: initial work on new Socket abstraction 2021-04-25 21:15:02 +09:00
target.zig SPIR-V: Add generated SPIR-V features 2021-05-14 19:49:32 +02:00
testing.zig std.testing: Added newline to the error messages 2021-05-15 01:27:39 -04:00
Thread.zig std: Add fallback on pre-v6 ARM targets 2021-05-03 12:32:13 +02:00
time.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
unicode.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
valgrind.zig
wasm.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
x.zig std/os, x/os/socket: windows support, socket helpers, getpeername() 2021-05-10 19:22:31 +09:00
zig.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00