v/vlib
Delyan Angelov 990a540851
tests: fix the push_work_on_channel.vv output
2022-05-19 12:16:19 +02:00
..
arrays fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
benchmark
bitfield
builtin ci: vfmt builtin_d_use_libbacktrace.c.v 2022-05-19 12:16:17 +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
crypto
darwin
datatypes
dl all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
dlmalloc dlmalloc: add a temporary workaround for a segfault (#13120) 2022-01-10 15:54:23 +02:00
encoding
eventbus
flag
fontstash
gg
gx all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
hash
io
js
jsdom docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
json
log
math math.big: fix Integer.bit_len() when there are no digits in the number 2022-05-19 12:16:18 +02:00
mssql
mysql
net net.smtp: handle UTF-8 subjects according to RFC 1342 (#14410) 2022-05-16 11:09:36 +03:00
orm
os os: add `fn user_names()` (#14424) 2022-05-19 12:16:18 +02:00
pg fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
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 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
term
time time: fix calculate_date_from_offset (#14399) 2022-05-15 10:55:24 +03:00
toml
v tests: fix the push_work_on_channel.vv output 2022-05-19 12:16:19 +02:00
vweb
x
.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.