1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-06-30 14:14:48 +02:00
..
ast orm: limit 2020-06-27 16:19:12 +02:00
builder generic structs: better naming & comments 2020-06-30 09:22:15 +10:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker generic structs: initial implementation 2020-06-29 20:09:09 +02:00
depgraph map: rename size to len 2020-06-21 16:51:02 +02:00
doc vdoc: dd .vdocignore + minor fixes 2020-06-29 11:03:09 +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: add support for sql x {} expressions and statements 2020-06-28 13:36:21 +03:00
gen cgen: change i++ to ++i in for 2020-06-30 14:14:48 +02:00
parser generic structs: better naming & comments 2020-06-30 09:22:15 +10:00
pref vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
scanner scanner: ignore CR signs in string literals 2020-06-23 21:10:58 +03:00
table generic structs: better naming & comments 2020-06-30 09:22:15 +10:00
tests generic structs: initial implementation 2020-06-29 20:09:09 +02:00
token vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
util vfmt: support for 'VDIFF_OPTIONS=-w' 2020-06-28 12:35:05 +03:00
vet vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
vmod checker: remove mod_file_cacher exception 2020-06-01 17:43:03 +03:00
compiler_errors_test.v tests: add parser/tests/, move checker_test.v=>compiler_errors_test.v 2020-06-15 10:58:34 +03:00