v/vlib
yuyi 9c7da323f1
checker: check error for arguments of array.contains() (#14102)
2022-04-21 10:34:33 +02:00
..
arrays
benchmark
bitfield checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
builtin builtin: compile the gc statically by default (#14063) 2022-04-19 12:42:43 +02:00
cli
clipboard
compress
context
crypto ci: fix `./v check-md -hide-warnings .` 2022-04-17 12:14:31 +02:00
darwin
datatypes
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
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv all: handle fixed []u8 2022-04-17 12:14:29 +02:00
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: check error for arguments of array.contains() (#14102) 2022-04-21 10:34:33 +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.