v/vlib/v
Delyan Angelov fec7f0f0b9 cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}` 2020-05-08 12:48:07 +03:00
..
ast checker: verify interface is not used as receiver 2020-05-07 11:14:51 +03:00
builder ci: test self compilation with -autofree 2020-05-07 17:37:12 +02:00
cflag parser/checker: do not allow using private types from other modules 2020-05-04 21:56:41 +02:00
checker cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}` 2020-05-08 12:48:07 +03:00
depgraph parser: array init: `[]string` => `[]string{}` 2020-04-26 09:17:17 +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 scanner: cleanup, only v.parser now depends on v.scanner 2020-04-27 16:08:04 +03:00
eval
fmt fmt: use the new `mut` syntax in args 2020-05-06 12:43:46 +02:00
gen cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}` 2020-05-08 12:48:07 +03:00
parser tcc: fix selfcompilation with tcc. Temporarily disable crashing interface test 2020-05-07 20:59:45 +03:00
pref 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
scanner scanner: fix string slash line breaks error 2020-05-04 10:19:23 +02:00
table cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}` 2020-05-08 12:48:07 +03:00
tests cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}` 2020-05-08 12:48:07 +03:00
token token: change 'STR' kind to 'string' 2020-05-07 16:26:22 +02:00
util message: use uniform message reference format 2020-05-06 09:10:40 +03:00
vmod parser: array init: `[]string` => `[]string{}` 2020-04-26 09:17:17 +02:00