v/vlib/v/checker
yuyi 844ba2a177
checker: vfmt overload_return_type.vv (#14557)
2022-05-30 13:49:13 +03:00
..
tests checker: vfmt overload_return_type.vv (#14557) 2022-05-30 13:49:13 +03:00
assign.v checker: fix declare assign literal with closure (#14544) 2022-05-28 11:50:37 +03:00
check_types.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00
checker.v checker: cleanup checker.v (#14530) 2022-05-26 22:52:42 +03:00
comptime.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
containers.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00
fn.v all: add support for struct field deprecation (#14527) 2022-05-26 00:44:18 +03:00
for.v checker: check for reserved type names in `for in` (fix #14072) (#14212) 2022-04-30 01:25:29 +03:00
if.v Revert "checker: remove more unnecessary `void` errors" 2022-05-07 11:03:12 +03:00
infix.v checker: c2v infix fix 2022-05-22 14:53:21 +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