0 branches
Tree
Top files
Clone with HTTPS:
benchmark
benchmark: fix nixos V panic: string.repeat: count is negative: -26 (fixes #10974)
last Apr 23
12.1 KB
builtin
builtin: speed up single element array push (`a << x`), fixes #27468 (#27470)
1 day ago
879.99 KB
clipboard
clipboard: clipboard not working on windows and doesn't use global on linux (fixes #11338)
last Apr 14
27.16 KB
compress
compress.deflate: build Huffman trees via the shared hash.huffman builder (#27394)
last Jun 9
675.98 KB
coroutines
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
4.53 KB
dlmalloc
all: fix add checker error when non-explicitly downcasting integers internally (fixes #23695)
last Apr 23
40.88 KB
goroutines
all: builder error: cannot import module "goroutines" (not found) (fixes #26819)
last Apr 14
60.49 KB
gx
revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v
last Apr 14
4.81 KB
hash
hash.huffman: add shared canonical Huffman builder; migrate HPACK to it (#27392)
last Jun 8
47.17 KB
log
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
26.44 KB
maps
maps: compilation error when using `.to_array()` with a map whose value type is an interface (fixes #26567)
last Mar 11
6.44 KB
math
math.bits: cleaned up comments, added inline attrs, extra checks for 0, and tests (#27410)
6 days ago
578.46 KB
net
net.http: fix TLS server read/handshake timeouts and idle-shutdown fd race (#27434)
1 day ago
1.45 MB
orm
orm: add DataScope support for per-instance request-level filtering (#27324)
last Jun 7
284.18 KB
pico_http_parser
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
1.09 KB
picoev
net: stop using vlib-specific symbols in C. defenitions in `net` module (#27052)
last May 2
37.99 KB
picohttpparser
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
20.36 KB
readline
readline: fix The read_char () of the readline module does not work in Windows OS. (fixes #24686)
last Apr 23
28.51 KB
time
checker: warn when a local variable shadows a function declaration (fixes #22685) (#27272)
last May 26
149.58 KB
toml
builtin, toml: enable ALL_INTERIOR_POINTERS for bundled libgc; drop toml.ast_to_any GC wrap (#27007)
last Apr 28
240.77 KB
veb
net.http: add connection-pooling Transport with HTTP/1.1 keep-alive (#27412)
2 days ago
314.54 KB
.vdocignore
all: builder error: cannot import module "goroutines" (not found) (fixes #26819)
last Apr 14
170 bytes
page: index title: V standard library documentation index: V stdlib
This site contains the documentation for the standard library of modules
included with the V language. Also commonly referred
to as vlib, as that is the root directory for these modules in the V
repository.
If you were looking for documentation for the language itself, the builtin types, operators, et. al., please use the V documentation link.
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.
Note that the builtin module is
implicitly imported by default in V, so you do not need to have a specific
import statement to use any of the features of that module.