zig/std/atomic
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
..
index.zig self-hosted: first passing test 2018-07-10 20:18:43 -04:00
int.zig self-hosted: first passing test 2018-07-10 20:18:43 -04:00
queue_mpmc.zig std.atomic.queue - document limitation and add MPSC queue 2018-06-29 14:45:42 -04:00
queue_mpsc.zig better workaround for guaranteeing memory in coroutine frame 2018-07-09 21:21:59 -04:00
stack.zig remove std.mem.Allocator.construct and other fixups 2018-06-20 17:33:29 -04:00