v/vlib/v/checker
yuyi f257a23313
checker: check non-generic struct init (#11300)
2021-08-25 14:40:40 +03:00
..
tests checker: check non-generic struct init (#11300) 2021-08-25 14:40:40 +03:00
check_types.v checker: disallow invalid pointer arithmetic (#10888) 2021-07-21 23:39:49 +03:00
checker.v checker: check non-generic struct init (#11300) 2021-08-25 14:40:40 +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