.. |
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
|
v.parser: do not treat test_ functions specially outside of _test.v files
|
2021-06-08 23:01:49 +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
|
checker: check or block inside println calls (#10354)
|
2021-06-05 23:01:58 +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 |