v/vlib
Larpon a1342e85c3
os: add info about overwritten content to `write_file` (#14109)
2022-04-20 15:29:58 +03:00
..
arrays
benchmark
bitfield checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +03:00
builtin builtin: define C.abs() 2022-04-20 13:03:30 +03:00
cli
clipboard
compress
context
crypto ci: fix `./v check-md -hide-warnings .` 2022-04-15 21:08:09 +03:00
darwin
datatypes
dl
dlmalloc dlmalloc: add a temporary workaround for a segfault (#13120) 2022-01-10 15:54:23 +02:00
encoding
eventbus
flag all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
fontstash
gg tests: use u8 everywhere 2022-04-15 18:34:15 +03:00
gx
hash
io io: fix typo in readerwriter.v (#14060) 2022-04-17 17:40:14 +03:00
js
jsdom
json
log
math ci: fix `./v -progress test-cleancode` 2022-04-15 21:04:10 +03:00
mssql
mysql
net
orm
os os: add info about overwritten content to `write_file` (#14109) 2022-04-20 15:29:58 +03: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-15 20:51:04 +03:00
sync sync: use #insert for atomic.h, so that bootstrapping can be simplified 2022-04-19 20:06:20 +03:00
szip
term checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +03:00
time
toml all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
v ast: minor cleanup of types.v (#14103) 2022-04-20 14:24:13 +03:00
vweb
x checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +03: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.