1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser
2021-05-27 10:17:08 +03:00
..
tests parser: improve error message for mod.unknownsubmod.Type (#9976) 2021-05-04 11:31:31 +03:00
assign.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +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 v.parser: let fn_decl use 1 loop, instead of multiple p.attrs.contains calls 2021-05-23 16:54:12 +03:00
for.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
if_match.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +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 vfmt: do not error on field [fsize]Type, where fsize is from another .v file 2021-05-22 16:42:38 +03:00
parser.v parser: set is_public of TypeSymbol for fn type decl (#10212) 2021-05-27 10:17:08 +03:00
pratt.v v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +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