v/vlib/v
Alexander Medvednikov 38e5569503 all: cached modules fixes 2020-07-18 11:15:44 +02:00
..
ast all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
builder all: cached modules fixes 2020-07-18 11:15:44 +02:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: warn if unsafe method called outside unsafe block (#5863) 2020-07-17 19:14:12 +02:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +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 all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
gen all: cached modules fixes 2020-07-18 11:15:44 +02:00
parser checker: warn if unsafe method called outside unsafe block (#5863) 2020-07-17 19:14:12 +02:00
pref pref: add -show-timings option 2020-07-14 18:47:40 +03:00
scanner scanner: add check for `_` in num literals (#5849) 2020-07-16 17:29:07 +03:00
table checker: warn if unsafe method called outside unsafe block (#5863) 2020-07-17 19:14:12 +02:00
tests checker: warn if unsafe method called outside unsafe block (#5863) 2020-07-17 19:14:12 +02:00
token all: remove `rwshared` keyword, make its semantics default for `shared` (#5710) 2020-07-07 01:57:31 +02:00
util all: cached modules fixes 2020-07-18 11:15:44 +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: support `VTEST_ONLY=fn_,match_ ./v test-fixed` and in compiler_test.v 2020-07-09 10:47:16 +03:00