1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2021-08-14 22:14:13 +03:00
..
tests v.checker: fix multi insts of generics fn with generic struct (#11161) 2021-08-12 22:58:02 +03:00
check_types.v checker: disallow invalid pointer arithmetic (#10888) 2021-07-21 23:39:49 +03:00
checker.v checker: changes related to warn/error limit (#11184) 2021-08-14 22:14:13 +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