v/vlib
pancake 4b2319fd67
native: fix macho header for amd64 macOS 'Big Sur' (#10304)
2021-06-02 16:09:57 +03:00
..
arrays arrays: implement python-inspired array zip function and test (#8667) 2021-03-07 11:58:13 +02:00
benchmark
bitfield
builtin OpenBSD: support Boehm-GC, X11 and Sqlite (#10300) 2021-06-01 22:28:30 +03:00
cli
clipboard OpenBSD: support Boehm-GC, X11 and Sqlite (#10300) 2021-06-01 22:28:30 +03:00
context all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
crypto ci: run vfmt over sha256_test.v 2021-05-08 17:38:05 +03:00
darwin
dl
encoding encoding: append `0` to strings for compatibility (#10249) 2021-05-29 16:31:52 +03:00
eventbus tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
flag
fontstash
gg gg: render text if we fell back to system default (#10307) 2021-06-02 16:00:14 +03:00
glm checker: deprecate using V strings in C function calls (#10140) 2021-05-20 09:17:44 +03:00
gx
hash
io
json
log log: unify output order between cli and file (#9693) 2021-04-12 09:38:47 +03:00
math all: use operator overloading on strings (p. 2) (#10183) 2021-05-24 11:38:31 +03:00
mssql mssql: support orm create and drop table (#10296) 2021-06-01 11:10:27 +03:00
mysql tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
net strings: simplify Builder (#10263) 2021-05-31 14:21:06 +03:00
orm
os os: fix os.is_link and os.symlink on windows, add new functions os.getppid, os.getgid, os.getegid (#10251) 2021-05-29 23:26:13 +03:00
os2
pg
picoev
picohttpparser
rand encoding: append `0` to strings for compatibility (#10249) 2021-05-29 16:31:52 +03:00
readline builtin,gen: use operator overloading on ustring (#10197) 2021-05-25 14:51:48 +03:00
regex
runtime
semver
sokol
sqlite OpenBSD: support Boehm-GC, X11 and Sqlite (#10300) 2021-06-01 22:28:30 +03:00
stbi
strconv strconv: fix memory corruption (#10250) 2021-05-29 16:24:09 +03:00
strings strings: simplify Builder (#10263) 2021-05-31 14:21:06 +03:00
sync v.gen.c,v.markused: fix `println(ch)` when ch is a channel 2021-06-01 13:46:59 +03:00
szip tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
term term: use textscanner.new in term.strip_ansi/1 2021-05-20 11:24:44 +03:00
time checker: cleanup type alias pascal case check (#10217) 2021-05-27 22:40:32 +03:00
v native: fix macho header for amd64 macOS 'Big Sur' (#10304) 2021-06-02 16:09:57 +03:00
vweb strings: simplify Builder (#10263) 2021-05-31 14:21:06 +03:00
x strings: simplify Builder (#10263) 2021-05-31 14:21:06 +03:00
.vdocignore