v/vlib/v/parser
crthpl 9553c5a4e6
parser: fix multiple output modifiers in asm (#10347)
2021-06-04 23:18:11 +03:00
..
tests checker: forbid leaving function from inside `defer` block (#10285) 2021-05-31 17:09:57 +03:00
assign.v all: allow defer use from other scope (#10284) 2021-05-31 14:43:44 +03:00
comptime.v ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00
containers.v parser: fix handling of `-` inside array literals (#9771) 2021-04-17 02:37:17 +03:00
fn.v checker: forbid leaving function from inside `defer` block (#10285) 2021-05-31 17:09:57 +03:00
for.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
if_match.v v.parser: allow for `if x { $if y {} } else {}`, fix #10243 (#10294) 2021-06-01 12:19:39 +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: fix required function members in struct (#10299) 2021-06-03 02:55:58 +03:00
parser.v parser: fix multiple output modifiers in asm (#10347) 2021-06-04 23:18:11 +03:00
pratt.v parser: fix multiple output modifiers in asm (#10347) 2021-06-04 23:18:11 +03:00
sql.v orm: support multiline statements (#9888) 2021-04-27 15:28:57 +03:00
struct.v v: implement interface embedding (#9935) 2021-05-02 03:00:47 +03:00
tmpl.v parser: disable template variables in `<style>` (#9777) 2021-04-17 15:47:36 +03:00
v_parser_test.v ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00