v/vlib/v/checker
yuyi e6270b05dc
checker: check unsigned integer compared with negative value (#13670)
2022-03-07 10:26:40 +02:00
..
tests checker: check unsigned integer compared with negative value (#13670) 2022-03-07 10:26:40 +02:00
assign.v checker: fix match expr with assign sumtype variable (#13614) 2022-02-28 11:37:59 +03:00
check_types.v v.parser, v.checker, v.gen: add support for [translated] tag (#13373) 2022-02-06 00:16:02 +02:00
checker.v checker: check unsigned integer compared with negative value (#13670) 2022-03-07 10:26:40 +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 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
for.v checker: add a notice for potentially incorrect smartcasts (#13644) 2022-03-03 16:36:40 +02:00
if.v checker: add a notice for potentially incorrect smartcasts (#13644) 2022-03-03 16:36:40 +02:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
match.v checker: add a notice for potentially incorrect smartcasts (#13644) 2022-03-03 16:36:40 +02: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 struct field reference type mismatch (#13575) 2022-02-23 11:53:22 +03:00