v/vlib/v/parser
Delyan Angelov bd0653abab
parser: cleanup `&Type(x)` more, add fmt regression test
2021-07-13 13:12:37 +03:00
..
tests all: support `[noreturn] fn abc() { for{} }`, mark panic/1 and exit/1with it too. (#10654) 2021-07-04 20:24:19 +03:00
assign.v parser: cleanup check_cross_variables() (#10754) 2021-07-12 12:10:42 +03:00
comptime.v checker: add pkgconfig to comptime if (#10692) 2021-07-09 18:17:04 +03:00
containers.v
expr.v parser: cleanup `&Type(x)` more, add fmt regression test 2021-07-13 13:12:37 +03:00
fn.v v doc: add attribute tags to `v doc -f html` (#10778) 2021-07-13 08:27:20 +03:00
for.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
if_match.v checker: check for empty branches in match expressions (#10593) 2021-06-28 19:32:28 +03:00
lock.v shared: support `lock` on SelectorExpression (#10105) 2021-05-15 04:34:27 +03:00
module.v
parse_type.v net: ipv6 support, merge unix+ip;[pack:x] attribute (#9904) 2021-06-13 23:53:38 +03:00
parser.v parser: cleanup `&Type(x)` more, add fmt regression test 2021-07-13 13:12:37 +03:00
sql.v checker: implement if smartcast multi conds (part 2) (#10487) 2021-06-17 12:27:31 +03:00
struct.v v.parser: prohibit registering selectively imported (structs / enums / aliases / interfaces) (#10579) 2021-06-28 10:26:09 +03:00
tmpl.v
v_parser_test.v ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00