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
cli
cli: drop trailing periods and use 'Print' in default help/version/man descriptions (#27123)
last May 13
45.35 KB
clipboard
clipboard: clipboard not working on windows and doesn't use global on linux (fixes #11338)
last Apr 14
27.16 KB
coroutines
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
4.53 KB
picoev
net: stop using vlib-specific symbols in C. defenitions in `net` module (#27052)
last May 2
37.99 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
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
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
all: fix add checker error when non-explicitly downcasting integers internally (fixes #23695)
last Apr 23
578.35 KB
net
veb, fasthttp: efficicent memory management with -prealloc (memory is freed after the request is finished, no gc needed)
last May 13
1.25 MB
orm
orm: add bulk insert/update support with CASE WHEN batch updates, MySQL time conversion, and checker/codegen validation (#27132)
last May 13
217.92 KB
pico_http_parser
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
1.09 KB
picohttpparser
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
20.36 KB
rand
Revert "rand: use the OS CSPRNG for `uuid_v4`, `uuid_v7`, `UUIDSession` and `ulid` (#27152)"
last May 14
143.68 KB
crypto
Revert "rand: use the OS CSPRNG for `uuid_v4`, `uuid_v7`, `UUIDSession` and `ulid` (#27152)"
last May 14
2.25 MB
term
term: remove extra spaces sent to methods in ok_message(), fail_message(), and warn_message() (#27128)
last May 11
120.01 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
README.md
tools,v.doc: let https://modules.vlang.io use vlib/README.md as the index page. (#23480)
1 year ago
858 bytes
.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.