1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-08-02 17:58:05 +03:00
..
ast ast: use Block instead of UnsafeStmt (#5981) 2020-08-02 14:06:44 +03:00
builder builder/cgen: get -usecache working for self cimpilation 2020-07-31 20:10:19 +10:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker ast: use Block instead of UnsafeStmt (#5981) 2020-08-02 14:06:44 +03:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc checker: add error for fn f() Struct { return &Struct{} } (#6019) 2020-07-29 21:40:43 +02:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt ast: use Block instead of UnsafeStmt (#5981) 2020-08-02 14:06:44 +03:00
gen ast: use Block instead of UnsafeStmt (#5981) 2020-08-02 14:06:44 +03:00
parser parser: add hard limit to the number of statements in a fn 2020-08-02 17:58:05 +03:00
pref iOS: basic building and running (#5999) 2020-07-28 22:27:38 +02:00
scanner scanner: more checks for _ as num_sep (#5992) 2020-07-28 16:09:19 +10:00
table checker: add suggestions for method mispellings and unknown types 2020-07-30 18:48:16 +03:00
tests Revert "parser: Support unsafe(expr) (#5973)" 2020-07-29 21:41:47 +02:00
token all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
util v.util.suggestions: fix hash.crc32.Crc32 case 2020-07-30 19:35:16 +03:00
vet fmt,vet: handle var in [single_value] (#5882) 2020-07-19 19:58:34 +02:00
vmod ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
compiler_errors_test.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00