v/vlib/v
Nick Treleaven eb47ce1e83
ast: fix ParExpr.str(), RangeExpr.str(), SizeOf.str() (#6023)
2020-07-31 02:31:01 +02:00
..
ast ast: fix ParExpr.str(), RangeExpr.str(), SizeOf.str() (#6023) 2020-07-31 02:31:01 +02:00
builder builder: increase backtrace size with tcc to 25 frames 2020-07-30 16:56:58 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: fix unknown_method_suggest_name.out test result too 2020-07-30 19:37:36 +03:00
depgraph
doc checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
errors
eval
fmt ast: fix ParExpr.str(), RangeExpr.str(), SizeOf.str() (#6023) 2020-07-31 02:31:01 +02:00
gen cgen: fix sum type match (#5978) 2020-07-28 22:17:25 +02:00
parser Revert "parser: Support `unsafe(expr)` (#5973)" 2020-07-29 21:41:47 +02:00
pref iOS: basic building and running (#5999) 2020-07-28 22:27:38 +02:00
scanner scanner: more checks for `_` as num_sep (#5992) 2020-07-28 16:09:19 +10:00
table checker: add suggestions for method mispellings and unknown types 2020-07-30 18:48:16 +03:00
tests Revert "parser: Support `unsafe(expr)` (#5973)" 2020-07-29 21:41:47 +02:00
token all: remove `rwshared` keyword, make its semantics default for `shared` (#5710) 2020-07-07 01:57:31 +02:00
util v.util.suggestions: fix hash.crc32.Crc32 case 2020-07-30 19:35:16 +03:00
vet fmt,vet: handle `var in [single_value]` (#5882) 2020-07-19 19:58:34 +02:00
vmod ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
compiler_errors_test.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00