v/vlib/v/parser
spaceface b712af56fd
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
2021-03-01 00:18:14 +01:00
..
tests checker: show position for variadic/shared/method argument errors (#8939) 2021-02-24 19:35:32 +01:00
assign.v fmt: fix support for `mut static x := 42` 2021-02-28 19:40:21 +02:00
comptime.v checker: check types with $for/$if introspection (#8984) 2021-02-26 15:26:50 +01: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 all: migrate to the new Option (p. 1) (#8924) 2021-02-28 22:24:29 +03: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 all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01: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 fmt: fix bug of disappearing `pub` in struct decl (#8777) 2021-02-16 12:39:50 +01:00
v_parser_test.v cgen: move cgen from v.gen to v.gen.c (#8515) 2021-02-02 15:41:51 +01:00