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 (#14228) 2022-04-30 16:26:27 +02:00
assign.v checker: fix error for fn with array of aliases argument (#14123) 2022-04-25 19:07:26 +02:00
check_types.v all: basic implementation of result type (#14140) 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 (#14213) 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 (#14140) 2022-04-30 16:26:27 +02:00
for.v checker: check for reserved type names in `for in` (fix #14072) (#14212) 2022-04-30 16:26:27 +02:00
if.v ast, checker, cgen: fix error for multi-return in or expr (fix #14167) (#14172) 2022-04-27 21:07:09 +02:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
match.v checker: fix error for match aliases (#14157) 2022-04-25 19:07:31 +02:00
orm.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
return.v all: basic implementation of result type (#14140) 2022-04-30 16:26:27 +02:00
str.v all: basic implementation of result type (#14140) 2022-04-30 16:26:27 +02:00
struct.v checker: check error for unknown type in anon fn field of struct (#13778) 2022-03-20 13:28:35 +02:00