v/vlib/v/checker
yuyi d934472b17
checker: simplify checking array.contains() argument (#14133)
2022-04-22 22:34:13 +03:00
..
tests checker: simplify checking array.contains() argument (#14133) 2022-04-22 22:34:13 +03:00
assign.v checker: fix error for fn with array of aliases argument (#14123) 2022-04-21 12:52:09 +03:00
check_types.v checker: c2v fixes (#14091) 2022-04-20 01:09:34 +03:00
checker.v checker, cgen: allow static (fixed) arrays in `in` operator (#14121) 2022-04-21 10:32:29 +03:00
comptime.v all: byte => u8 2022-04-15 14:45:52 +03:00
containers.v all: handle fixed []u8 2022-04-15 18:35:56 +03:00
fn.v checker: simplify checking array.contains() argument (#14133) 2022-04-22 22:34:13 +03:00
for.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
if.v checker, cgen: fix generic empty interface to multi struct (#14132) 2022-04-22 11:02:51 +03:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
match.v checker: fix error for fn with multi return (#14095) 2022-04-20 13:09:40 +03:00
orm.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
return.v checker, cgen: fix generic empty interface to multi struct (#14132) 2022-04-22 11:02:51 +03:00
str.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +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