v/vlib/v
Delyan Angelov 5d0cc0944e parser: fix v_panic due to -pos in unused var warning (with tcc) 2020-05-15 20:11:27 +03:00
..
ast parser: warning about unused imports 2020-05-14 17:14:24 +02:00
builder checker: handle unexpected `or` blocks 2020-05-14 18:19:40 +02:00
cflag parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
checker checker: handle json.decode correctly 2020-05-14 18:30:30 +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 array: rename default to init 2020-05-13 22:00:24 +02:00
gen sokol: make examples compile 2020-05-15 18:55:29 +02:00
parser parser: fix v_panic due to -pos in unused var warning (with tcc) 2020-05-15 20:11:27 +03:00
pref parser: warning about unused imports 2020-05-14 17:14:24 +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 cgen: fix optional_void error; handle `?` return type 2020-05-15 15:55:03 +02:00
token token: change 'STR' kind to 'string' 2020-05-07 16:26:22 +02:00
util vfmt: handle file paths with spaces 2020-05-14 09:07:14 +03:00
vmod parser: array init: `[]string` => `[]string{}` 2020-04-26 09:17:17 +02:00