zig/lib/std
2021-05-14 15:06:47 -06: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 p256: properly handle neutral element & add AffineCoordinates struct (#8718) 2021-05-09 18:20:43 +02: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: rework math.scalbn (#8733) 2021-05-14 16:15:53 -04:00
mem
meta std: update usage of std.testing 2021-05-08 15:15:30 +03:00
net std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os std: fix & add os.windows.user32 WM constants 2021-05-14 15:06:47 -06: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 std: Add two more ARM CPUs to the known CPU list 2021-05-03 12:32:13 +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 Merge pull request #8611 from shachaf/precedence 2021-05-13 17:40:03 -04: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
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: Fix backtraces on sparcv9 2021-04-25 19:10:11 +02: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
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
macho.zig macho: fix typos in consts defs 2021-04-21 06:49:34 +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
once.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
os.zig std: Add more tests, fix broken code 2021-05-11 12:33:48 +02:00
packed_int_array.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
pdb.zig
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
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 bsd: detect os version 2021-05-11 22:05:08 -04:00
testing.zig allow tests to fail 2021-05-08 15:15:23 +03: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