v/vlib
yuyi 8789cc422c
v.ast: fix fmt of 'bytestr' to '&byte' (#12014)
2021-09-29 13:53:46 +03:00
..
arrays arrays: add a generic `arrays.concat(os.args,'abc','xyz')` function (#11985) 2021-09-26 19:41:50 +03:00
benchmark
bitfield
builtin v.ast: fix fmt of 'bytestr' to '&byte' (#12014) 2021-09-29 13:53:46 +03:00
cli cli: fix bug that caused help to panic (#11157) 2021-08-12 09:25:28 +03:00
clipboard
context context: update ValueContext to handle Any value and more Key types, use closures (#11993) 2021-09-27 17:52:20 +03:00
crypto
darwin
dl
encoding
eventbus v.parser: prohibit redeclaration of builtin types (#10563) 2021-06-25 13:08:56 +03:00
flag flag: switch panics to optionals (#11515) 2021-09-16 19:25:05 +03:00
fontstash
gg gg: expose sapp_desc.swap_interval via gg.Config (#11975) 2021-09-25 15:06:56 +03:00
glm
gx
hash v.markused: remove `hash.init()` function (map fn usages are detected more precisely) 2021-09-23 12:24:02 +03:00
io io.util: simplify random number generation in util.v 2021-09-23 14:20:39 +03:00
json
log
math fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
mssql
mysql orm: fix time (#11026) 2021-08-03 05:17:00 +03:00
net fix `./v -cc g++ run examples/concurrency/concurrency_http.v` 2021-09-28 10:35:02 +03:00
orm
os
pg
picoev
picohttpparser
rand ci: work around a failing g++ compilation (order of methods in an interface dispatching table matters for C++ compilers) 2021-09-23 14:08:50 +03:00
readline Revert "Revert "term: obtain the cursor position via termios.h (#11372)"" 2021-09-06 19:04:14 +03:00
regex
runtime
semver tests: fix `-cstrict` self compilation on m0 with clang 2021-06-07 18:23:18 +03:00
sokol
sqlite all: introduce `isize` and `usize` (#11437) 2021-09-08 05:53:39 +03:00
stbi
strconv strconv: float memory leak fix (#11980) 2021-09-26 07:33:35 +03:00
strings js: array improvements (#11952) 2021-09-26 07:33:53 +03:00
sync
szip parser: deprecate `size_t` (#11443) 2021-09-08 13:09:32 +03:00
term
time
toml
v
vweb
x
.vdocignore