v/vlib
Miccah 8b50a5a171
vweb: fix route matching on `/` (#10001)
2021-05-05 14:20:40 +03:00
..
arrays arrays: implement python-inspired array zip function and test (#8667) 2021-03-07 11:58:13 +02:00
benchmark
bitfield
builtin os: add getuid and geteuid (#10002) 2021-05-05 14:20:11 +03:00
cli
clipboard
context
crypto crypto: add custom errors to crypto lib (#9522) 2021-03-30 15:27:57 +03:00
darwin v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795) 2021-04-19 19:01:47 +03:00
dl
encoding encoding.utf8: fix len and ulen and optimize raw_index (#9682) 2021-04-12 04:58:03 +02:00
eventbus
flag
fontstash
gg gg: fix width and height in draw_rounded_rect primitive (#9926) 2021-04-29 10:58:57 +03:00
glm
gx
hash
io
json
log log: unify output order between cli and file (#9693) 2021-04-12 09:38:47 +03:00
math scanner: speed up Scanner.skip_whitespace (~2-3% speed up of `-o x.c cmd/v`) 2021-05-03 14:14:32 +03:00
mysql orm: fix mysql substructs (#9930) 2021-04-29 21:00:17 +03:00
net
orm orm: support multiline statements (#9888) 2021-04-27 15:28:57 +03:00
os os: add getuid and geteuid (#10002) 2021-05-05 14:20:11 +03:00
os2 vlib: use new filename format 2020-04-11 19:51:32 +02:00
pg
picoev picoev: error handling workaround (#9913) 2021-05-01 14:20:10 +03:00
picohttpparser picohttpparser: fix setting of req.body 2021-05-03 16:55:20 +03:00
rand
readline ci: remove some tests from skip_with_werror in `v test-self` 2021-04-14 12:47:24 +03:00
regex
runtime
semver semver: add custom errors (#9493) 2021-03-29 11:17:00 +02:00
sokol
sqlite v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795) 2021-04-19 19:01:47 +03:00
stbi
strconv strconv: separate v_sprintf (#10007) 2021-05-05 04:12:18 +03:00
strings
sync all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
szip
term all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
time
v checker: fix for_in mut var unused warning (#10008) 2021-05-05 14:11:32 +03:00
vweb vweb: fix route matching on `/` (#10001) 2021-05-05 14:20:40 +03:00
x fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
.vdocignore