v/vlib
Delyan Angelov 9e652c4f40 ci: fix remaining failing tests. Do mut ptr check only outside unsafe{} blocks. 2020-07-26 10:59:07 +03:00
..
benchmark
bitfield cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
builtin ci: prepare for enabling compilation with g++ again 2020-07-25 20:20:49 +03:00
cli
clipboard unsafe: tag with unsafe{} some more pointer manipulations 2020-07-22 21:42:51 +03:00
crypto
darwin darwin: fix `if ()` warning 2020-05-05 20:07:43 +02:00
dl
encoding
eventbus
flag
fontstash
gg
glm
gx
hash
json
live live: fix compilation 2020-07-24 08:45:28 +03:00
log
math
mysql
net websocket: add tests (#5967) 2020-07-25 22:25:31 +02:00
orm
os os: implement os.system for iOS and uncomment the `$if ios` blocks (#5947) 2020-07-24 10:17:32 +03:00
os2
pg
picoev examples: fix `v build-examples` 2020-07-24 13:29:47 +03:00
picohttpparser examples: fix `v build-examples` 2020-07-24 13:29:47 +03:00
rand rand: add comments for rand.uuid_v4, apply some more perf tweaks 2020-07-25 21:39:54 +03:00
readline
regex v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
runtime
sokol
sqlite
stbi
strconv
strings
sync
szip
term term: fix panic in term.header, when cols,rows from get_terminal_size are < 2 2020-07-24 08:34:39 +03:00
time
v ci: fix remaining failing tests. Do mut ptr check only outside unsafe{} blocks. 2020-07-26 10:59:07 +03:00
vweb gen: compile time for (methods and fields) (#5957) 2020-07-25 00:02:44 +02:00
.vdocignore