v/vlib
yuyi 0a30a90924
parser: minor cleanup in stmt() (#14136)
2022-04-25 19:07:28 +02:00
..
arrays
benchmark
bitfield checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
builtin builtin: fix `-cc gcc -gc boehm` on linux and macos (#14115) 2022-04-21 10:34:34 +02:00
cli
clipboard
compress
context
crypto ci: fix `./v check-md -hide-warnings .` 2022-04-17 12:14:31 +02:00
darwin
datatypes datatypes: fix bst child access, when .root is 0 (#14080) 2022-04-21 10:34:34 +02:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg gg: fix gg.draw_rounded_rect_filled() graphical abnormalities (#14128) 2022-04-25 19:07:27 +02:00
gx
hash
io io: fix typo in readerwriter.v (#14060) 2022-04-17 16:52:49 +02:00
js
jsdom
json
log
math ci: fix `./v -progress test-cleancode` 2022-04-17 12:14:31 +02:00
mssql
mysql ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
net
orm
os os: add behavior info to `is_dir_empty` documentation (#14110) 2022-04-25 19:07:27 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
sync bootstrap: remove -I ./thirdparty/stdatomic/nix from make files (#14111) 2022-04-21 10:34:58 +02:00
szip
term checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
time
toml
v parser: minor cleanup in stmt() (#14136) 2022-04-25 19:07:28 +02:00
vweb
x checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +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.