v/vlib/v/parser
Delyan Angelov 6da66226e5
vfmt: keep `mut:` in interface declarations (#9053)
2021-03-04 15:30:30 +02:00
..
tests interfaces: error on implemention of own interface method & on duplicate normal methods 2021-03-03 15:02:10 +11:00
assign.v fmt: fix support for `mut static x := 42` 2021-02-28 19:40:21 +02:00
comptime.v fmt: do not insert a newline before returned $vweb.html() (#9063) 2021-03-03 10:14:05 +02:00
containers.v parser,fmt: refactor array comment handling to fully rely on the ecmnts field (#8929) 2021-02-24 19:33:59 +01:00
fn.v interfaces: error on implemention of own interface method & on duplicate normal methods 2021-03-03 15:02:10 +11:00
for.v parser/scanner: replace p.peek_tok2/3 with p.peek_token(2/3) (#8946) 2021-02-24 21:03:53 +03:00
if_match.v all: migrate to the new Option (p. 1) (#8924) 2021-02-28 22:24:29 +03:00
lock.v checker: warn when using `goto` outside of `unsafe` (#8741) 2021-02-15 15:48:24 +02:00
module.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
parse_type.v all: support `thread` handles and `wait()` for functions returning optionals (#8990) 2021-02-27 10:16:55 +02:00
parser.v fmt: keep empty lines in const blocks (#9071) 2021-03-03 09:23:11 +02:00
pratt.v all: migrate to the new Option (p. 1) (#8924) 2021-02-28 22:24:29 +03:00
sql.v orm: fix empty struct and simplify (#8246) 2021-01-22 23:28:26 +01:00
struct.v vfmt: keep `mut:` in interface declarations (#9053) 2021-03-04 15:30:30 +02:00
v_parser_test.v cgen: move cgen from v.gen to v.gen.c (#8515) 2021-02-02 15:41:51 +01:00