v/vlib/v/checker
yuyi 38afd74d26
ast, checker, cgen: fix error for multi-return in or expr (fix #14167) (#14172)
2022-04-26 12:17:05 +03:00
..
tests checker: check error for array.index() argument (#14147) 2022-04-25 14:42:31 +03:00
assign.v checker: fix error for fn with array of aliases argument (#14123) 2022-04-21 12:52:09 +03:00
check_types.v ast, checker, cgen: fix error for multi-return in or expr (fix #14167) (#14172) 2022-04-26 12:17:05 +03:00
checker.v checker: allow indexing through alias to int (#14177) 2022-04-26 12:15:35 +03:00
comptime.v all: byte => u8 2022-04-15 14:45:52 +03:00
containers.v all: handle fixed []u8 2022-04-15 18:35:56 +03:00
fn.v checker: check error for array.index() argument (#14147) 2022-04-25 14:42:31 +03:00
for.v checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
if.v ast, checker, cgen: fix error for multi-return in or expr (fix #14167) (#14172) 2022-04-26 12:17:05 +03: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 14:42:43 +03:00
orm.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
return.v checker, cgen: fix generic empty interface to multi struct (#14132) 2022-04-22 11:02:51 +03:00
str.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
struct.v checker: check error for unknown type in anon fn field of struct (#13778) 2022-03-20 13:28:35 +02:00