v/vlib/v/checker
yuyi fcaf529228
parser, checker: check undefined ident in if expr using generic type name (#14734)
2022-06-10 11:57:26 +03:00
..
tests parser, checker: check undefined ident in if expr using generic type name (#14734) 2022-06-10 11:57:26 +03:00
assign.v checker: fix declare assign literal with closure (#14544) 2022-05-28 11:50:37 +03:00
check_types.v checker: fix generic method on aliases receiver type (#14729) 2022-06-09 15:36:31 +03:00
checker.v checker: add error for `if c >= A && c <= Z {` in non generic functions 2022-06-07 20:43:31 +03:00
comptime.v checker: add error for `if c >= A && c <= Z {` in non generic functions 2022-06-07 20:43:31 +03:00
containers.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00
fn.v checker: fix generic method on aliases receiver type (#14729) 2022-06-09 15:36:31 +03:00
for.v checker: add error for `if c >= A && c <= Z {` in non generic functions 2022-06-07 20:43:31 +03:00
if.v checker: minor cleanup in if_expr() (#14584) 2022-06-02 06:20:09 +03:00
infix.v checker: add error for `if c >= A && c <= Z {` in non generic functions 2022-06-07 20:43:31 +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 checker: fix orm bug, when a joined table field context replaced the original table field context 2022-05-17 11:45:17 +03:00
return.v checker: fix error position in `fn f() int { return 1,2 }` 2022-05-27 16:53:24 +03:00
str.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00
struct.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00