zig/test/cases
Andrew Kelley 7c5e3e1f8e
fixups
2018-09-21 14:15:58 -04:00
..
bugs better string literal caching implementation 2018-09-20 11:04:31 -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 syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
align.zig fix crash when pointer casting a runtime extern function 2018-09-16 11:23:38 -04:00
alignof.zig [breaking] delete ptr deref prefix op 2018-04-30 20:35:54 -04:00
array.zig Implement const_values_equal for array type 2018-06-28 10:34:37 +02: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 link to #1544 2018-09-17 21:25:37 -04:00
bitcast.zig implementation for bitcasting extern enum type to c_int 2018-09-18 15:00:14 -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 better string literal caching implementation 2018-09-20 11:04:31 -04:00
const_slice_child.zig disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
coroutine_await_struct.zig test/cases/coroutine_await_struct.zig: update test to reflect that the promise symbol is no in scope with suspend; 2018-08-02 16:59:11 +09:00
coroutines.zig pull request fixups 2018-08-02 14:15:31 -04:00
defer.zig fix generation of error defers for fns inside fns 2018-07-19 18:06:41 -04:00
enum.zig remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum` 2018-06-19 03:50:38 -04:00
enum_with_members.zig use * for pointer type instead of & 2018-05-31 17:28:07 -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 slice of pointer to array 2018-09-21 10:31:11 -04:00
field_parent_ptr.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
fn.zig allow extern structs to have stdcallcc function pointers 2018-09-17 11:22:30 -04:00
fn_in_struct_in_comptime.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
for.zig fix crash when var in inline loop has different types 2018-08-28 15:24:28 -04:00
generics.zig breaking syntax change: ??x to x.? (#1095) 2018-06-09 23:42:14 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
ir_block_deps.zig [breaking] delete ptr deref prefix op 2018-04-30 20:35:54 -04:00
math.zig Correct hex-float parsing 2018-06-28 20:12:03 +12:00
merge_error_sets.zig fix linux 2018-08-21 20:31:50 -04:00
misc.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
new_stack_call.zig Merge branch 'master' into pointer-reform 2018-05-13 13:38:03 -04:00
null.zig fix optional pointer to empty struct incorrectly being non-null 2018-09-18 17:51:50 -04:00
optional.zig allow == for comparing optional pointers 2018-07-13 12:34:42 -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 [breaking] delete ptr deref prefix op 2018-04-30 20:35:54 -04:00
reflection.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
sizeof_and_typeof.zig fixups 2018-09-21 14:15:58 -04:00
slice.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
struct.zig fix implicit cast of packed struct field to const ptr 2018-09-18 14:34:30 -04:00
struct_contains_null_ptr_itself.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
struct_contains_slice_of_itself.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
switch.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
switch_prong_err_enum.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
switch_prong_implicit_cast.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
syntax.zig support `zig fmt: off` and `zig fmt: on` between top level decls 2018-06-04 12:15:02 -04:00
this.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
try.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
type_info.zig remove `this`. add `@This()`. 2018-09-13 16:34:33 -04:00
undefined.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
underscore.zig better support for `_` identifier 2018-08-03 02:57:17 -04:00
union.zig fix tagged union with only 1 field tripping assertion 2018-09-13 13:33:11 -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 fix iterating over a void slice 2018-07-06 17:27:44 -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