v/vlib/v
Daniel Däschle c5dc1a33b6
all: remove `it` smartcast and replace with original variable name (#5764)
2020-07-09 17:14:14 +02:00
..
ast all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
builder all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval
fmt all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
gen all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
parser all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
pref compiler: remove -keepc option (it is now always on) 2020-07-06 13:42:18 +03:00
scanner vfmt: format scanner.v 2020-07-04 16:14:30 +03:00
table cgen: sort const inits/cleanups topologically, skip calling non `fn init(){}` fns 2020-07-08 14:28:58 +03:00
tests all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
token all: remove `rwshared` keyword, make its semantics default for `shared` (#5710) 2020-07-07 01:57:31 +02:00
util checker: handle error token positions with negative pos.len 2020-07-04 21:55:14 +03:00
vet
vmod
compiler_errors_test.v tests: support `VTEST_ONLY=fn_,match_ ./v test-fixed` and in compiler_test.v 2020-07-09 10:47:16 +03:00