.. |
ast
|
autofree: handle method chains
|
2020-10-22 03:51:28 +02:00 |
builder
|
builder: enable `v run x_test.v` to allow universal make/compile commands in vim/emacs
|
2020-10-18 10:34:40 +03:00 |
cflag
|
all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests
|
2020-10-15 12:32:28 +02:00 |
checker
|
autofree: handle method chains
|
2020-10-22 03:51:28 +02:00 |
depgraph
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
doc
|
vdoc: use maps, enum-based categorization; fixes (#6659)
|
2020-10-21 11:26:33 +03:00 |
errors
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
eval
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
fmt
|
cgen: print results of failed callexprs in `assert fn() == fn2()` (#6665)
|
2020-10-21 21:58:40 +02:00 |
gen
|
cgen: support most kinds of ast.PrefixExpr in gen_assert_metainfo
|
2020-10-22 19:25:07 +03:00 |
parser
|
checker: add error for ast.PrefixExpr on the left side of decl_assign (#6660)
|
2020-10-21 17:37:30 +02:00 |
pref
|
tests: simplify print mode logic
|
2020-10-18 20:49:25 +03:00 |
scanner
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
table
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
tests
|
autofree: handle method chains
|
2020-10-22 03:51:28 +02:00 |
token
|
parser: warn about ambiguous infix/prefix op token (#6491)
|
2020-09-29 03:13:10 +02:00 |
util
|
v test-fmt: add 1 sec sleep before rebuilding vfmt, to avoid its parallel recompilation afterwards
|
2020-10-21 15:20:07 +03:00 |
vet
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
vmod
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
compiler_errors_test.v
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
|
2020-10-17 18:27:06 +03:00 |