zig/std/special
Andrew Kelley 4c6f1e614a
remove zig build --init. add zig init-lib and zig init-exe
init-lib creates a working static library with tests, and
init-exe creates a working hello world with a `run` target.

both now have test coverage with the new "cli tests" file.

closes #1035
2018-09-17 17:11:18 -04:00
..
compiler_rt zig fmt 2018-07-09 01:23:47 -04:00
init-exe remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
init-lib remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
bootstrap.zig Merge branch 'master' into zen_stdlib 2018-08-06 01:43:19 -04:00
bootstrap_lib.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
build_runner.zig fix regressions 2018-09-02 18:35:32 -04:00
builtin.zig add std.math f16 nan support 2018-06-30 01:58:17 +02:00
panic.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
test_runner.zig rename error.skip to error.SkipZigTest 2018-07-21 23:43:43 -04:00