zig/test
Andrew Kelley f7e9d7aa5d ability to implicitly cast integer literal to &const Int
where Int is an integer type

also introduce `@intToPtr` builtin for converting a usize
to a pointer. users now have to use this instead of `(&T)(int)`.

closes #311
2017-04-07 15:35:38 -04:00
..
cases ability to implicitly cast integer literal to &const Int 2017-04-07 15:35:38 -04:00
run_tests.cpp add support to use zig as a linker driver 2017-04-05 07:49:40 -04:00
self_hosted.zig support module level assembly 2017-04-04 19:47:22 -04:00