v/vlib/v
pancake 2994e7150f
vweb: check function and route parameter count (#6761)
2020-11-08 09:14:24 +01:00
..
ast vweb: check function and route parameter count (#6761) 2020-11-08 09:14:24 +01:00
builder builder: a small -usecache fix, when v is run in subfolders 2020-11-08 09:18:05 +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 vweb: check function and route parameter count (#6761) 2020-11-08 09:14: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: support VMODULES environment variable (defaulting to ~/.vmodules) 2020-11-08 08:07:17 +02:00
errors fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
eval fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
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 vweb: check function and route parameter count (#6761) 2020-11-08 09:14:24 +01:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref all: support VMODULES environment variable (defaulting to ~/.vmodules) 2020-11-08 08:07:17 +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 vweb: check function and route parameter count (#6761) 2020-11-08 09:14:24 +01:00
tests checker: support ?T, &T generic return types (#6772) 2020-11-07 18:27:10 +02: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: support VMODULES environment variable (defaulting to ~/.vmodules) 2020-11-08 08:07:17 +02:00
vcache all: support VMODULES environment variable (defaulting to ~/.vmodules) 2020-11-08 08:07:17 +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 checker: fix comptime custom defines usages, add tests 2020-10-24 15:06:51 +03:00