v/vlib
2024-04-09 17:01:05 +03:00
..
arrays all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
benchmark all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
bitfield bitfield: correct a few typos (#21187) 2024-04-05 11:24:31 +03:00
builtin x.json2,checker,toml: allow field.typ compile-time checking with MatchExpr and add array of option checking (#21171) 2024-04-04 12:43:59 +03:00
cli cli: add pluralization to err msg, if required number of args is not met (#20971) 2024-03-07 20:57:58 +02:00
clipboard all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
compress all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
context all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
coroutines coroutines: manually create photon vcpu's & add functions to set photon log output (#21012) 2024-03-14 00:00:42 +11:00
crypto all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
datatypes all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
db v,breaking: add ability to read enum, fn, interface and sumtype attributes in compile-time, change builtin StructAttribute to VAttribute (#21149) 2024-03-31 09:14:33 +03:00
dl
dlmalloc all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
encoding xml: update entity parse test (#21190) 2024-04-05 17:31:32 +03:00
eventbus
flag all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
fontstash breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
gg gg: draw_text with custom fonts 2024-04-05 18:09:47 +03:00
gx breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
hash all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
io ci: improve test robustness on windows (#21116) 2024-03-28 07:29:17 +02:00
js
json json: allow i32 decoding and encoding (#21162) 2024-04-02 05:24:36 +03:00
log
maps
math examples: add pidigits.v; optimise math.big's Integer divide a bit (#21239) 2024-04-09 17:01:05 +03:00
net breaking,net.ftp: allow to choose a different port than port 21 (change FTP.connect to accept host:port, not just a host address) (#21185) 2024-04-05 11:23:01 +03:00
orm v,breaking: add ability to read enum, fn, interface and sumtype attributes in compile-time, change builtin StructAttribute to VAttribute (#21149) 2024-03-31 09:14:33 +03:00
os os: fix double free in os.get_raw_line() (used by os.input), with -autofree (#21204) 2024-04-08 18:48:05 +03:00
picoev
picohttpparser
rand all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
readline all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
regex all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
runtime
semver all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
sokol breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
stbi stbi: update thirdparty/stb_image to latest commit ae721c5 (#21127) 2024-04-01 22:05:43 +03:00
strconv all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
strings strings.textscanner: fix off-by-one error in skip method (#21045) 2024-03-17 11:11:10 +02:00
sync breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
szip
term all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
time time: cleanup module (#21217) 2024-04-09 14:05:14 +03:00
toml x.json2,checker,toml: allow field.typ compile-time checking with MatchExpr and add array of option checking (#21171) 2024-04-04 12:43:59 +03:00
v checker: fix -parallel-cc regression (part 1, workaround .filter(fn[c]) used in checker/orm.v) (#21238) 2024-04-09 17:00:14 +03:00
v2 all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
veb/auth veb.auth: a minor find_token fix 2024-03-29 15:55:26 +03:00
vweb ci: mark both vweb and x.vweb versions of vweb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v as flaky 2024-04-04 16:15:47 +03:00
wasm
x x.vweb: accept query params as method arguments (#21201) 2024-04-07 09:20:55 +03:00
.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.