v/vlib/v/parser
Delyan Angelov db1175e455
parser: handle `[noreturn]` on methods too
2021-12-22 19:58:37 +02:00
..
tests v.parser: forbid unsupported language functions/types in specific backends (#12655) 2021-12-18 10:00:31 +02:00
assign.v all: support `mut volatile x := 123` declarations (#11940) 2021-09-22 13:06:30 +03:00
comptime.v parser, cgen: fix multiple comptime tmpl in one function (#12757) 2021-12-08 11:12:02 +03:00
containers.v all: index accessor in array init expression (#12181) 2021-10-15 03:57:49 +03:00
expr.v all: support slices with negative indexes `#[start..end]` (gated arrays) (#12914) 2021-12-22 16:34:02 +03:00
fn.v parser: handle `[noreturn]` on methods too 2021-12-22 19:58:37 +02:00
for.v parser: disallow `for mut in range` (fix #12234) (#12277) 2021-10-27 14:55:36 +03:00
if_match.v fmt: remove extra comma of branch instead of parse error (#12814) 2021-12-14 08:14:43 +02:00
lock.v shared: support `lock` on SelectorExpression (#10105) 2021-05-15 04:34:27 +03:00
module.v parser,util: improve libleak false positive detection rate 2021-10-29 16:42:55 +03:00
parse_type.v all: support slices with negative indexes `#[start..end]` (gated arrays) (#12914) 2021-12-22 16:34:02 +03:00
parser.v all: support slices with negative indexes `#[start..end]` (gated arrays) (#12914) 2021-12-22 16:34:02 +03:00
sql.v checker: implement if smartcast multi conds (part 2) (#10487) 2021-06-17 12:27:31 +03:00
struct.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
tmpl.v parser, cgen: fix multiple comptime tmpl in one function (#12757) 2021-12-08 11:12:02 +03:00
v_parser_test.v all: simplify global_scope processing (#10848) 2021-07-18 15:29:34 +03:00