v/vlib/v
Nick Treleaven 125650c986
cgen: fix using brackets for match expression (#6768)
2020-11-07 14:47:27 +01:00
..
ast vfmt: support inline comments before fields in struct initializations 2020-11-05 18:49:52 +02:00
builder all: fix most C warnings (#6758) 2020-11-06 16:26:59 +02: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 unused enum value and improve error message for `@` tokens in scanner (#6751) 2020-11-05 12:59:49 +02:00
depgraph
doc doc: store source content, restructure module directory (#6692) 2020-10-29 17:21:37 +01:00
errors
eval
fmt vfmt: keep the source fn type alias names, instead of the expanded fn declarations 2020-11-05 20:21:37 +02:00
gen cgen: fix using brackets for match expression (#6768) 2020-11-07 14:47:27 +01:00
parser parser: parse func<T>() when T is a map or array type (#6765) 2020-11-07 02:55:28 +01:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref all: fix most C warnings (#6758) 2020-11-06 16:26:59 +02:00
scanner all: remove unused enum value and improve error message for `@` tokens in scanner (#6751) 2020-11-05 12:59:49 +02:00
table all: fix most C warnings (#6758) 2020-11-06 16:26:59 +02:00
tests cgen: fix using brackets for match expression (#6768) 2020-11-07 14:47:27 +01:00
token all: remove unused enum value and improve error message for `@` tokens in scanner (#6751) 2020-11-05 12:59:49 +02:00
util all: remove comp time '@' expansion from scanner (#6746) 2020-11-05 10:12:32 +02:00
vcache v.vcache: extract v.vcache to a separate module, to test it and reuse it 2020-10-26 18:37:37 +02:00
vet
vmod
compiler_errors_test.v