1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
Alexander Medvednikov c65dbe51d6 parser: c2v fixes
2020-08-09 03:58:14 +02:00
..
ast compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
builder builder: don't panic if msvc rootdir isn't found (#6068) 2020-08-05 13:22:10 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker parser: c2v fixes 2020-08-09 03:58:14 +02: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 compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
gen compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
parser parser: c2v fixes 2020-08-09 03:58:14 +02:00
pref iOS: basic building and running (#5999) 2020-07-28 22:27:38 +02:00
scanner scanner: floats without fraction (fix #5262) (#6064) 2020-08-05 05:11:29 +02:00
table parser: support [unsafe] instead of [unsafe_fn] (#6066) 2020-08-08 16:24:05 +02:00
tests parser: support [unsafe] instead of [unsafe_fn] (#6066) 2020-08-08 16:24:05 +02:00
token token: remove switch keyword (#6056) 2020-08-04 11:04:07 +02:00
util v0.1.29 2020-08-06 19:36:52 +02:00
vet v.util.vtest: extract the common code for VTEST_ONLY in a single place 2020-08-05 19:34:27 +03:00
vmod ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
compiler_errors_test.v tests: parallelize compiler_errors_test.v using channels & threads 2020-08-07 16:44:49 +03:00