zig/std
Andrew Kelley af536ac343 introduce new test syntax
* remove setFnTest builtin
 * add test "name" { ... } syntax
 * remove --check-unused argument. functions are always lazy now.
2017-03-16 16:02:35 -04:00
..
bootstrap.zig update std code for MacOS 2017-02-23 16:13:57 -05:00
builtin.zig lots of miscellaneous things all in one big commit 2017-02-09 03:09:25 -05:00
compiler_rt.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
cstr.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
darwin_x86_64.zig update std code for MacOS 2017-02-23 16:13:57 -05:00
darwin.zig Fix unused return value in darwin.zig 2017-03-02 19:21:02 -05:00
debug.zig rename CBuf to Buffer0 and some minor std API changes 2017-02-28 03:07:11 -05:00
dwarf.zig stack trace is able to figure out compilation unit 2016-09-23 02:00:23 -04:00
elf.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
endian.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
errno.zig re-add errno.zig 2016-01-07 03:22:53 -07:00
fmt.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
hash_map.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
index.zig break off some of std.io into std.fmt, generalize printf 2017-03-09 19:12:15 -05:00
io.zig break off some of std.io into std.fmt, generalize printf 2017-03-09 19:12:15 -05:00
linux_i386.zig unsigned integers for sizes of things 2016-07-26 20:40:11 -07:00
linux_x86_64.zig hello.zig working with all structs anonymous 2016-12-18 17:24:52 -05:00
linux.zig add compile error for ignoring return value 2017-02-24 15:01:19 -05:00
list.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
math.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
mem.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
net.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
os.zig add compile error for ignoring return value 2017-02-24 15:01:19 -05:00
panic.zig lots of miscellaneous things all in one big commit 2017-02-09 03:09:25 -05:00
rand_test.zig std: add tests for mt32 and mt64 2016-07-28 20:14:57 -07:00
rand.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
sort.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
test_runner_libc.zig std: conform to style guidelines 2016-08-16 22:42:50 -07:00
test_runner_nolibc.zig std: conform to style guidelines 2016-08-16 22:42:50 -07:00
test_runner.zig use printf in test runner code 2017-02-05 16:09:33 -05:00