v/vlib/v/checker
05st fd3a10ab43
checker: fix mut check bypass with for in loops (#12208)
2021-10-17 06:41:39 +03:00
..
tests checker: fix mut check bypass with for in loops (#12208) 2021-10-17 06:41:39 +03:00
check_types.v checker: check for `x := Abc { f: fn () ? {} }` mismatch, when `f` is `fn ()` 2021-10-11 19:20:41 +03:00
checker.v checker: fix mut check bypass with for in loops (#12208) 2021-10-17 06:41:39 +03:00
comptime_const_eval.v ast,checker,cgen: support simple `const x = u16(0x53)` without using _vinit() 2021-07-30 17:22:27 +03:00
noreturn.v checker: simplify noreturn.v 2021-09-18 13:43:15 +03:00