1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-07 14:18:51 +02:00
..
ast all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +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 checker: fix multi assignment for multiple fns (#5716) 2020-07-07 14:18:51 +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 vweb: fix and simplify routing 2020-07-07 12:35:45 +02:00
parser all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +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 all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
tests checker: fix multi assignment for multiple fns (#5716) 2020-07-07 14:18:51 +02:00
token all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +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