.. |
bugs
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
import
|
[breaking] delete ptr deref prefix op
|
2018-04-30 20:35:54 -04:00 |
namespace_depends_on_compile_var
|
[breaking] delete ptr deref prefix op
|
2018-04-30 20:35:54 -04:00 |
pub_enum
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
align.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
alignof.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
array.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
asm.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
atomics.zig
|
use * for pointer type instead of &
|
2018-05-31 17:28:07 -04:00 |
bit_shifting.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
bitcast.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
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 |
cancel.zig
|
test/cases/cancel.zig: update suspend to use @handle();
|
2018-08-02 17:47:03 +09:00 |
cast.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
const_slice_child.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
coroutine_await_struct.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
coroutines.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
defer.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
enum.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
enum_with_members.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
error.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
eval.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
field_parent_ptr.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
fn.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
fn_in_struct_in_comptime.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
for.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
generics.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
if.zig
|
[breaking] delete ptr deref prefix op
|
2018-04-30 20:35:54 -04:00 |
import.zig
|
add import test
|
2017-09-09 22:54:50 -04:00 |
incomplete_struct_param_tld.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
ir_block_deps.zig
|
[breaking] delete ptr deref prefix op
|
2018-04-30 20:35:54 -04:00 |
math.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
merge_error_sets.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
misc.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
new_stack_call.zig
|
Merge branch 'master' into pointer-reform
|
2018-05-13 13:38:03 -04:00 |
null.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
optional.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
pointers.zig
|
disallow single-item pointer indexing
|
2018-06-04 01:39:57 -04:00 |
popcount.zig
|
add @popCount intrinsic
|
2018-07-07 00:25:32 -04:00 |
ref_var_in_if_after_if_2nd_switch_prong.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
reflection.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
sizeof_and_typeof.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
slice.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
struct.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
struct_contains_null_ptr_itself.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
struct_contains_slice_of_itself.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
switch.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
switch_prong_err_enum.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
switch_prong_implicit_cast.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
syntax.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
this.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
try.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
type_info.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
undefined.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
underscore.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
union.zig
|
remove implicit cast from T to *const T
|
2018-10-15 18:23:47 -04:00 |
var_args.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
void.zig
|
Solve the return type ambiguity (#1628)
|
2018-10-15 09:51:15 -04:00 |
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 |