v/vlib
yuyi dc0b0c83c6
ast: fix error for interface embedding call (#13466)
2022-02-14 19:22:44 +02:00
..
arrays
benchmark
bitfield
builtin docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
cli
clipboard
compress
context
crypto crypto.sha512, crypto.sha256 : Make public the `write()` and `sum()` methods (#13461) 2022-02-14 00:10:50 +02:00
darwin
datatypes checker: check generic struct init without type parameter (#13404) 2022-02-09 14:06:45 +02:00
dl
dlmalloc
encoding docs, builtin, encoding.csv: update error implementations (#13440) 2022-02-12 11:54:10 +02:00
eventbus
flag builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
fontstash
gg
gx
hash
io builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
js
jsdom
json builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
log
math
mssql
mysql builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
net net: simplify the TcpConn.read_line/0 method, accumulate partially read lines, use a string builder, instead of concatenation 2022-02-13 22:42:38 +02:00
orm
os os: allow using XDG_CACHE_HOME for choosing the folder returned by `os.cache_dir()` on windows too 2022-02-13 11:18:51 +02:00
pg
picoev
picohttpparser
rand
readline readline: give the possibility to ignore the empty line in the history (#13452) 2022-02-14 00:12:25 +02:00
regex
runtime
semver builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
sokol
sqlite builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
stbi
strconv
strings
sync sync,ci: bump vtest retry for channel_select_6_test.v 2022-02-12 19:22:27 +02:00
szip
term
time builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
toml builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
v ast: fix error for interface embedding call (#13466) 2022-02-14 19:22:44 +02:00
vweb builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
x builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02: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.