zig/test/cases
Andrew Kelley 29beb603b7 allow division and remainder operators sometimes
when the values are comptime known and the result would be the same,
allow `/` and `%` for signed integers and floats.

closes #365
2017-05-06 23:59:57 -04:00
..
import
namespace_depends_on_compile_var
pub_enum
array.zig
asm.zig
atomics.zig
bool.zig
cast.zig
const_slice_child.zig change while syntax 2017-05-03 18:12:07 -04:00
defer.zig
enum.zig
enum_with_members.zig
error.zig
eval.zig change while syntax 2017-05-03 18:12:07 -04:00
field_parent_ptr.zig
fn.zig
for.zig
generics.zig
goto.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig allow division and remainder operators sometimes 2017-05-06 23:59:57 -04:00
misc.zig builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
null.zig remove test and try expressions in favor of if expressions 2017-05-03 17:23:11 -04:00
ref_var_in_if_after_if_2nd_switch_prong.zig fix compiler crash when referencing a variable... 2017-05-02 12:59:09 -04:00
sizeof_and_typeof.zig
struct.zig
struct_contains_slice_of_itself.zig
switch.zig
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
this.zig
try.zig remove test and try expressions in favor of if expressions 2017-05-03 17:23:11 -04:00
undefined.zig
var_args.zig change while syntax 2017-05-03 18:12:07 -04:00
void.zig
while.zig implement else on loops and break can give an expression 2017-05-04 12:43:11 -04:00