..
arrays
arrays: add reverse_iterator/1 + tests, allowing for for child in arrays.reverse_iterator(children) {
instead of explicit C for style loop; it also avoids allocations ( #24755 )
2025-06-19 14:46:20 +03:00
benchmark
docs: cleanup doc comments of public APIs in benchmark
, bitfield
, and build
2025-07-02 16:54:17 +03:00
bitfield
docs: cleanup doc comments of public APIs in benchmark
, bitfield
, and build
2025-07-02 16:54:17 +03:00
build
docs: cleanup doc comments of public APIs in benchmark
, bitfield
, and build
2025-07-02 16:54:17 +03:00
builtin
docs: cleanup doc comments of public APIs in builtin
(found by find_doc_comments_with_no_dots.v)
2025-07-02 16:33:24 +03:00
cli
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
clipboard
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
compress
thirdparty.zstd: upgrade to v1.5.7 release, add the local changes to a reusable .patch file ( #24611 )
2025-05-31 08:06:36 +03:00
context
ci: remove the // vtest flaky: true
tags from the remaining tests ( #24379 )
2025-06-19 20:16:49 +03:00
coroutines
crypto
crypto: fix ambiguous expressions in DES implementation ( #24814 )
2025-06-30 21:51:02 +03:00
datatypes
datatypes: add a Set.array/0 method to help get all the elements from a set as an array ( #24206 )
2025-04-13 19:25:32 +03:00
db
db: modify mysql/pg/sqlite interface for pool working ( #24780 )
2025-06-27 02:25:13 +03:00
dl
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
dlmalloc
tests: fix all warnings for v test-all
on linux
2025-05-19 16:16:53 +03:00
encoding
encoding.iconv: add path for iconv library on FreeBSD ( #24682 )
2025-06-09 20:41:52 +03:00
eventbus
all: fix typos ( #24470 )
2025-05-13 22:05:22 +03:00
flag
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
fontstash
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
gg
gg: allow for -d gg_memory_trace_frame
to be used in combination with -prealloc -d prealloc_dump
2025-06-26 12:20:16 +03:00
gx
hash
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
io
js
json
docs: put some more dots in the doc comments of public APIs, found by find_doc_comments_with_no_dots.v
2025-07-02 16:12:03 +03:00
log
log: fix Unhandled Exception
on windows 7 ( #24803 )
2025-06-28 08:18:58 +03:00
maps
math
maths.bits: fix ambiguous expressions, remove special case in the checker ( #24815 )
2025-06-30 22:02:24 +03:00
net
ci: remove the // vtest flaky: true
tags from the remaining tests ( #24379 )
2025-06-19 20:16:49 +03:00
orm
ci: remove the // vtest flaky: true
tags from the remaining tests ( #24379 )
2025-06-19 20:16:49 +03:00
os
os: add os.write_bytes/2 as a complement to os.read_bytes/1, add test
2025-06-28 09:27:09 +03:00
picoev
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
picohttpparser
pool
db: modify mysql/pg/sqlite interface for pool working ( #24780 )
2025-06-27 02:25:13 +03:00
rand
rand: check the separators for the generated UUIDs in random_identifiers_test.v
2025-04-28 10:05:02 +03:00
readline
regex
regex: remove deprecated const group in tests ( #24774 )
2025-06-22 12:32:34 +03:00
runtime
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
semver
V 0.4.11
2025-06-19 03:13:15 +03:00
sokol
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
stbi
doc: describe the new 4th column of the profiler output, and its compatibility with tcc & multithreading; describe better the stib comp parameter ( #24358 )
2025-04-30 08:20:12 +03:00
strconv
strings
builtin: make array.ensure_cap/1 public
2025-06-18 08:56:48 +03:00
sync
sync: use an atomic counter in test_waitgroup_go in waitgroup_test.v
2025-06-30 21:57:26 +03:00
term
term: add writeln_color() ( #24463 )
2025-05-15 13:37:13 +03:00
time
parser, ast, fmt: convert "hello".str
=> c"hello"
( fix #24635 ) ( #24652 )
2025-06-08 11:44:38 +03:00
toml
tests: fix v -W vlib/toml/tests/encode_and_decode_test.v
2025-06-22 13:30:43 +03:00
v
docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.
2025-07-02 15:45:47 +03:00
v2
all: fix typos ( #24470 )
2025-05-13 22:05:22 +03:00
vanilla_http_server
parser, ast, fmt: convert "hello".str
=> c"hello"
( fix #24635 ) ( #24652 )
2025-06-08 11:44:38 +03:00
veb
ci: remove the // vtest flaky: true
tags from the remaining tests ( #24379 )
2025-06-19 20:16:49 +03:00
vweb
x.json2: update tests to integrate decoder2 in json2 ( #24551 )
2025-05-29 13:01:50 +03:00
wasm
x
docs: put some more dots in the doc comments of public APIs, found by find_doc_comments_with_no_dots.v
2025-07-02 16:12:03 +03:00
.vdocignore
README.md