1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-03-20 13:28:35 +02:00
..
tests checker: check error for unknown type in anon fn field of struct (#13778) 2022-03-20 13:28:35 +02:00
assign.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
check_types.v checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
checker.v checker: minor cleanup in check_or_last_stmt() (#13763) 2022-03-18 22:27:53 +02:00
comptime.v all: comptime_call - update tmpl scope vars with caller scope vars after their properties got updated in checker 2022-03-01 02:13:29 +11:00
containers.v checker: fix error for array of interface init in for_in (#13636) 2022-03-03 12:32:55 +02:00
fn.v ast, checker, cgen: fix error for go anon fn variable call (#13776) 2022-03-20 07:45:23 +02:00
for.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
if.v checker: handle invalid smartcast with if/match none ident or selector (fix #12317) (#13762) 2022-03-18 17:50:54 +03:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
match.v checker: handle invalid smartcast with if/match none ident or selector (fix #12317) (#13762) 2022-03-18 17:50:54 +03:00
orm.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
return.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
struct.v checker: check error for unknown type in anon fn field of struct (#13778) 2022-03-20 13:28:35 +02:00