remove
@TypeOf and anytype; introduce |T| syntax
Can we drop the bars? |T| -> T.
in init main.zig, clarify the fuzz command to avoid confusion
@sfiedler Thanks for the info. I know this edit only provide a tiny value to someone trying out the fuzz at current status, and it's not sound and complete. Anyways, I guess we'll leave this...
in init main.zig, clarify the fuzz command to avoid confusion
453441b36d
in init main.zig, clarify the fuzz command to avoid confusion
Remove
comptime fields from the language
From a user's perspective, I would like to use comptime anywhere of course.
Compiler mistakes a comptime argument in a function pointer for a type
zig build mistakens Struct fn for @EnumLiteral() when there's catch clause
inline an asm function cause debug build error(x86_64_encoder)