v/vlib/v/parser
Alexander Medvednikov 36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
..
tests checker: fix error for 'or expr with nested match expr' (#13658) 2022-03-05 13:06:08 +02:00
assign.v parser: check assign expr with undefined variable (#13653) 2022-03-04 10:33:14 +02:00
comptime.v all: comptime_call - update tmpl scope vars with caller scope vars after their properties got updated in checker 2022-03-01 02:13:29 +11:00
containers.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
expr.v parser: fix optional expr with array value (#13599) 2022-02-25 15:54:12 +03:00
fn.v v.parser: change body_start_pos to function declaration's lcbr, resolve #13642 (#13646) 2022-03-03 19:51:27 +02:00
for.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
if_match.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
lock.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
module.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
parse_type.v parser: check using 'mut' on fn_decl return type (#13610) 2022-02-27 14:23:43 +02:00
parser.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
sql.v all: cleanup smartcasts in the compiler (#13639) 2022-03-03 10:48:31 +02:00
struct.v parser: check the redefinition of built-in IError (#13606) 2022-02-26 09:52:40 +02:00
tmpl.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
v_parser_test.v v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00