v/vlib
lemon 262ec40851
builtin: fix `-cc gcc -gc boehm` on linux and macos (#14115)
2022-04-21 10:34:34 +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
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: small cleanup of function description (#14112) 2022-04-21 10:34:34 +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 sync: use #insert for atomic.h, so that bootstrapping can be simplified 2022-04-21 10:34:33 +02:00
szip
term checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
time
toml
v checker: minor cleanup in assign_stmt() (#14107) 2022-04-21 10:34:34 +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.