v/vlib/v
joe-conigliaro 2a40665919
ast/checker: cast no longer needed & use auto deref
2020-05-11 20:02:28 +10:00
..
ast ast/checker: cast no longer needed & use auto deref 2020-05-11 20:02:28 +10: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 ast/checker: cast no longer needed & use auto deref 2020-05-11 20:02:28 +10: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/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
gen cgen: fix gen_str_for_struc when called on a struct with a pointer field 2020-05-11 11:08:21 +03:00
parser parser: add error for variables, that are evaluated, but not used 2020-05-11 11:13:36 +03:00
pref compiler: add output mode for errors and warnings, support for `-silent` flag 2020-05-10 12:26:57 +03:00
scanner scanner: add a colon to error messages (#4818) 2020-05-10 16:29:15 +02:00
table cgen: fix sum type assign/push from in match branch & type mod 2020-05-11 16:59:55 +10:00
tests cgen: fix sum type assign/push from in match branch & type mod 2020-05-11 16:59:55 +10: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