1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-09-03 02:03:31 +02:00
..
ast parser: move flag logic to checker (#6239) 2020-08-28 09:24:04 +03:00
builder builder: use tar instead of unzip in cc_linux_cross() (#6286) 2020-09-02 10:09:06 +02:00
cflag
checker checker: do not allow aliases of chan types (#6294) 2020-09-03 02:03:31 +02:00
depgraph
doc vdoc: parse with enable_globals: true 2020-08-28 08:53:12 +03:00
errors
eval
fmt fmt: insert space in front of ? for propagation (#6250) 2020-08-29 01:56:43 +02:00
gen cgen: handle variables called "array" 2020-09-03 02:01:21 +02:00
parser parser: enable module auto import (of sync) (#6271) 2020-08-31 10:44:39 +02:00
pref tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00
scanner v.scanner: fix error line numbers when comments end with CRLF 2020-08-26 11:39:32 +03:00
table checker: implement implicit conversions/promotions to rune (#6249) 2020-08-29 01:59:07 +02:00
tests parser: enable module auto import (of sync) (#6271) 2020-08-31 10:44:39 +02:00
token
util parser: enable module auto import (of sync) (#6271) 2020-08-31 10:44:39 +02:00
vet tests: add .vv support for v vet too, and simplify vet_test.v 2020-08-25 18:46:33 +03:00
vmod all: automatic error propagation in place of "or { return(err) }" 2020-08-29 01:58:03 +02:00
compiler_errors_test.v tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00