v/vlib/v/checker
yuyi 4549afd642
checker: split up infix.v from checker.v (#14449)
2022-05-19 12:16:19 +02:00
..
tests tests: do not use -prod for compiling .vv files in vlib/v/checker/tests/ and vlib/v/parser/tests/ 2022-05-19 12:16:18 +02: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: c2v fixed array fix (#14436) 2022-05-19 12:16:18 +02:00
checker.v checker: split up infix.v from checker.v (#14449) 2022-05-19 12:16:19 +02:00
comptime.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
containers.v checker: fix a bug in generics array init (#14258) 2022-05-02 16:18:33 +03:00
fn.v checker: c2v array fix (#14426) 2022-05-17 00:08:41 +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: split up infix.v from checker.v (#14449) 2022-05-19 12:16:19 +02:00
interface.v
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 a compiler panic on `fntest()?(&int,&int){return test()?}` 2022-05-12 11:36:32 +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