v/vlib/v
Leah Lundqvist 96b73acad7
jsgen: optional "or blocks" (#6938)
2020-11-24 22:52:23 +01:00
..
ast all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
builder all: use the new types with old syntax (#6922) 2020-11-24 13:58:29 +01:00
cflag v: add VCACHE support for thirdparty object files and for `v build-module` 2020-10-25 03:09:07 +03:00
checker all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
errors fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
eval all: use the new types with old syntax (#6922) 2020-11-24 13:58:29 +01:00
fmt all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
gen jsgen: optional "or blocks" (#6938) 2020-11-24 22:52:23 +01:00
parser all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref v: run code from stdin `echo println(2+2) | v run -`, with no repl limits (#6884) 2020-11-20 10:25:59 +02:00
scanner scanner: store errors and warnings on silent mode (#6883) 2020-11-20 11:44:19 +02:00
table all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
tests all: remove old sumtype code (#6937) 2020-11-24 17:55:24 +01:00
token cgen: union sum types implementation (#6745) 2020-11-11 09:18:15 +01:00
util js: fix codegen for multiline strings (#6791) 2020-11-18 18:23:44 +01:00
vcache checker: add check against `fn test_opt() ?{}` 2020-11-20 15:12:53 +02:00
vet fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
vmod fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
compiler_errors_test.v tests: restore skipped return_missing_comp_if.vv and return_missing_comp_if_nested.vv 2020-11-16 10:07:53 +02:00