v/vlib/v
Maciej Obarski 7bd2804ce9
all: automatic error propagation in place of "or { return(err) }"
2020-08-29 01:58:03 +02:00
..
ast parser: move flag logic to checker (#6239) 2020-08-28 09:24:04 +03:00
builder all: automatic error propagation in place of "or { return(err) }" 2020-08-29 01:58:03 +02:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: error on `mut name =` (#6247) 2020-08-28 20:07:32 +03:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc vdoc: parse with `enable_globals: true` 2020-08-28 08:53:12 +03:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt fmt: insert space in front of `?` for propagation (#6250) 2020-08-29 01:56:43 +02:00
gen os.args: fix os.args[0] when compiling graphical apps on windows 2020-08-28 22:39:52 +03:00
parser checker: error on `mut name =` (#6247) 2020-08-28 20:07:32 +03:00
pref tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00
scanner v.scanner: fix error line numbers when comments end with CRLF 2020-08-26 11:39:32 +03:00
table vfmt: support `x chan Name` in fn args 2020-08-28 01:54:16 +03:00
tests tests: autofree: use -experimental flag 2020-08-28 10:22:28 +02:00
token all: handle `<-` arrow token for channel operations (#6152) 2020-08-17 20:12:00 +02:00
util parser: move flag logic to checker (#6239) 2020-08-28 09:24:04 +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 tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00