v/vlib/v/checker
yuyi d5e00b0920
checker, cgen: fix generic arrays sum() (#11502)
2021-09-16 07:08:28 +03:00
..
tests v.checker: fix spurious warning for `if x := map_of_sumtypes[k] {}` 2021-09-15 15:42:28 +03:00
check_types.v checker: no longer allow automatic dereferncing in `a = b` 2021-09-09 20:21:01 +03:00
checker.v checker, cgen: fix generic arrays sum() (#11502) 2021-09-16 07:08:28 +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 all: support `[noreturn] fn abc() { for{} }`, mark panic/1 and exit/1with it too. (#10654) 2021-07-04 20:24:19 +03:00