v/vlib/v
Lukas Neubert 8be9bdacd1
fmt: do not wrap real multiline comments into single line in arrays (#6923)
2020-11-24 12:55:39 +01:00
..
ast all: nested sum types (#6913) 2020-11-23 16:16:13 +01:00
builder builder: fix for `v -o x.exe run examples/hello_world.v` 2020-11-20 02:38:24 +02:00
cflag v: add VCACHE support for thirdparty object files and for `v build-module` 2020-10-25 03:09:07 +03:00
checker all: nested sum types (#6913) 2020-11-23 16:16:13 +01:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc all: refactor ast.Expr to use the new sum type implementation (#6792) 2020-11-21 00:05:57 +01: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 fmt: do not wrap real multiline comments into single line in arrays (#6923) 2020-11-24 12:55:39 +01:00
gen js: initial support for optional return unwrapping (#6926) 2020-11-24 12:54:26 +01:00
parser parser: fix generic structs from other modules (#6921) 2020-11-23 23:21:11 +01:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref v: run code from stdin `echo println(2+2) | v run -`, with no repl limits (#6884) 2020-11-20 10:25:59 +02:00
scanner scanner: store errors and warnings on silent mode (#6883) 2020-11-20 11:44:19 +02:00
table table: rename atypes.v to types.v now that the order of the files is irrelevant 2020-11-23 18:19:51 +01:00
tests parser: fix generic structs from other modules (#6921) 2020-11-23 23:21:11 +01:00
token cgen: union sum types implementation (#6745) 2020-11-11 09:18:15 +01:00
util js: fix codegen for multiline strings (#6791) 2020-11-18 18:23:44 +01:00
vcache checker: add check against `fn test_opt() ?{}` 2020-11-20 15:12:53 +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 tests: restore skipped return_missing_comp_if.vv and return_missing_comp_if_nested.vv 2020-11-16 10:07:53 +02:00