1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-06-24 16:54:21 +02:00
..
ast orm: SqlStmt 2020-06-24 14:32:17 +02:00
builder cc: add -ldl and .o in cross builds 2020-06-23 12:57:06 +02:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker checker: fix the alias check 2020-06-24 16:52:23 +02:00
depgraph map: rename size to len 2020-06-21 16:51:02 +02:00
doc vdoc: fix sorting + other minor improvements 2020-06-19 10:36:45 +02:00
errors parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt fmt: further improvements by taking precedence into account for subexpressions 2020-06-24 15:19:30 +02:00
gen fmt: re-run on gen/fn.v 2020-06-24 14:56:44 +02:00
parser parser: check for loop key/val names 2020-06-24 16:54:21 +02:00
pref parser: skip comp_if when building for a different compiler 2020-06-18 22:01:00 +02:00
scanner scanner: ignore CR signs in string literals 2020-06-23 21:10:58 +03:00
table checker: check deprecated functions 2020-06-23 16:25:24 +02:00
tests vrepl: fix optional call 2020-06-24 12:45:48 +02:00
token v: add compiler support for _unlikely_(x) too 2020-06-09 18:11:03 +03:00
util fmt: further fixes for string interpolation and builtin macros 2020-06-18 18:48:23 +02:00
vmod checker: remove mod_file_cacher exception 2020-06-01 17:43:03 +03:00
compiler_errors_test.v tests: add parser/tests/, move checker_test.v=>compiler_errors_test.v 2020-06-15 10:58:34 +03:00