v/vlib/v
yuyi 96bd4e8794
parser: fix type detection in `match` (#5679)
2020-07-05 16:35:45 +02:00
..
ast vfmt: handle string attrs 2020-07-04 23:38:28 +02:00
builder all: make `os` global in scripts (#5669) 2020-07-04 23:37:41 +02:00
cflag checker: do not allow defining methods on types from other modules 2020-05-28 15:23:20 +02:00
checker checker/gen: fix nested sumtype matching 2020-07-06 00:25:04 +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 vfmt: handle string attrs 2020-07-04 23:38:28 +02:00
gen checker/gen: fix nested sumtype matching 2020-07-06 00:25:04 +10:00
parser parser: fix type detection in `match` (#5679) 2020-07-05 16:35:45 +02:00
pref vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
scanner vfmt: format scanner.v 2020-07-04 16:14:30 +03:00
table checker/gen: fix nested sumtype matching 2020-07-06 00:25:04 +10:00
tests parser: fix type detection in `match` (#5679) 2020-07-05 16:35:45 +02: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