v/vlib
yuyi 28b0cbddad
parser: check error for script mode that define main function (fix #14467) (#14469)
2022-05-20 14:20:18 +03:00
..
arrays fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
benchmark
bitfield
builtin builtin: minor cleanup in string_interpolation.v (#14471) 2022-05-20 14:19:27 +03:00
cli fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
clipboard clipboard: fix `v -gc boehm run x.v`, where x.v does c.paste() (fix #14281) 2022-05-16 12:54:30 +03:00
compress fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
context fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
crypto fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
darwin
datatypes fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
dl
dlmalloc
encoding fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
eventbus
flag fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
fontstash
gg fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
gx
hash
io fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
js
jsdom
json json: fix struct field default value support (#14304) 2022-05-20 11:22:17 +03:00
log
math math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
mssql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
mysql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
net tests: make potential failures in urllib_test.v more informative 2022-05-20 08:49:56 +03:00
orm fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
os os: add `fn user_names()` (#14424) 2022-05-18 13:37:34 +03:00
pg fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
picoev
picohttpparser
rand fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
readline fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
regex fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
runtime
semver
sokol fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
sqlite fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
stbi
strconv fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
strings
sync sync: only run channel_select_test.v when VTEST_RUN_FLAKY=1 2022-05-15 12:43:04 +03:00
szip fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
term fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
time time: fix calculate_date_from_offset (#14399) 2022-05-15 10:55:24 +03:00
toml fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
v parser: check error for script mode that define main function (fix #14467) (#14469) 2022-05-20 14:20:18 +03:00
vweb fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
x fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
.vdocignore
README.md

README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.