| .. |
|
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
|
parser: fix handling of `-` inside array literals (#9771)
|
2021-04-17 02:37:17 +03:00 |
|
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
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
|
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
|
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 |