v/vlib/v
Delyan Angelov 88ef0a75e2 ci: pass V_CI_MUSL=1 on musl CI jobs 2020-05-06 15:10:47 +03:00
..
ast fmt: use the new `mut` syntax in args 2020-05-06 12:43:46 +02:00
builder builder: use time.new_stopwatch instead of benchmark.new_benchmark (reduces exe size) 2020-05-05 15:31:38 +03:00
cflag parser/checker: do not allow using private types from other modules 2020-05-04 21:56:41 +02:00
checker Fix typo on checker 2020-05-06 13:57:40 +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: lots of fixes 2020-04-25 17:49:16 +02:00
fmt fmt: use the new `mut` syntax in args 2020-05-06 12:43:46 +02:00
gen clipboard: make compile on linux 2020-05-06 12:00:52 +00:00
parser parser/checker: check capital letters in interface names/methods 2020-05-06 12:26:00 +02: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 parser/checker: check capital letters in interface names/methods 2020-05-06 12:26:00 +02:00
tests ci: pass V_CI_MUSL=1 on musl CI jobs 2020-05-06 15:10:47 +03:00
token all: remove `var` key 2020-04-30 16:55:33 +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