1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-10-26 11:26:28 +03:00
..
tests db, json, time, term: change optional to result (#16201) 2022-10-26 11:26: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 ast, checker, cgen: enable unsafe { nil } with reference to interface fields in structs (fix #16198) (#16199) 2022-10-26 09:39:23 +03:00
checker.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
comptime.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
containers.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
fn.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
for.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
if.v checker: check unused last expression in if (fix #16084) (#16088) 2022-10-17 18:15:01 +03:00
infix.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
interface.v all: clean up optional and result handling (#16034) 2022-10-11 09:23:57 +03:00
match.v checker: check type mismatch of return match expr (#16019) 2022-10-10 19:41:55 +03:00
orm.v orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
return.v checker: fix returning embedded error result (#16208) 2022-10-25 18:17:48 +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