1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2023-08-03 21:06:36 +03:00
..
tests all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
assign.v checker: do not allow modifying immutable vars via arrays with refs 2023-07-21 02:47:31 +03:00
check_types.v checker: fix generic struct field with default fn_type value (fix #19011) (#19014) 2023-07-31 21:30:12 +03:00
checker.v checker: fix generic struct field with default fn_type value (fix #19011) (#19014) 2023-07-31 21:30:12 +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, cgen: implement fixed array of threads wait() (#19032) 2023-08-01 20:45:00 +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 all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00