v/vlib/v
joe-conigliaro 5fd5e558ae
parser/checker/gen: anon fn direct call with args
2020-07-08 01:10:39 +10:00
..
ast parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10: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 parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10: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 parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10:00
gen parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10:00
parser parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10: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 parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10: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