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-13 11:58:49 +03:00
..
tests v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +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: disallow voidptr cast to struct (#18845) 2023-07-12 11:07:34 +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 v: allow none for not first values on map initialization (#18821) 2023-07-09 15:41:24 +03:00
fn.v v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +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 v: use autocasting in complex conditions (#18839) 2023-07-11 14:49:43 +03:00
interface.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
match.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
orm.v checker: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +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: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +03:00