v/vlib/v
Sandro Martini 9895cab51c
tests: add more tests on interfaces
2020-05-13 20:30:18 +02:00
..
ast parser/vfmt: handle array len and default in array init 2020-05-13 16:11:52 +02:00
builder compiler: add output mode for errors and warnings, support for `-silent` flag 2020-05-10 12:26:57 +03:00
cflag parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
checker tests: add more tests on interfaces 2020-05-13 20:30:18 +02:00
depgraph parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
doc v doc: skip _x.c.v when not on x, i.e. filter files like v itself 2020-05-05 08:08:03 +03:00
errors parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt parser/vfmt: handle array len and default in array init 2020-05-13 16:11:52 +02:00
gen cgen: simplify if guard else clause 2020-05-13 18:38:00 +02:00
parser parser: error for consts in fns 2020-05-13 18:39:02 +02:00
pref pref: do not enable globals by default 2020-05-11 15:19:47 +02:00
scanner parser: optimize no main file process 2020-05-13 14:02:04 +02:00
table vfmt: handle comments in const blocks 2020-05-12 00:09:59 +02:00
tests tests: add more tests on interfaces 2020-05-13 20:30:18 +02:00
token token: change 'STR' kind to 'string' 2020-05-07 16:26:22 +02:00
util v version: do more accurate current git hash detection, when not on a branch 2020-05-10 18:56:19 +03:00
vmod parser: array init: `[]string` => `[]string{}` 2020-04-26 09:17:17 +02:00