1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-09-29 03:13:10 +02:00
..
ast parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
builder parser: require assign on type alias (#6477) 2020-09-25 12:02:32 +02:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker all: change .ReturnType and .Type to .return_type and .typ (#6494) 2020-09-28 06:13:38 +02:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc vdoc: document variables in a specific pos/scope; support v doc os File (#6354) 2020-09-21 17:40:39 +03:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval
fmt vfmt: fix formatting for [4][4]int static arrays 2020-09-27 22:46:33 +03:00
gen all: change .ReturnType and .Type to .return_type and .typ (#6494) 2020-09-28 06:13:38 +02:00
parser parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
pref pref: remove obsolete flags 2020-09-29 02:54:05 +02:00
scanner all: mutability check (part 1); enable mutable sumtype args 2020-09-22 05:28:29 +02:00
table all: fn args => params 2020-09-27 03:32:56 +02:00
tests all: change .ReturnType and .Type to .return_type and .typ (#6494) 2020-09-28 06:13:38 +02:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util repl: fix ctrl+z job to background on linux (#6417) 2020-09-18 16:34:00 +03:00
vet tests: add .vv support for v vet too, and simplify vet_test.v 2020-08-25 18:46:33 +03:00
vmod all: automatic error propagation in place of "or { return(err) }" 2020-08-29 01:58:03 +02:00
compiler_errors_test.v gen: named imported structs operator overloading and str methods (#6433) 2020-09-20 19:51:14 +02:00