1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
Delyan Angelov aae5b9fb95
ast.table: cache the returned values of Table.type_to_str_using_aliases/2
This results in 9% speedup of the checker stage for V itself.
2022-06-02 17:53:30 +03:00
..
arrays
benchmark
bitfield checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +03:00
builtin builtin.js: fix string.int method (#14564) 2022-05-31 11:52:11 +03:00
cli
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 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
context
crypto
darwin all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
datatypes
dl
dlmalloc dlmalloc: add a temporary workaround for a segfault (#13120) 2022-01-10 15:54:23 +02:00
encoding
eventbus
flag
fontstash
gg
gx all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
hash
io fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
js docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
jsdom
json
log
math
mssql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
mysql fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
net
orm
os
pg
picoev all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
picohttpparser all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
rand
readline fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
regex
runtime
semver builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
sokol fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
sqlite orm: document & fix pg (#14533) 2022-05-26 22:53:09 +03:00
stbi
strconv
strings strings: update docs for .str() and for .free() 2022-06-02 10:41:32 +03:00
sync checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00
szip
term
time
toml
v
vweb net.http: Response.text -> Response.body (#14478) 2022-05-29 20:27:18 +03:00
x
.vdocignore
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.