v/vlib/v/checker
spaceface db185598d2
checker: refactor comptime_if_branch (#14259)
2022-05-02 22:24:20 +03:00
..
tests parser: make sure interface field names use uppercase letters (#14228) 2022-04-30 05:29:33 +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 checker: fix generic fn infering fn type argument (fix #14243) (#14256) 2022-05-02 16:17:27 +03:00
checker.v checker, gen: add support for a [minify] struct attribute (#14247) 2022-05-02 01:59:17 +03:00
comptime.v checker: refactor comptime_if_branch (#14259) 2022-05-02 22:24:20 +03:00
containers.v checker: fix a bug in generics array init (#14258) 2022-05-02 16:18:33 +03:00
fn.v all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +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 checker: refactor comptime_if_branch (#14259) 2022-05-02 22:24:20 +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 all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
str.v all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
struct.v checker, gen: add support for a [minify] struct attribute (#14247) 2022-05-02 01:59:17 +03:00