.. |
bugs
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
import
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
namespace_depends_on_compile_var
|
clean up behavior test names
|
2017-05-23 21:38:31 -04:00 |
pub_enum
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
align.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
alignof.zig
|
introduce align keyword
|
2017-08-29 07:51:34 -04:00 |
array.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
asm.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
atomics.zig
|
add atomicrmw builtin function
|
2018-02-28 21:19:51 -05:00 |
bitcast.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
bool.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
cast.zig
|
ptrCast builtin now gives an error for removing const qualifier
|
2018-03-06 16:37:03 -05:00 |
const_slice_child.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
coroutines.zig
|
coroutines: add await early test case
|
2018-03-01 16:17:38 -05:00 |
defer.zig
|
*WIP* error sets converting std lib
|
2018-01-31 22:48:40 -05:00 |
enum.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
enum_with_members.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
error.zig
|
fix crash with error peer type resolution
|
2018-02-09 11:16:04 -05:00 |
eval.zig
|
ability to slice an undefined pointer at compile time if the len is 0
|
2018-02-16 15:22:29 -05:00 |
field_parent_ptr.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
fn.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
for.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
generics.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
if.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
import.zig
|
add import test
|
2017-09-09 22:54:50 -04:00 |
incomplete_struct_param_tld.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
ir_block_deps.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
math.zig
|
fix crash when doing comptime float rem comptime int
|
2018-02-14 23:12:51 -05:00 |
misc.zig
|
ptrCast builtin now gives an error for removing const qualifier
|
2018-03-06 16:37:03 -05:00 |
null.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
ref_var_in_if_after_if_2nd_switch_prong.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
reflection.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
sizeof_and_typeof.zig
|
add ptrToInt builtin, remove usize(ptr) cast
|
2017-08-08 17:38:25 -04:00 |
slice.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
struct.zig
|
fix crash when align 1 field before self referential...
|
2018-01-27 18:30:36 -05:00 |
struct_contains_null_ptr_itself.zig
|
fix compiler crash when struct contains...
|
2018-02-15 12:14:20 -05:00 |
struct_contains_slice_of_itself.zig
|
change slicing syntax from ... to ..
|
2017-05-19 10:39:59 -04:00 |
switch.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
switch_prong_err_enum.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
switch_prong_implicit_cast.zig
|
*WIP* error sets converting std lib
|
2018-01-31 22:48:40 -05:00 |
syntax.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
this.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
try.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
undefined.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
union.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |
var_args.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
void.zig
|
clean up behavior test names
|
2017-05-23 21:38:31 -04:00 |
while.zig
|
*WI* error sets - basic support working
|
2018-02-02 14:26:14 -05:00 |