v/vlib
joe-conigliaro a73660a4c3
checker/cgen: simplify assigning fn to var
2020-05-11 00:13:30 +10:00
..
arrays
benchmark cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
bitfield bitfield: rename functions, getsize => get_size, etc. 2020-05-07 11:21:14 +03:00
builtin map: faster get and exists 2020-05-09 12:42:01 +02:00
cli
clipboard clipboard: make compile on linux 2020-05-06 12:00:52 +00:00
crypto
darwin darwin: fix `if ()` warning 2020-05-05 20:07:43 +02:00
dl
encoding csv: fix field multiple lines error 2020-05-10 14:19:26 +02:00
eventbus
flag checker: check array and fields mutability 2020-04-27 22:53:26 +02:00
fontstash
freetype
gg fix a few warnings 2020-04-26 12:42:44 +03:00
gg2 all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
gl tetris: cleanup unused variable warnings 2020-04-25 09:49:02 +03:00
glfw
glm array: fix fixed array errors 2020-04-25 18:26:38 +02:00
gx checker: handle unknown fields in fail_if_immutable 2020-05-10 02:07:15 +02:00
hash
json parser: add support for multiple struct field attributes 2020-05-08 15:09:42 +02:00
live live: make compile; pref: allow _linux.v etc 2020-05-09 20:31:50 +02:00
log
math math.fractions: improve `.equals()` 2020-05-08 15:39:23 +03:00
mysql mysql: Using `int.str()` instead of `string(int)` 2020-05-06 12:53:47 +03:00
net checker: handle unknown fields in fail_if_immutable 2020-05-10 02:07:15 +02:00
orm Revert "db: increase db module level in vlib " 2020-03-26 09:23:54 +01:00
os checker: make pub field check an error 2020-05-09 18:34:07 +02:00
os2
pg
picoev
picohttpparser
rand
readline readline: fix input echo issue on musl-based systems 2020-05-10 07:39:31 +03:00
regex all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
runtime
sokol
sqlite all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
stbi stbi: make compilation faster by generating a stbi.o file 2020-01-26 12:41:43 +01:00
strconv
strings parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
sync sync: mark sync.WaitGroup and sync.Mutex with [ref_only] 2020-05-10 08:58:54 +03:00
szip
term v self: force the subprocess to show colors 2020-05-08 19:04:24 +03:00
time time: add .no_delimiter format option 2020-05-08 21:23:26 +03:00
uiold
v checker/cgen: simplify assigning fn to var 2020-05-11 00:13:30 +10:00
vweb