v/vlib/v/parser
Delyan Angelov 6d97b0a407
checker: improve checking of a << b, when a and b are numbers (#12589)
2021-11-29 03:48:49 +03:00
..
tests parser: check generic parameters error of generic struct declaration (#12418) 2021-11-09 09:25:57 +02:00
assign.v all: support `mut volatile x := 123` declarations (#11940) 2021-09-22 13:06:30 +03:00
comptime.v v.util,tools: use os.join_path_single 2021-11-22 21:42:55 +02:00
containers.v all: index accessor in array init expression (#12181) 2021-10-15 03:57:49 +03:00
expr.v all: cleanup/rename all `comp_` names to be `comptime_` (#12467) 2021-11-15 15:47:29 +02:00
fn.v jsdom, js: start refactoring jsdom; improve JS interfaces; add two attributes for them (#12488) 2021-11-17 11:41:33 +02:00
for.v parser: disallow `for mut in range` (fix #12234) (#12277) 2021-10-27 14:55:36 +03:00
if_match.v all: cleanup/rename all `comp_` names to be `comptime_` (#12467) 2021-11-15 15:47:29 +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 parser, checker: optimize checking generic struct type mismatch (#12179) 2021-10-15 00:11:31 +03:00
parser.v checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
sql.v checker: implement if smartcast multi conds (part 2) (#10487) 2021-06-17 12:27:31 +03:00
struct.v jsdom, js: start refactoring jsdom; improve JS interfaces; add two attributes for them (#12488) 2021-11-17 11:41:33 +02:00
tmpl.v v.util,tools: use os.join_path_single 2021-11-22 21:42:55 +02:00
v_parser_test.v all: simplify global_scope processing (#10848) 2021-07-18 15:29:34 +03:00