v/vlib/v/parser
Alexander Ivanov 0386f2bbea
checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963)
2021-10-11 15:41:31 +03:00
..
tests checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
assign.v all: support `mut volatile x := 123` declarations (#11940) 2021-09-22 13:06:30 +03:00
comptime.v parser: minor cleanup in comp_call() (#11311) 2021-08-26 07:57:10 +03:00
containers.v parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
expr.v v.ast: change 'type.to_ptr()' to 'type.ref()' (#12086) 2021-10-06 20:49:39 +03:00
fn.v v.ast: change 'type.to_ptr()' to 'type.ref()' (#12086) 2021-10-06 20:49:39 +03:00
for.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
if_match.v parser: don't require unary `>` prefix for `select` timeout (#10928) 2021-07-23 23:24:27 +03:00
lock.v shared: support `lock` on SelectorExpression (#10105) 2021-05-15 04:34:27 +03:00
module.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
parse_type.v parser: perform constant folding before checking size of fixed array (#12126) 2021-10-10 01:55:25 +03:00
parser.v v.parser: improve error message when no arch is set 'asm{}' (#12093) 2021-10-07 03:44:27 +03:00
sql.v checker: implement if smartcast multi conds (part 2) (#10487) 2021-06-17 12:27:31 +03:00
struct.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
tmpl.v tmpl: fix <div> inside <div> 2021-09-21 07:54:10 +03:00
v_parser_test.v all: simplify global_scope processing (#10848) 2021-07-18 15:29:34 +03:00