1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-06 19:45:00 +02:00
..
ast vfmt: handle string attrs 2020-07-04 23:38:28 +02:00
builder compiler: support VTMP; tests: delete .tmp.c files on successfull tests 2020-07-06 15:08:46 +03:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker gg: simplify text rendering 2020-07-06 19:45:00 +02:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03: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 fmt: allow parsing files without fn main() (#5681) 2020-07-05 20:53:01 +02:00
gen js: |0 -> parseInt (#5703) 2020-07-06 18:09:54 +02:00
parser fmt: allow parsing files without fn main() (#5681) 2020-07-05 20:53:01 +02:00
pref compiler: remove -keepc option (it is now always on) 2020-07-06 13:42:18 +03:00
scanner vfmt: format scanner.v 2020-07-04 16:14:30 +03:00
table checker/table: rearrange sumtype check fns 2020-07-06 00:53:56 +10:00
tests test: move sumtype int cast test into fn & test var 2020-07-06 23:39:51 +10:00
token all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
util checker: handle error token positions with negative pos.len 2020-07-04 21:55:14 +03: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