v/vlib/v
Delyan Angelov 1135dffe2d cgen: prevent generation of duplicate interface method wrappers 2020-08-13 20:56:58 +03:00
..
ast all: new `.sort(a < b)` syntax 2020-08-12 05:54:51 +02:00
builder cgen: add support for -g again 2020-08-12 02:05:45 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker ci: fix failing tests for compiler_errors_test.v 2020-08-13 13:16:41 +03:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02: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 builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
gen cgen: prevent generation of duplicate interface method wrappers 2020-08-13 20:56:58 +03:00
parser all: new `.sort(a < b)` syntax 2020-08-12 05:54:51 +02:00
pref cgen: add support for -g again 2020-08-12 02:05:45 +03:00
scanner builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
table parser: use Attr.arg field for `[name: arg]` (#6084) 2020-08-10 02:00:14 +02:00
tests checker: make << shifts work with custom number types 2020-08-11 01:05:34 +02:00
token token: remove switch keyword (#6056) 2020-08-04 11:04:07 +02:00
util cgen: add support for -g again 2020-08-12 02:05:45 +03:00
vet ci: fix `v vet` filtering 2020-08-12 20:34:13 +03:00
vmod ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
compiler_errors_test.v ci: fail compiler_errors_test.v, when at least one of all the parser/checker tests failed 2020-08-13 12:57:16 +03:00