zig/test/cases
Andrew Kelley 434f017aee codegen nullable void the same way as bool
See #104
2017-03-10 11:21:41 -05:00
..
import IR testing: rename cases3 dir to cases 2016-12-26 02:49:30 -05:00
namespace_depends_on_compile_var self hosted tests import std library 2017-01-05 03:57:48 -05:00
pub_enum self hosted tests import std library 2017-01-05 03:57:48 -05:00
array.zig fix inability to write to global in some cases 2017-02-27 00:07:11 -05:00
atomics.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
bool.zig add test for compile time bool not operator 2017-01-16 17:15:42 -05:00
cast.zig add integer literal to pointer explicit cast 2017-01-31 13:38:04 -05:00
const_slice_child.zig fix a case of invalid ptr const-ness 2017-03-08 17:02:18 -05:00
defer.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
enum.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
enum_with_members.zig break off some of std.io into std.fmt, generalize printf 2017-03-09 19:12:15 -05:00
error.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
eval.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
fn.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
for.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
generics.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
goto.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
if.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
import.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
ir_block_deps.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
math.zig add passing test for floating point edge case 2017-02-26 16:30:15 -05:00
misc.zig fix a case of invalid ptr const-ness 2017-03-08 17:02:18 -05:00
null.zig codegen nullable void the same way as bool 2017-03-10 11:21:41 -05:00
sizeof_and_typeof.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
struct.zig add compile error for ignoring return value 2017-02-24 15:01:19 -05:00
struct_contains_slice_of_itself.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
switch.zig remove ability to mark if and switch as inline 2017-02-02 13:23:18 -05:00
switch_prong_err_enum.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
switch_prong_implicit_cast.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
this.zig use comptime instead of inline for var and params 2017-01-22 19:51:37 -05:00
try.zig rename CBuf to Buffer0 and some minor std API changes 2017-02-28 03:07:11 -05:00
typedef.zig typedefs work for binary math operations 2017-02-03 12:09:13 -05:00
undefined.zig fix ability to call method on variable at compile time 2017-02-02 15:03:21 -05:00
var_args.zig support passing var args directly 2017-03-09 16:13:38 -05:00
void.zig std.io supports printing integers as hex values 2017-02-07 17:23:50 -05:00
while.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00