zig/test/cases
Andrew Kelley bb39e503c0 fix struct inside function referencing local const
closes #672

the crash and compile errors are fixed but structs
inside functions still get named after the functions
they're in. this will be fixed later.
2018-01-07 00:28:37 -05:00
..
bugs fix compiler crash in a nullable if after an if in... 2017-12-14 01:07:23 -05:00
import explicitly return from blocks 2017-12-22 00:50:30 -05:00
namespace_depends_on_compile_var
pub_enum
align.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
alignof.zig introduce align keyword 2017-08-29 07:51:34 -04:00
array.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
asm.zig bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
atomics.zig
bitcast.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
bool.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
cast.zig ir: new pass iteration strategy 2018-01-02 21:08:12 -05:00
const_slice_child.zig
defer.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
enum_with_members.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
enum.zig enum tag values are expressions so no parentheses needed 2018-01-03 16:05:37 -05:00
error.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
eval.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
field_parent_ptr.zig
fn.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
for.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
generics.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
if.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
import.zig add import test 2017-09-09 22:54:50 -04:00
incomplete_struct_param_tld.zig
ir_block_deps.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
math.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
misc.zig fix struct inside function referencing local const 2018-01-07 00:28:37 -05:00
null.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
sizeof_and_typeof.zig add ptrToInt builtin, remove usize(ptr) cast 2017-08-08 17:38:25 -04:00
slice.zig fix crash when implicitly casting array of len 0 to slice 2017-12-19 22:38:02 -05:00
struct_contains_slice_of_itself.zig
struct.zig fix endianness of sub-byte integer fields in packed structs 2017-12-22 18:27:33 -05:00
switch_prong_err_enum.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
switch_prong_implicit_cast.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
switch.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
syntax.zig
this.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
try.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
undefined.zig fix compiler crash regarding type name of undefined 2017-10-21 13:14:10 -04:00
union.zig fix segfault when passing union enum with sub byte... 2017-12-24 04:11:58 -05:00
var_args.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
void.zig
while.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00