v/vlib/v
Delyan Angelov 535c4ed0d6 builder: return early in run_compiled_executable_and_exit, when -check-syntax is passed 2020-10-26 11:23:28 +02:00
..
ast autofree: handle method chains 2020-10-22 03:51:28 +02:00
builder builder: return early in run_compiled_executable_and_exit, when -check-syntax is passed 2020-10-26 11:23:28 +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 ci: run vfmt over compile.v and checker.v 2020-10-24 20:41:52 +03:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc vdoc: use maps, enum-based categorization; fixes (#6659) 2020-10-21 11:26:33 +03: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 cgen: print results of failed callexprs in `assert fn() == fn2()` (#6665) 2020-10-21 21:58:40 +02:00
gen autofree: fix if expressions 2020-10-24 19:06:31 +02:00
parser compiler: implement -W and -reuse-tmpc 2020-10-24 20:34:50 +03:00
pref vcache: use 2x wyhash.sum64_string(hk,x).hex_full(), instead of md5.sum(hk.bytes()).hex() 2020-10-25 09:22:31 +02:00
scanner fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
table fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
tests autofree: fix if expressions 2020-10-24 19:06:31 +02:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util tools: add `v test-vet` 2020-10-24 16:37:58 +03: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