v/vlib/v
Alexander Medvednikov 6e4ae5a5e6 checker: do not allow casting strings 2020-05-16 22:48:45 +02:00
..
ast checker: check incorrect names 2020-05-16 16:12:23 +02:00
builder builder: skip warnings; pref: move pref creation to pref.v 2020-05-16 22:45:38 +02:00
cflag parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
checker checker: do not allow casting strings 2020-05-16 22:48:45 +02:00
depgraph parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
doc doc: print available modules 2020-05-15 23:09:38 +02: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 cgen: fix array_init_with_default 2020-05-16 19:05:26 +02:00
parser builder: skip warnings; pref: move pref creation to pref.v 2020-05-16 22:45:38 +02:00
pref builder: skip warnings; pref: move pref creation to pref.v 2020-05-16 22:45:38 +02:00
scanner scanner: fill out '@FN' placeholder at compile time while scanning 2020-05-16 14:20:19 +02:00
table vfmt: handle comments in const blocks 2020-05-12 00:09:59 +02:00
tests cgen: fix array_init_with_default 2020-05-16 19:05:26 +02:00
token token: change 'STR' kind to 'string' 2020-05-07 16:26:22 +02:00
util scanner: fill out '@FN' placeholder at compile time while scanning 2020-05-16 14:20:19 +02:00
vmod parser: array init: `[]string` => `[]string{}` 2020-04-26 09:17:17 +02:00