v/vlib/v/checker
playX a17d744e8b
checker: c2v: allow passing fixed array as pointer to functions; bool <-> int (#14309)
2022-05-05 10:59:49 +02:00
..
tests checker: check error for fn call argument mismatch (fix #14280) (#14283) 2022-05-04 11:52:32 +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 checker: c2v: allow passing fixed array as pointer to functions; bool <-> int (#14309) 2022-05-05 10:59:49 +02:00
checker.v checker: add comptime_selector() (#14286) 2022-05-04 22:34:52 +02:00
comptime.v checker: add comptime_selector() (#14286) 2022-05-04 22:34:52 +02:00
containers.v checker: fix a bug in generics array init (#14258) 2022-05-04 11:52:31 +02:00
fn.v checker: c2v: allow passing fixed array as pointer to functions; bool <-> int (#14309) 2022-05-05 10:59:49 +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 checker: refactor comptime_if_branch (#14259) 2022-05-04 11:52:31 +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, gen: add support for a [minify] struct attribute (#14247) 2022-05-04 11:52:30 +02:00