zig/std
Andrew Kelley d8f6388b63 if statements can be const expr evaluated
also introduce error for unnecessary if statement
but if the condition depends on a compile variable, then
the if statement is OK
2016-02-09 18:53:28 -07:00
..
bootstrap.zig update for loop syntax 2016-02-05 17:15:19 -07:00
builtin.zig syntax: back to -> for return type, no more => 2016-01-25 17:08:18 -07:00
errno.zig re-add errno.zig 2016-01-07 03:22:53 -07:00
math.zig unreachable causes a trap in debug mode 2016-02-02 02:43:33 -07:00
mem.zig malloc fails on mmap error code properly 2016-01-28 16:01:52 +13:00
os.zig move os_get_random_bytes to os.zig 2016-02-04 01:00:54 -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 add abort function and "cold" fn attribute 2016-02-02 00:42:06 -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