1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2021-09-10 11:48:36 +03:00
..
tests v.checker: add checks for .free() methods 2021-09-09 09:54:06 +03:00
check_types.v checker: no longer allow automatic dereferncing in a = b 2021-09-09 20:21:01 +03:00
checker.v v.checker: allow assigning pointers to fn variables (fix vinix compilation) 2021-09-10 11:48:36 +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