1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-06-27 14:50:07 +02:00
..
ast orm: update with selectors and other fixes 2020-06-25 22:23:19 +02:00
builder msvc: unique names for pdb files, remove test job limit 2020-06-26 17:16:15 +02:00
cflag
checker checker: forbid non-reference mut arg or receiver of go function 2020-06-26 23:31:38 +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
eval
fmt fmt: force break in front of long unbreakable parts, avoid very small sub-expressions 2020-06-25 22:24:28 +02:00
gen orm: handle missing rows 2020-06-26 20:38:21 +02:00
parser vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
pref vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
scanner scanner: ignore CR signs in string literals 2020-06-23 21:10:58 +03:00
table vweb: escape html; table: rename parent_typ to parent_type 2020-06-24 22:12:33 +02:00
tests vrepl: fix optional call 2020-06-24 12:45:48 +02:00
token token: use only one representation for precedences 2020-06-25 11:36:13 +02:00
util
vet vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
vmod
compiler_errors_test.v