zig/test/cases
Jimmi Holst Christensen 42033ea3ca
Merge pull request #1167 from ziglang/comptime-array-by-value
Implement const_values_equal for arrays
2018-06-30 18:58:31 +02:00
..
bugs clean up self hosted main. delete unsupported commands 2018-06-22 01:54:38 -04:00
import
namespace_depends_on_compile_var
pub_enum
align.zig remove []u8 casting syntax. add @bytesToSlice and @sliceToBytes 2018-06-18 17:25:29 -04:00
alignof.zig
array.zig Implement const_values_equal for array type 2018-06-28 10:34:37 +02:00
asm.zig
atomics.zig
bitcast.zig
bool.zig remove bool to int syntax. add @boolToInt 2018-06-18 03:07:16 -04:00
byval_arg_var.zig disable byval 2018-06-16 19:37:00 -04:00
cast.zig add f16 type 2018-06-27 16:20:04 +02:00
const_slice_child.zig
coroutines.zig fix coroutine accessing freed memory 2018-06-27 18:45:21 -04:00
defer.zig
enum_with_members.zig
enum.zig remove enum to/from int casting syntax; add @enumToInt/@intToEnum 2018-06-19 03:50:38 -04:00
error.zig remove error to/from int casting syntax; add @errorToInt/@intToError 2018-06-18 18:48:29 -04:00
eval.zig fix comptime @tagName crashing sometimes 2018-06-27 13:15:55 -04:00
field_parent_ptr.zig
fn_in_struct_in_comptime.zig
fn.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
for.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
generics.zig breaking syntax change: ??x to x.? (#1095) 2018-06-09 23:42:14 -04:00
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig Correct hex-float parsing 2018-06-28 20:12:03 +12:00
merge_error_sets.zig add docs and missing test case for merging error sets 2018-06-12 19:38:59 -04:00
misc.zig add f16 type 2018-06-27 16:20:04 +02:00
new_stack_call.zig
null.zig zig fmt 2018-06-20 17:16:27 -04:00
optional.zig fix crash for optional pointer to empty struct 2018-06-26 15:27:41 -04:00
pointers.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig breaking syntax change: ??x to x.? (#1095) 2018-06-09 23:42:14 -04:00
sizeof_and_typeof.zig
slice.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct.zig remove []u8 casting syntax. add @bytesToSlice and @sliceToBytes 2018-06-18 17:25:29 -04:00
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch.zig
syntax.zig
this.zig
try.zig
type_info.zig Merge pull request #1136 from alexnask/typeinfo_improvements 2018-06-19 11:46:32 -04:00
undefined.zig
union.zig remove enum to/from int casting syntax; add @enumToInt/@intToEnum 2018-06-19 03:50:38 -04:00
var_args.zig don't automatically take pointer when passing by non-copying value 2018-06-16 19:37:00 -04:00
void.zig
while.zig breaking syntax change: ??x to x.? (#1095) 2018-06-09 23:42:14 -04:00
widening.zig fix comptime @tagName crashing sometimes 2018-06-27 13:15:55 -04:00