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-19 13:04:41 +03:00
..
tests checker: check fn return type mismatch (#14081) 2022-04-19 13:04:41 +03:00
assign.v cgen: fix .filter() and .map() on shared arrays (#13954) 2022-04-07 18:05:11 +03:00
check_types.v builtin: u8/byte clean up 2022-04-14 16:43:34 +03:00
checker.v checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +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: check error for fn decl with optional arguments (#14076) 2022-04-18 21:22:31 +03:00
for.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
if.v ast, checker, cgen: fix aggregations type check (#14066) 2022-04-18 12:38:08 +03:00
interface.v all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
match.v ast, checker, cgen: fix aggregations type check (#14066) 2022-04-18 12:38:08 +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