v/vlib
Delyan Angelov 23c8e1f06d checker: add support for `-d debug_stmts` to ease debugging checker panics 2020-07-12 12:04:39 +03:00
..
benchmark benchmark: update the example in the README.md 2020-07-11 14:54:55 +03:00
bitfield
builtin parser: parse _x64.v files only with -x64 2020-07-11 19:03:59 +02:00
cli
clipboard
crypto cgen: fix mutable array arguments (#5769) 2020-07-10 18:04:51 +02:00
darwin
dl
encoding utf8: bug fix in get_uchar (#5775) 2020-07-10 14:44:40 +02:00
eventbus
flag
fontstash
gg gg: text_width() 2020-07-12 01:46:21 +02:00
glm
gx
hash
json
live
log
math
mysql
net net.smtp: remove credentials from the test (#5808) 2020-07-11 21:19:36 +02:00
orm orm: add delete stmt (#5725) 2020-07-07 16:55:32 +02:00
os os: fix v_realloc call on windows 2020-07-11 12:45:22 +02:00
os2
pg
picoev
picohttpparser all: disallow pointer arithmetic for AssignStmt, PostfixExpr outside unsafe{} (#5581) 2020-07-01 14:50:17 +02:00
rand
readline
regex
runtime vlib: use new filename format 2020-04-11 19:51:32 +02:00
sokol gg: use D3D and stb_truetype on Windows; 2020-07-08 21:43:27 +02:00
sqlite orm: use errcode comparisons, instead of strcmp(sqlite3_errmsg,msg) 2020-07-10 10:14:30 +03:00
stbi
strconv
strings strings: builder.writeln() optimization 2020-07-11 12:03:24 +02:00
sync all: remove `rwshared` keyword, make its semantics default for `shared` (#5710) 2020-07-07 01:57:31 +02:00
szip
term term: add clear 2020-06-19 17:15:41 +02:00
time
v checker: add support for `-d debug_stmts` to ease debugging checker panics 2020-07-12 12:04:39 +03:00
vweb vweb: ensure the tcp connection is always closed at the end of the response 2020-07-10 10:49:39 +03:00
.vdocignore