v/vlib
Delyan Angelov 1ef718c1e1
cgen: fix `return if cond { x,y } else { a,b }` generation
2021-04-13 11:52:18 +03:00
..
arrays
benchmark
bitfield bitfield: add methods `insert` and `extract` () 2021-04-10 17:42:09 +03:00
builtin builtin: use 0 instead of `\0` rune when setting C style terminators; use C.memcpy in `[]string{}.join("")` 2021-04-13 11:29:33 +03:00
cli
clipboard
context context: small refactor to always use Context type instead of multiple types () 2021-04-13 07:04:13 +03:00
crypto
darwin
dl
encoding encoding.utf8: fix len and ulen and optimize raw_index () 2021-04-12 04:58:03 +02:00
eventbus
flag
fontstash
gg
glm
gx
hash
io
json
log log: unify output order between cli and file () 2021-04-12 09:38:47 +03:00
math
mysql
net net.http: make http.parse_response() public so it can be used by http servers () 2021-04-09 23:42:25 +03:00
orm orm: add unique fields & add drop table stmt () 2021-04-11 23:57:25 +02:00
os fmt: remove parenthesis around single ident () 2021-04-12 16:01:03 +03:00
os2
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol ios: move `sokol` declarations out of builder, and support non-sokol apps too () 2021-04-12 19:35:06 +03:00
sqlite
stbi
strconv
strings
sync sync: fix `chan.close()` while a sending thread is waiting () 2021-04-09 23:40:35 +03:00
szip
term
time
v cgen: fix `return if cond { x,y } else { a,b }` generation 2021-04-13 11:52:18 +03:00
vweb
x tests: add vlib/x/json2 to vtest-cleancode.v 2021-04-11 11:34:08 +03:00
.vdocignore