zig/lib/std
Hadrien Dorio dba04a272a
compress: remove sha256 checks from tests
Read bytes to check expected values instead of reading and hashing them.
Hashing is a waste of time when we can just read and compare.
This also removes a dependency on std.crypto.hash.sha2.Sha256 for tests.
2022-01-23 19:29:57 +01:00
..
atomic
build
c Implement segfault handler for macOS x86_64 2022-01-18 15:10:49 -05:00
compress compress: remove sha256 checks from tests 2022-01-23 19:29:57 +01:00
crypto
dwarf
event
fmt
fs std.fs.path: revert recent public API change 2022-01-11 11:00:19 -07:00
hash
heap
io
json
math
mem
meta
net Check for isDarwin() instead of linked libc 2022-01-14 13:44:38 +01:00
os std.fs.path: revert recent public API change 2022-01-11 11:00:19 -07:00
rand
special test runner: stage2 llvm backend prints stats 2022-01-17 22:17:02 -07:00
target
testing
Thread Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538) 2022-01-11 13:04:24 -05:00
time
tz
unicode
valgrind
x Check for isDarwin() instead of linked libc 2022-01-14 13:44:38 +01:00
zig std: fix zig.Ast being called Tree internally 2022-01-08 01:01:09 -05:00
array_hash_map.zig
array_list.zig
ascii.zig
atomic.zig
base64.zig
bit_set.zig
bounded_array.zig Slice function of BoundedArray now returns slice based on self pointer 2022-01-16 01:37:37 -05:00
buf_map.zig
buf_set.zig
build.zig stage2: improvements to entry point handling 2022-01-19 11:41:08 -07:00
builtin.zig stage2: implement @prefetch 2022-01-18 11:59:09 -07:00
c.zig std.c: add shm_open and shm_unlink 2022-01-17 16:56:50 +02:00
child_process.zig
coff.zig
compress.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
comptime_string_map.zig
crypto.zig
cstr.zig
debug.zig Implement segfault handler for macOS x86_64 2022-01-18 15:10:49 -05:00
dwarf.zig
dynamic_library.zig
elf.zig
enums.zig
event.zig
fifo.zig
fmt.zig
fs.zig
hash_map.zig std: hash_map: optimize isFree/isTombstone (#10562) 2022-01-10 23:54:45 -05:00
hash.zig
heap.zig
io.zig
json.zig std: add json.stringifyAlloc 2022-01-17 12:32:02 +01:00
leb128.zig
linked_list.zig
log.zig
macho.zig
math.zig
mem.zig
meta.zig std: add meta.DeclEnum 2022-01-20 10:54:45 +02:00
multi_array_list.zig libstd: add smoke test for insert methods in MultiArrayList 2022-01-17 12:26:48 +01:00
net.zig Merge pull request #10576 from schmee/macos-resolve-ip 2022-01-15 00:47:12 +01:00
once.zig
os.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
packed_int_array.zig
pdb.zig
priority_dequeue.zig
priority_queue.zig
process.zig remove unnecessary self argument 2022-01-20 10:55:10 +02:00
Progress.zig
rand.zig
SemanticVersion.zig
sort.zig
start_windows_tls.zig
start.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
std.zig
target.zig
testing.zig stage2: implement @ctz and @clz including SIMD 2022-01-12 23:53:26 -07:00
Thread.zig Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538) 2022-01-11 13:04:24 -05:00
time.zig
tz.zig
unicode.zig
valgrind.zig
wasm.zig
x.zig
zig.zig