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
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
encoding
encoding.cbor: build option payloads via comptime `$zero(field.typ.payload_type)` (#27536)
last Jun 23
836.79 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)
last Jun 11
578.46 KB
orm
orm: add execute method to Connection interface for raw SQL queries (#27416)
last Jun 26
287.99 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
sync
sync: fix ordering in Once and ManyTimes -- store count after f() completes (#27490)
last Jun 22
164.15 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
wasm
wasm: add table & element sections, call_indirect, and function values (#27532)
last Jun 26
70.89 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.