v/vlib/v
Enzo 21db4b338b
parser: clean error when nesting `unsafe` (#6656)
2020-10-20 22:57:24 +03:00
..
ast cgen: produce cleaner error on missing C headers (with optional explanation) (#6637) 2020-10-17 18:27:06 +03: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 checker: fix #include with @VROOT 2020-10-18 22:31:21 +03:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc vdoc: fix generating documentation for 3rd-party modules (#6651) 2020-10-20 02:52:56 +02: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 vfmt: fix `type TwoSameArgs = fn (i int, j int) string` formatting 2020-10-18 08:54:29 +03:00
gen cgen: fix spurious autoref bug, for struct init of a &C.type field, with a byteptr value 2020-10-20 16:28:33 +03:00
parser parser: clean error when nesting `unsafe` (#6656) 2020-10-20 22:57:24 +03: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 docs,tests: add project_with_c_code_2 (passing structs from C to V to C) 2020-10-20 17:59:48 +03:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02: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