1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2023-07-19 20:09:45 +03:00
..
tests checker: make sure vweb actions return vweb.Result 2023-07-19 20:09:45 +03:00
assign.v checker: fix type checker on auto deref var (#18842) 2023-07-13 11:56:11 +03:00
check_types.v v: use autocasting in complex conditions (#18731) 2023-07-02 09:23:15 +03:00
checker.v checker, cgen: fix closure with inherited sumtype variable (#18894) 2023-07-18 21:12:45 +03:00
comptime.v checker: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +03:00
containers.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00
fn.v checker: make sure vweb actions return vweb.Result 2023-07-19 20:09:45 +03:00
for.v checker: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +03:00
if.v v: use autocasting in complex conditions (#18839) 2023-07-11 14:49:43 +03:00
infix.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00
interface.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00
match.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00
orm.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00
postfix.v checker: change 'fail_if_immutable(expr_ ast.Expr)' to 'fail_if_immutable(mut expr ast.Expr)' (#18811) 2023-07-07 23:27:52 +03:00
return.v v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +03:00
str.v checker: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +03:00
struct.v checker: clean up ensure_type_exists() (#18860) 2023-07-14 20:44:01 +03:00