v/vlib/v/checker
playX 15b84567ec
checker: c2v array fix (#14426)
2022-05-17 10:03:13 +02:00
..
tests checker: add a suggestion for misspelled mod.const_name + a test 2022-05-17 10:03:12 +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 fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
checker.v checker: apply fix for ui suggested by spaceface 2022-05-17 10:03:13 +02:00
comptime.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +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 array fix (#14426) 2022-05-17 10:03:13 +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 Revert "checker: remove more unnecessary `void` errors" 2022-05-08 14:03:57 +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 checker: fix a compiler panic on `fntest()?(&int,&int){return test()?}` 2022-05-13 10:10:38 +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