.. |
ast
|
vfmt: fix match x { 10 /* ... */ {} } and a := [1/* x */, /* y */2, 3]
|
2020-11-11 22:59:43 +02:00 |
builder
|
builder: move -c right before the .c thirdparty file
|
2020-11-13 20:42:26 +02:00 |
cflag
|
v: add VCACHE support for thirdparty object files and for v build-module
|
2020-10-25 03:09:07 +03:00 |
checker
|
checker: fix invalid type (typ=0 idx=0) when x,y := gfn(), and gfn returns (Abc,T)
|
2020-11-14 10:42:56 +02:00 |
depgraph
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
doc
|
cgen: union sum types implementation (#6745)
|
2020-11-11 09:18:15 +01:00 |
errors
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
eval
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
fmt
|
vfmt: fix $for method in App.methods {} turning to App(methods)
|
2020-11-14 12:24:46 +02:00 |
gen
|
cgen: remove .replace('T', ...)
|
2020-11-14 10:36:59 +02:00 |
parser
|
vfmt: fix match x { 10 /* ... */ {} } and a := [1/* x */, /* y */2, 3]
|
2020-11-11 22:59:43 +02:00 |
pkgconfig
|
pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695)
|
2020-10-29 11:57:23 +02:00 |
pref
|
vfmt: fix match x { 10 /* ... */ {} } and a := [1/* x */, /* y */2, 3]
|
2020-11-11 22:59:43 +02:00 |
scanner
|
scanner: vfmt scanner.v
|
2020-11-11 17:25:58 +02:00 |
table
|
table: add a helper pub fn (t Type) debug() []string {}
|
2020-11-14 11:39:58 +02:00 |
tests
|
vfmt: fix $for method in App.methods {} turning to App(methods)
|
2020-11-14 12:24:46 +02:00 |
token
|
cgen: union sum types implementation (#6745)
|
2020-11-11 09:18:15 +01:00 |
util
|
all: support VMODULES environment variable (defaulting to ~/.vmodules)
|
2020-11-08 08:07:17 +02:00 |
vcache
|
all: support VMODULES environment variable (defaulting to ~/.vmodules)
|
2020-11-08 08:07:17 +02:00 |
vet
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
vmod
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
compiler_errors_test.v
|
checker: fix comptime custom defines usages, add tests
|
2020-10-24 15:06:51 +03:00 |