1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-11-08 08:05:48 +02:00
..
constants fmt: fix - v fmt transforms compile time options in some cases (#16351) 2022-11-08 08:05:48 +02:00
tests checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
assign.v checker: disallow literals on the left side of assignments (#15999) 2022-10-08 19:27:30 +03:00
check_types.v checker: fix multiple pointer check of fn and method args (fix #16261 #16262 #16263) (#16275) 2022-11-01 19:05:34 +02:00
checker.v checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
comptime.v checker: check undefined ident in closure anon fn (fix #16274) (#16278) 2022-11-02 15:41:44 +02:00
containers.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
fn.v all: replace x[x.len-1] with x.last() (#16296) 2022-11-02 21:08:33 +02:00
for.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
if.v checker: add check for mut ident but not if mut ident is for interfaces (#16214) 2022-10-29 06:36:44 +03:00
infix.v checker: fix the check of types not implemented by interfaces in infix key_is and not_is (fix #16282 #16298) (#16284) 2022-11-03 12:18:30 +02:00
interface.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
match.v all: replace x[x.len-1] with x.last() (#16296) 2022-11-02 21:08:33 +02:00
orm.v orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
return.v checker: fix return error with multi_return optional (#16250) 2022-10-29 06:34:45 +03:00
str.v fmt: fix unreasonable wrap after if in if very_long && condition { (fix #15635) (#15995) 2022-10-08 19:31:00 +03:00
struct.v ast, checker, cgen: enable unsafe { nil } with reference to interface fields in structs (fix #16198) (#16199) 2022-10-26 09:39:23 +03:00