..
arrays
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
benchmark
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
bitfield
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
builtin
builtin: fix string.trim() ( fix #13021 ) ( #22205 )
2024-09-13 07:27:40 +03:00
cli
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
clipboard
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
compress
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
context
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
coroutines
crypto
crypto.pbkdf2: move extensive test cases to https://github.com/vlang/slower_tests , but keep test case 7
, where the key_size is > block_size for sha224 and sha256
2024-09-13 10:50:55 +03:00
datatypes
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
db
db.sqlite: add instructions for installing SQLite's amalgamation or development package, if it is missing
2024-09-10 17:20:29 +03:00
dl
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
dlmalloc
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
encoding
encoding.binary: add u16
/u32
/u64
-> []u8
conversion functions ( #22193 )
2024-09-10 20:22:34 +03:00
eventbus
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
flag
flag: add a relaxed parsing mode, that turn flag match errors into no_match
entries instead ( #22191 )
2024-09-10 17:04:40 +03:00
fontstash
fmt: fix alignment of enumeration types ( #21999 )
2024-08-07 15:46:50 +03:00
gg
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
gx
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
hash
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
io
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
js
json
fmt: fix alignment of struct init fields ( #22025 )
2024-08-11 09:11:24 +03:00
log
fmt: fix alignment of enumeration types ( #21999 )
2024-08-07 15:46:50 +03:00
maps
all: change single blank comment to blank line ( #22016 )
2024-08-09 14:55:58 +03:00
math
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
net
ci: run npx prettier --write **.yml
; ensure it is run on all .yml files, not just the ones in the .github/workflows/ folder
2024-09-12 11:43:03 +03:00
orm
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
os
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
picoev
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
picohttpparser
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
rand
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
readline
fmt: fix and simplify align of struct fields ( #21995 )
2024-08-05 20:23:39 +03:00
regex
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
runtime
semver
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
sokol
ast: fix const field str() ( #22192 )
2024-09-10 17:02:51 +03:00
stbi
fmt: fix alignment of struct init fields ( #22025 )
2024-08-11 09:11:24 +03:00
strconv
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
strings
fmt: fix alignment of struct init fields ( #22025 )
2024-08-11 09:11:24 +03:00
sync
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
szip
term
ast: fix const field str() ( #22192 )
2024-09-10 17:02:51 +03:00
time
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
toml
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
v
tests: add a test for short enum syntax across modules (related #12183 ) ( #22210 )
2024-09-13 17:07:01 +03:00
v2
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
veb
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
vweb
tests: add a test for short enum syntax across modules (related #12183 ) ( #22210 )
2024-09-13 17:07:01 +03:00
wasm
fmt: fix alignment of struct init fields ( #22025 )
2024-08-11 09:11:24 +03:00
x
crypto, x.crypto: trim long inputs, move more extensive cases to https://github.com/vlang/slower_tests
2024-09-13 10:28:11 +03:00
.vdocignore
README.md