1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-04-20 21:03:41 +03:00
..
tests datatypes: fix bst child access, when .root is 0 (#14080) 2022-04-20 16:49:18 +03:00
assign.v checker: minor cleanup in assign_stmt() (#14107) 2022-04-20 21:03:41 +03:00
check_types.v checker: c2v fixes (#14091) 2022-04-20 01:09:34 +03:00
checker.v checker, cgen: use 'stmts.last()' instead of 'stmts[stmts.len - 1]' (#14105) 2022-04-20 14:23:32 +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, cgen: use 'stmts.last()' instead of 'stmts[stmts.len - 1]' (#14105) 2022-04-20 14:23:32 +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: use 'stmts.last()' instead of 'stmts[stmts.len - 1]' (#14105) 2022-04-20 14:23:32 +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: check fn return type mismatch (#14081) 2022-04-19 13:04:41 +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