1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-22 02:28:49 +02:00
..
ast checker: warn if C.m* or C.s* functions are called outside unsafe blocks (#5869) 2020-07-20 20:06:41 +03:00
builder builder: measure msvc execution too 2020-07-21 19:45:50 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: suggest using := when assigning to undefined variable (#5911) 2020-07-21 19:49:53 +03:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval
fmt vfmt: fix sizeof(C.Type) 2020-07-21 16:28:30 +03:00
gen cgen: fix sum type assignment with pointers (#5868) 2020-07-22 02:28:49 +02:00
parser checker: suggest using := when assigning to undefined variable (#5911) 2020-07-21 19:49:53 +03:00
pref v.pref: fix v build file.v 2020-07-21 19:36:58 +03:00
scanner fmt,vet: handle var in [single_value] (#5882) 2020-07-19 19:58:34 +02:00
table all: import individual symbols feature (#5872) 2020-07-18 21:34:38 +02:00
tests vlib: add unsafe{} wrappers to C. fn calls, to allow compiling with -prod again 2020-07-21 09:05:31 +03:00
token all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
util checker: warn if C.m* or C.s* functions are called outside unsafe blocks (#5869) 2020-07-20 20:06:41 +03:00
vet fmt,vet: handle var in [single_value] (#5882) 2020-07-19 19:58:34 +02:00
vmod checker: remove mod_file_cacher exception 2020-06-01 17:43:03 +03:00
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