1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-17 14:03:07 +03:00
..
ast fmt: interface decl fixes (#5829) 2020-07-14 18:52:28 +02:00
builder cc: build-module/module cache fixes; strconv: move all code in one module 2020-07-16 19:01:56 +02:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker parser: force ... rather than .. in matches for inclusive ranges (#5852) 2020-07-17 11:30:21 +03:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc vfmt: strip current_module. in fn args more robustly 2020-07-11 16:09:20 +03:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval
fmt fmt: interface decl fixes (#5829) 2020-07-14 18:52:28 +02:00
gen parser: force ... rather than .. in matches for inclusive ranges (#5852) 2020-07-17 11:30:21 +03:00
parser parser: fix sizeof(int) when used as call arg for external function (#5855) 2020-07-17 11:31:35 +03:00
pref pref: add -show-timings option 2020-07-14 18:47:40 +03:00
scanner scanner: add check for _ in num literals (#5849) 2020-07-16 17:29:07 +03:00
table vfmt: fix removing cmod. in []Enum return values 2020-07-12 14:40:50 +03:00
tests parser: fix sizeof(int) when used as call arg for external function (#5855) 2020-07-17 11:31:35 +03:00
token all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
util vfmt: add support for VDIFF_TOOL, detect more diffing tools (#5857) 2020-07-17 14:03:07 +03:00
vet vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
vmod
compiler_errors_test.v tests: support VTEST_ONLY=fn_,match_ ./v test-fixed and in compiler_test.v 2020-07-09 10:47:16 +03:00