v/vlib
Delyan Angelov ef19aa1de6 assert: fix line position, pretty print float literals and casts 2020-04-08 05:47:29 +03:00
..
arrays
benchmark
bitfield bitfield: update module 2020-04-04 17:59:26 +02:00
builtin cgen: do comparison of f32/f64 values for == and != by calling f64_eq(a,b) and f64_ne(a,b) 2020-04-08 03:51:06 +03:00
cli
clipboard clipboard: fix build on Windows 2020-04-04 15:37:13 +02:00
crypto expression: set integer literals as int by default 2020-03-23 20:05:37 +01:00
darwin
encoding
eventbus
flag tools: remove vnames.v for now 2020-04-04 16:39:08 +02:00
fontstash
freetype
gg
gg2
gl gl/glfw: update C definitions 2020-04-04 12:56:35 +02:00
glfw gl/glfw: update C definitions 2020-04-04 12:56:35 +02:00
glm
gx
hash
json
log log: fix example error 2020-04-06 17:22:53 +02:00
math
mysql all: remove redundant parentheses in `if` statements 2020-03-29 10:08:42 +02:00
net urllib: put braces in << | expressions in urllib.v to make test pass 2020-04-07 22:58:29 +03:00
orm
os checker: allow again fallthrough in or{} blocks of option calls without assignment 2020-04-08 02:56:24 +03:00
os2
pg
picoev
picohttpparser
rand tests: rename vlib/rand/rand_test.v to random_numbers_test.v to fix sporadic CI fails 2020-04-08 03:04:04 +03:00
readline v2: compile vrepl, 'fn main(){println(2+2)}' runs now 2020-04-02 19:21:12 +03:00
regex
runtime
sokol
sqlite
stbi
strconv cgen/parser: fix unions 2020-04-08 01:20:55 +02:00
strings parser/cgen: default struct field values 2020-04-06 14:45:48 +02:00
sync v2: fix support for 'go fn()' in modules. sync.pool is again multithreaded. 2020-04-03 19:44:49 +03:00
szip
term term: fix `get_terminal_size` on Windows 2020-04-04 11:56:43 +02:00
time time: change unix timestamp to u64 2020-04-07 03:35:47 +02:00
uiold
v assert: fix line position, pretty print float literals and casts 2020-04-08 05:47:29 +03:00
vweb