zig/std
kristopher tate df574ccf86 std.special.test_runner.zig: make tests skippable;
tracking issue #1274;

tests can be skipped by returnning `error.skip` :
2018-07-22 02:20:03 +09:00
..
atomic std.event.Loop.onNextTick dispatches work to waiting threads 2018-07-17 15:17:44 -04:00
c add compile error for disallowed types in extern structs 2018-07-11 14:08:56 -04:00
crypto all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
debug Merge remote-tracking branch 'origin/master' into m-n-threading 2018-07-09 17:14:42 -04:00
event fix build on windows 2018-07-18 10:07:22 -04:00
fmt add event loop Channel abstraction 2018-07-02 14:38:11 -04:00
hash
math all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
os Fixed windows getPos 2018-07-20 23:05:53 +02:00
rand Fix up some std.rand syntax #1161 (#1162) 2018-06-27 12:30:15 -04:00
special std.special.test_runner.zig: make tests skippable; 2018-07-22 02:20:03 +09:00
zig self-hosted: generate zig IR for simple function 2018-07-12 15:12:44 -04:00
array_list.zig Add swapRemoveOrError (#1254) 2018-07-17 10:29:42 -04:00
base64.zig
buf_map.zig
buf_set.zig
buffer.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
build.zig self-hosted: first passing test 2018-07-10 20:18:43 -04:00
cstr.zig standard library fixes 2018-06-18 17:43:01 -04:00
dwarf.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
dynamic_library.zig
elf.zig
empty.zig
event.zig std.event.Future: workaround in tests for llvm coro memory 2018-07-11 20:17:47 -04:00
hash_map.zig std.Hashmap - don't use catch unreachable in tests 2018-07-09 10:44:06 -04:00
heap.zig Improve realloc on fixed buffer allocator (#1238) 2018-07-14 16:31:11 -04:00
index.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
io_test.zig
io.zig std: update stdlib to match updated allocator create signature; ref #733 2018-06-21 00:40:21 +09:00
json_test.zig
json.zig all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
lazy_init.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
linked_list.zig remove std.mem.Allocator.construct and other fixups 2018-06-20 17:33:29 -04:00
macho.zig Add generic comparator generator functions for sorting 2018-07-11 18:44:30 +12:00
mem.zig Fix aligned reallocation from zero size. 2018-07-14 18:05:05 +02:00
net.zig
segmented_list.zig
sort.zig Add generic comparator generator functions for sorting 2018-07-11 18:44:30 +12:00
unicode.zig fix build on windows 2018-07-18 10:07:22 -04:00