v/vlib/v/checker
yuyi 09f8b6a380
checker: check error in for_c_stmt with optional call (#14190)
2022-04-28 08:43:16 +03:00
..
tests checker: check error in for_c_stmt with optional call (#14190) 2022-04-28 08:43:16 +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 + - * on pointers for translated code (#14183) 2022-04-26 21:00:44 +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: check error in for_c_stmt with optional call (#14190) 2022-04-28 08:43:16 +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
match.v checker: fix error for match aliases (#14157) 2022-04-25 14:42:43 +03:00
orm.v
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