v/vlib/v
Xavier B 3e9dc578de
checker: disallow interfaces inside sum types (#6232)
2020-08-27 08:33:59 +02:00
..
ast cgen: implement fixed array `.len` property (#6212) 2020-08-25 08:48:28 +02:00
builder tests: fix repl_test.v 2020-08-25 15:59:07 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: disallow interfaces inside sum types (#6232) 2020-08-27 08:33:59 +02:00
depgraph
doc checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
errors
eval
fmt tests: enable running fmt_vlib_test.v on != freebsd platforms again 2020-08-25 19:09:47 +03:00
gen channels: make `ch.len` and `ch.cap` available as properties (#6221) 2020-08-26 06:41:51 +02:00
parser tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03: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 all: rune type for `` literals 2020-08-27 06:46:37 +02:00
tests tests: enable live tests on macos 2020-08-26 06:50:32 +02:00
token all: handle `<-` arrow token for channel operations (#6152) 2020-08-17 20:12:00 +02:00
util table: register rune type 2020-08-25 18:15:24 +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 ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
compiler_errors_test.v tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00