v/vlib/v/checker
Alexander Medvednikov 547265dd44
checker: allow voidptr arithmetic in translated code
2022-04-30 16:26:27 +02:00
..
tests parser: make sure interface field names use uppercase letters () 2022-04-30 16:26:27 +02:00
assign.v checker: fix error for fn with array of aliases argument () 2022-04-25 19:07:26 +02:00
check_types.v all: basic implementation of result type () 2022-04-30 16:26:27 +02:00
checker.v checker: allow voidptr arithmetic in translated code 2022-04-30 16:26:27 +02:00
comptime.v ast: add a type_size() method () 2022-04-29 21:38:23 +02:00
containers.v all: handle fixed []u8 2022-04-17 12:14:29 +02:00
fn.v all: basic implementation of result type () 2022-04-30 16:26:27 +02:00
for.v checker: check for reserved type names in `for in` (fix ) () 2022-04-30 16:26:27 +02:00
if.v ast, checker, cgen: fix error for multi-return in or expr (fix ) () 2022-04-27 21:07:09 +02:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds () 2022-02-15 11:17:39 +02:00
match.v checker: fix error for match aliases () 2022-04-25 19:07:31 +02:00
orm.v token: rename Position to Pos, rename position() to pos() () 2022-01-26 12:36:28 +02:00
return.v all: basic implementation of result type () 2022-04-30 16:26:27 +02:00
str.v all: basic implementation of result type () 2022-04-30 16:26:27 +02:00
struct.v checker: check error for unknown type in anon fn field of struct () 2022-03-20 13:28:35 +02:00