1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-10-31 08:26:54 +01:00
..
ast cgen: show more informative errors, instead of a invalid type (typ=0 idx=0) verror panic 2020-10-30 20:26:08 +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 cgen: show more informative errors, instead of a invalid type (typ=0 idx=0) verror panic 2020-10-30 20:26:08 +02:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc doc: store source content, restructure module directory (#6692) 2020-10-29 17:21:37 +01: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 fmt: handle "it" in lambdas 2020-10-30 07:35:44 +01:00
gen autofree: do not free tmp vars twice 2020-10-31 08:26:54 +01:00
parser cgen: show more informative errors, instead of a invalid type (typ=0 idx=0) verror panic 2020-10-30 20:26:08 +02:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref v.vcache: extract v.vcache to a separate module, to test it and reuse it 2020-10-26 18:37:37 +02:00
scanner fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
table all: struct embedding 2020-10-30 07:09:26 +01:00
tests fmt: handle "it" in lambdas 2020-10-30 07:35:44 +01:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util util: split bom checking to a separate fn (#6694) 2020-10-29 17:21:08 +01: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 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