v/vlib
yuyi 9326cb9d67
checker: fix map get anon fn value with mut argument (fix #14479) (#14493)
2022-05-25 12:55:00 +02:00
..
arrays
benchmark
bitfield
builtin markused: add _result_ok (#14495) 2022-05-25 12:55:00 +02:00
cli checker: ban unsafe pointer/fn comparison (#14462) 2022-05-25 12:54:58 +02: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
context fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
crypto
darwin all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
datatypes checker: ban unsafe pointer/fn comparison (#14462) 2022-05-25 12:54:58 +02:00
dl all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
dlmalloc
encoding fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
eventbus
flag
fontstash
gg
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-25 12:54:57 +02:00
log
math math: update documentation (#14457) 2022-05-25 12:54:57 +02:00
mssql
mysql
net checker: ban unsafe pointer/fn comparison (#14462) 2022-05-25 12:54:58 +02:00
orm
os os: add norm_path and abs_path function (#14435) 2022-05-25 12:54:59 +02:00
pg
picoev
picohttpparser
rand rand: move dist functions to top module and PRNG interface; minor cleanup (#14481) 2022-05-25 12:55:00 +02:00
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync checker: ban unsafe pointer/fn comparison (#14462) 2022-05-25 12:54:58 +02:00
szip
term checker: ban unsafe pointer/fn comparison (#14462) 2022-05-25 12:54:58 +02:00
time time: remove `import math` dependency, by implementing a simpler version of mceil 2022-05-25 12:54:59 +02:00
toml
v checker: fix map get anon fn value with mut argument (fix #14479) (#14493) 2022-05-25 12:55:00 +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.