v/vlib
yuyi d6fcd24e9d
parser: check error for script mode that define main function (fix #14467) (#14469)
2022-05-25 12:54:58 +02:00
..
arrays
benchmark
bitfield
builtin builtin: minor cleanup in string_interpolation.v (#14471) 2022-05-25 12:54:57 +02:00
cli
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
context fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
gx
hash
io
js
jsdom
json json: fix struct field default value support (#14304) 2022-05-25 12:54:57 +02:00
log
math math: update documentation (#14457) 2022-05-25 12:54:57 +02:00
mssql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
mysql
net tests: make potential failures in urllib_test.v more informative 2022-05-25 12:54:57 +02:00
orm
os os: add `fn user_names()` (#14424) 2022-05-19 12:16:18 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings Revert "strings: reduce time spent in Builder.writeln (very frequently called)" 2022-05-11 09:19:37 +03:00
sync sync: only run channel_select_test.v when VTEST_RUN_FLAKY=1 2022-05-15 12:43:04 +03:00
szip
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
v parser: check error for script mode that define main function (fix #14467) (#14469) 2022-05-25 12:54:58 +02:00
vweb
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.