1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-04 16:13:58 +03:00
..
ast vfmt: allow multiple comments after if branches 2020-07-04 16:13:58 +03:00
builder cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker checker: cleanup indentation 2020-07-04 14:45:11 +03:00
depgraph map: rename size to len 2020-06-21 16:51:02 +02:00
doc checker: add check for strict .str() method signature 2020-07-04 14:14:43 +03: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 vfmt: allow multiple comments after if branches 2020-07-04 16:13:58 +03:00
gen checker: add check for strict .str() method signature 2020-07-04 14:14:43 +03:00
parser vfmt: allow multiple comments after if branches 2020-07-04 16:13:58 +03:00
pref vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
scanner scanner: fix string interpolation for '$a.b().c' (#5612) 2020-07-02 00:02:59 +02:00
table all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
tests all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
token all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
util repl: show short version 2020-07-03 22:30:34 +02:00
vet vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +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