zig/std
Andrew Kelley 02713e8d8a fix race conditions in self-hosted compiler; add test
* fix race condition in std.event.Channel deinit
 * add support to zig build for --no-rosegment
 * add passing self-hosted compare-output test for calling a function
 * put a global lock on LLD linking because it's not thread safe
2018-07-24 21:28:54 -04:00
..
atomic std.event.Loop.onNextTick dispatches work to waiting threads 2018-07-17 15:17:44 -04:00
c re-organize std lib darwin files 2018-07-22 00:04:24 -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 race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
fmt self-hosted: find libc on linux 2018-07-18 17:43:36 -04:00
hash
math Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world 2018-07-23 14:32:13 -04:00
os self-hosted: find all libc paths; windows linker code 2018-07-24 00:06:34 -04:00
rand Fix up some std.rand syntax #1161 (#1162) 2018-06-27 12:30:15 -04:00
special rename error.skip to error.SkipZigTest 2018-07-21 23:43:43 -04:00
zig self-hosted can compile libc hello world 2018-07-22 23:28:53 -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 fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
cstr.zig
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 std.io: PeekStream and SliceStream 2018-07-23 23:30:40 -07:00
io.zig std.io: PeekStream and SliceStream 2018-07-23 23:30:40 -07: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 macho backtraces - use std.sort.sort instead of insertion sort 2018-07-23 15:36:45 -04:00
mem.zig self-hosted: fix error messages not cleaning up correctly 2018-07-23 14:28:14 -04: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