zig/std
Andrew Kelley 77ffb5075b update bootstrap to work for macos too
* Directives can have arbitrary expressions as parameters
 * Fix switch statement not generating code sometimes
 * Rename "main" fn in bootstrap.zig to "zig_user_main" to
   avoid name collisions
 * codegen: fix badref when unreachable is last thing in an
   expression
 * support #condition directive on exported functions
2016-02-16 16:41:56 -07:00
..
bootstrap.zig update bootstrap to work for macos too 2016-02-16 16:41:56 -07:00
builtin.zig
compiler_rt.zig add @ctz, @clz and compiler_rt implementation 2016-02-13 12:50:13 -07:00
errno.zig
math.zig unreachable causes a trap in debug mode 2016-02-02 02:43:33 -07:00
os.zig dummy implementation of os_get_random_bytes for windows 2016-02-13 22:59:49 -07:00
rand.zig remove ptr field access of arrays 2016-02-07 15:43:19 -07:00
std.zig std: fix parse_u64 implementation and add test 2016-02-09 09:51:25 -07:00
syscall.zig std: delete malloc and free 2016-02-12 02:23:22 -07:00
test_runner_libc.zig fix running tests when linking with libc 2016-02-03 23:07:55 -07:00
test_runner_nolibc.zig fix running tests when linking with libc 2016-02-03 23:07:55 -07:00
test_runner.zig if statements can be const expr evaluated 2016-02-09 18:53:28 -07:00