1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-05-29 06:46:01 +02:00
..
ast checker: check array init's element type 2020-05-28 13:32:12 +02:00
builder builder: use .dylib for -shared builds in macOS 2020-05-29 04:52:19 +02:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker checker: make sure is is only used with interfaces and sum types 2020-05-29 06:46:01 +02:00
depgraph parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
doc doc: print available modules 2020-05-15 23:09:38 +02:00
errors parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt vfmt: fix generation on C idents, fixed arrays 2020-05-28 08:06:20 +02:00
gen interfaces: fix is 2020-05-29 05:54:53 +02:00
parser live: fix reloader.v 2020-05-29 04:36:08 +02:00
pref v.pref: remove 'setting pref.path to ...' when given -v 2020-05-28 18:41:26 +03:00
scanner scanner: prevent infinite looping, when reaching .eof due to parser bugs 2020-05-28 19:22:11 +03:00
table generics: generic call inside generic call; checker: check mut args at call 2020-05-29 04:30:00 +02:00
tests checker: fix array_init cast type error 2020-05-29 06:39:46 +02:00
token all: re-apply C++ support 2020-05-18 21:38:06 +02:00
util utils: add args to launch_tool 2020-05-28 19:40:09 +03:00
vmod v.vmod: cleanup vmod.mod_file_cacher API 2020-05-28 01:38:11 +03:00