zig/lib/std
Jakub Konka 923c0feda1 Add std.fs.File.readAllAlloc tests
This commit adds some unit tests for `std.fs.File.readAllAlloc`
function. It also updates the docs of `Reader.readNoEof`
which were outdated, and swaps `inStream()` for  `reader()` in
`File.readAllAlloc` with the former being deprecated.
2020-06-22 20:03:21 -04:00
..
atomic
build reference emit_raw in std lib tests 2020-06-18 20:17:53 -04:00
c zig fmt 2020-06-20 18:39:15 -04:00
crypto
debug
event (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
fmt
fs Add std.fs.File.readAllAlloc tests 2020-06-22 20:03:21 -04:00
hash
heap small bump to ArenaAllocator minimum alloc size 2020-05-20 16:30:28 -04:00
http std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
io Add std.fs.File.readAllAlloc tests 2020-06-22 20:03:21 -04:00
json run zig fmt on std lib 2020-05-24 10:04:09 -04:00
math Improve f128 standard library support 2020-06-17 18:18:45 +02:00
meta Merge pull request #5449 from data-man/more_traits 2020-06-01 14:50:01 -04:00
net Test case for tcpConnectToHost fix 2020-06-07 22:39:35 +10:00
os Enhance std.os.readlinkat coverage 2020-06-22 09:40:06 +02:00
rand
special Merge pull request #4976 from xackus/std-lib-docs 2020-06-01 14:50:05 +03:00
target Add strict_align to pre-v6 ARM targets 2020-06-12 13:43:12 -04:00
testing
time (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
unicode
valgrind
zig zig fmt 2020-06-20 18:39:15 -04:00
array_list.zig zig fmt 2020-06-20 18:39:15 -04:00
array_list_sentineled.zig
ascii.zig
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
build.zig reference emit_raw in std lib tests 2020-06-18 20:17:53 -04:00
builtin.zig Merge pull request #5203 from tadeokondrak/@type-for-even-more-types 2020-06-18 21:25:03 -04:00
c.zig Enhance std.os.symlinkat coverage 2020-06-22 09:14:51 +02:00
cache_hash.zig fix std lib tests for WASI 2020-05-25 19:46:28 -04:00
child_process.zig
coff.zig
comptime_string_map.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
crypto.zig
cstr.zig
debug.zig Add std.debug.print for "printf debugging" 2020-06-17 18:36:44 +02:00
dwarf.zig
dwarf_bits.zig
dynamic_library.zig
elf.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
event.zig
fifo.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
fmt.zig Use writer in std.fmt 2020-06-20 18:23:57 +00:00
fs.zig std.fs: fix shadowing stat with a local variable 2020-06-20 20:43:56 -04:00
hash.zig
hash_map.zig std.HashMap: allow ensureCapacity with a zero parameter 2020-06-02 14:41:45 -04:00
heap.zig Expose full llvm intrinsic 2020-06-09 00:22:34 -04:00
http.zig
io.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
json.zig try allocation of pointer type when parsing (#5665) 2020-06-22 17:30:02 +03:00
linked_list.zig run zig fmt on std lib 2020-05-24 10:04:09 -04:00
log.zig Don't attempt to use io from thin air 2020-06-19 02:06:27 -04:00
macho.zig
math.zig Improve f128 standard library support 2020-06-17 18:18:45 +02:00
mem.zig rename std.mem.defaultInit to std.mem.zeroInit 2020-06-01 14:47:18 -04:00
meta.zig Compacts switch statements and string literal 2020-06-21 21:48:12 +01:00
mutex.zig
net.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
once.zig
os.zig Enhance std.os.readlinkat coverage 2020-06-22 09:40:06 +02:00
packed_int_array.zig Fix typo in PackedIntArray tests 2020-05-30 23:17:55 +02:00
pdb.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
priority_queue.zig
process.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
progress.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
rand.zig make rand function public, fixes crypto benchmark 2020-05-20 21:27:08 -04:00
rb.zig
reset_event.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
segmented_list.zig Add writeToSlice method to SegmentedList. (#5405) 2020-05-26 13:04:25 -04:00
sort.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
spinlock.zig
start.zig
start_windows_tls.zig
std.zig Introduce std.log 2020-06-17 02:14:52 +02:00
target.zig
testing.zig std.testing: fix a crash when printing diffs 2020-05-22 00:27:51 -04:00
thread.zig
time.zig fixed timestamp() 2020-06-01 14:43:13 -04:00
unicode.zig Add std.unicode.Utf8Iterator.peek 2020-06-18 20:35:03 -04:00
valgrind.zig
zig.zig