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 self-hosted: first passing test 2018-07-10 20:18:43 -04:00
c zig fmt 2018-07-09 01:23:47 -04:00
crypto Update throughput_test.zig. (#1211) 2018-07-09 17:21:20 -04:00
debug Merge remote-tracking branch 'origin/master' into m-n-threading 2018-07-09 17:14:42 -04:00
event introduce std.event.Group for making parallel async calls 2018-07-10 15:17:01 -04:00
fmt add event loop Channel abstraction 2018-07-02 14:38:11 -04:00
hash remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
math test std.math f16 sqrt support 2018-06-30 01:58:17 +02:00
os Merge remote-tracking branch 'origin/master' into m-n-threading 2018-07-09 17:14:42 -04:00
rand Fix up some std.rand syntax #1161 (#1162) 2018-06-27 12:30:15 -04:00
special Merge remote-tracking branch 'origin/master' into m-n-threading 2018-07-09 17:14:42 -04:00
zig Update zig.parser benchmark program 2018-07-09 17:14:04 +12:00
array_list.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
base64.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
buf_map.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buf_set.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buffer.zig Fix error handling in Buffer::fromOwnedSlice (#1082) 2018-06-08 19:24:48 -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
dynamic_library.zig update std.DynLib to use @intCast 2018-06-18 00:52:55 -04:00
elf.zig add basic std lib code for loading dynamic libraries 2018-06-16 17:01:23 -04:00
empty.zig
event.zig introduce std.event.Group for making parallel async calls 2018-07-10 15:17:01 -04:00
hash_map.zig std.Hashmap - don't use catch unreachable in tests 2018-07-09 10:44:06 -04:00
heap.zig std.event.Loop multithreading for windows using IOCP 2018-07-09 16:49:46 -04:00
index.zig add basic std lib code for loading dynamic libraries 2018-06-16 17:01:23 -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 Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
json.zig remove enum to/from int casting syntax; add @enumToInt/@intToEnum 2018-06-19 03:50:38 -04:00
linked_list.zig remove std.mem.Allocator.construct and other fixups 2018-06-20 17:33:29 -04:00
macho.zig remove []u8 casting syntax. add @bytesToSlice and @sliceToBytes 2018-06-18 17:25:29 -04:00
mem.zig M:N threading 2018-07-07 00:32:19 -04:00
net.zig remove []u8 casting syntax. add @bytesToSlice and @sliceToBytes 2018-06-18 17:25:29 -04:00
segmented_list.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
sort.zig
unicode.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00