v/vlib/v
Delyan Angelov eba413853f compiler_errors_test.v: use work.close() instead of sentinel tasks 2020-08-10 15:26:54 +03:00
..
ast compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
builder parser: error on `[unsafe_fn]` (#6090) 2020-08-09 12:22:11 +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 vfmt: align field attributes (when no inline comment after type) (#6089) 2020-08-10 13:13:42 +03:00
gen parser: use Attr.arg field for `[name: arg]` (#6084) 2020-08-10 02:00:14 +02:00
parser parser: enable CamelCase named method names for JS. objects 2020-08-10 10:39:14 +03: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: use Attr.arg field for `[name: arg]` (#6084) 2020-08-10 02:00:14 +02:00
tests parser: error on `[unsafe_fn]` (#6090) 2020-08-09 12:22:11 +03: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 compiler_errors_test.v: use work.close() instead of sentinel tasks 2020-08-10 15:26:54 +03:00