zig/test/cases
Andrew Kelley e00eec1c29 typedefs work for binary math operations 2017-02-03 12:09:13 -05:00
..
import
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 remove staticEval builtin in favor of comptime expression 2017-01-22 23:21:00 -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 self hosted tests import std library 2017-01-05 03:57:48 -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 pass cannot assign to constant test 2017-01-05 18:50:36 -05:00
error.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
eval.zig fix behavior when initializing struct with undefined 2017-02-02 14:55:01 -05:00
fn.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
for.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
generics.zig various fixes 2017-01-23 23:30:20 -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 remove staticEval builtin in favor of comptime expression 2017-01-22 23:21:00 -05:00
misc.zig printf var args proof of concept 2017-01-24 02:02:48 -05:00
null.zig ability to equality compare with null 2017-01-16 16:39:31 -05:00
sizeof_and_typeof.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00
struct.zig implement packed structs 2017-02-03 11:39:24 -05:00
struct_contains_slice_of_itself.zig self hosted tests import std library 2017-01-05 03:57:48 -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 add try expression 2017-02-02 17:09:27 -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 fix crash when passing void to var args function 2017-01-31 15:50:38 -05:00
while.zig self hosted tests import std library 2017-01-05 03:57:48 -05:00