zig/std
Andrew Kelley 574e31f0a0 self-hosted: first passing test
* introduce std.atomic.Int
 * add src-self-hosted/test.zig which is tested by the main test suite
   - it fully utilizes the multithreaded async/await event loop so the
     tests should Go Fast
 * `stage2/bin/zig build-obj test.zig` is able to spit out an error if 2 exported
   functions collide
 * ability for `zig test` to accept `--object` and `--assembly`
   arguments
 * std.build: TestStep supports addLibPath and addObjectFile
2018-07-10 20:18:43 -04:00
..
atomic
c
crypto
debug
event
fmt
hash
math
os
rand
special
zig
array_list.zig
base64.zig
buf_map.zig
buf_set.zig
buffer.zig
build.zig
cstr.zig
dwarf.zig
dynamic_library.zig
elf.zig
empty.zig
event.zig
hash_map.zig
heap.zig
index.zig
io_test.zig
io.zig
json_test.zig
json.zig
linked_list.zig
macho.zig remove []u8 casting syntax. add @bytesToSlice and @sliceToBytes 2018-06-18 17:25:29 -04:00
mem.zig
net.zig
segmented_list.zig
sort.zig
unicode.zig