1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2020-12-30 15:09:13 +02:00
..
arrays test-cleancode: add the arrays module too (#7583) 2020-12-26 20:21:52 +02:00
benchmark test-cleancode: add benchmark and bitfield (#7613) 2020-12-27 15:51:55 +02:00
bitfield bitfield: document all functions 2020-12-18 22:10:51 +02:00
builtin cgen: fix array of array/map init (fix #7597) (#7671) 2020-12-29 11:50:25 +01:00
cli cli: run v fmt (#7440) 2020-12-21 21:23:40 +02:00
clipboard clipboard: add a clipboard.x11 submodule, use it by default; add a clipboard.dummy for solaris 2020-12-25 19:34:21 +02:00
crypto ci: fix sha1.v, sha1block_generic.v and szip.v 2020-12-20 18:28:40 +02:00
darwin
dl dl: add comments for the dl/example 2020-12-18 19:41:01 +02:00
encoding
eventbus
flag flag: run vfmt over vlib/flag, add it to vtest-cleancode.v 2020-12-21 22:24:10 +02:00
fontstash
gg parser: fix `for i, mut val in vals {; examples: vfmt flappybird 2020-12-27 12:02:18 +01:00
glm
gx
hash checker: support integer and voidptr key types for maps (#7503) 2020-12-27 14:18:46 +01:00
io io: remove obsolete OutputStream 2020-12-22 10:44:45 +01:00
json json: decode/encode time.Time 2020-12-22 07:24:44 +01:00
live
log
math math: use full import module name in tests 2020-12-23 01:38:17 +11:00
mysql
net net: restore back the blocking TcpConn.read_line() method for simplicity 2020-12-29 17:51:16 +02:00
orm test-cleancode: add vlib/orm (#7577) 2020-12-26 14:40:22 +02:00
os ci: fix for os.execvp on macos (cargs << charptr(cmdpath.str) too) 2020-12-28 20:20:56 +02:00
os2
pg
picoev
picohttpparser
rand rand: document all functions, document range notation form, fix copy-pasta (#7619) 2020-12-27 20:06:17 +02:00
readline readline: add missing documentation, fix documentation format, add README.md (#7683) 2020-12-30 15:09:13 +02:00
regex regex: fix a bug, update docs, explain the assumptions of the regex module (#7629) 2020-12-28 12:43:03 +02:00
runtime runtime: document all functions (#7612) 2020-12-27 20:14:43 +02:00
semver semver: run v fmt (#7439) 2020-12-21 21:25:19 +02:00
sokol sokol: fix for freebsd (#7466) 2020-12-26 10:08:16 +02:00
sqlite sqlite: add close method, and an is_open field (#7382) 2020-12-21 22:02:29 +02:00
stbi
strconv strconv: make atoi return ?int 2020-12-21 08:35:24 +01:00
strings fmt: add a space around single-line unsafe expressions (#7505) 2020-12-23 19:13:42 +01:00
sync sync: support concurrent selects on same channel(s) (#7415) 2020-12-20 04:52:40 +01:00
szip ci: fix sha1.v, sha1block_generic.v and szip.v 2020-12-20 18:28:40 +02:00
term vrepl, term: return cursor to the top-left corner in vrepl after clear (#7600) 2020-12-27 13:43:36 +02:00
time time: rename to_local_time() to local(); time.offset() 2020-12-26 02:10:47 +01:00
v fmt: fix a space in const decl 2020-12-30 02:24:38 +01:00
vweb vweb: run vfmt, add it to v test-cleancode 2020-12-27 11:38:12 +02:00
x all: re-implement variadics using arrays & implement array decomposition to varg (#7689) 2020-12-29 16:14:08 +01:00
.vdocignore