v/vlib/v
Uwe Krüger 5258f52497
fmt: add support for `chan` types and operations (#6328)
2020-09-08 00:36:05 +02:00
..
ast autofree: fix exprs N levels deep 2020-09-06 13:02:32 +02:00
builder builder: cc_linux_cross() fixes (#6287) 2020-09-05 01:35:35 +02:00
cflag
checker checker/channels: check `mut`/`&` state of transmitted objects (#6315) 2020-09-06 21:24:41 +02:00
depgraph
doc vdoc: parse with `enable_globals: true` 2020-08-28 08:53:12 +03:00
errors
eval
fmt fmt: add support for `chan` types and operations (#6328) 2020-09-08 00:36:05 +02:00
gen autofree: fix exprs N levels deep 2020-09-06 13:02:32 +02:00
parser checker/channels: check `mut`/`&` state of transmitted objects (#6315) 2020-09-06 21:24:41 +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 fmt: add support for `chan` types and operations (#6328) 2020-09-08 00:36:05 +02:00
tests add TESTS.md file to explain different tests (#6318) 2020-09-07 13:48:15 +02:00
token all: handle `<-` arrow token for channel operations (#6152) 2020-08-17 20:12:00 +02:00
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