v/vlib/v
Alexander Medvednikov 26785668c0 autofree: more tests; gg: fix draw_circle with hidpi 2020-11-15 15:09:44 +01:00
..
ast checker: add a check for `x := math.sin<f64>(0)` 2020-11-15 11:51:12 +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: add a check for `x := math.sin<f64>(0)` 2020-11-15 11:51:12 +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 eating of `app.$method(vars)`; format vlib/vweb/vweb.v 2020-11-14 13:55:10 +02:00
gen autofree: more tests; gg: fix draw_circle with hidpi 2020-11-15 15:09:44 +01:00
parser checker: add a check for `x := math.sin<f64>(0)` 2020-11-15 11:51:12 +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 checker: add a check for `x := math.sin<f64>(0)` 2020-11-15 11:51:12 +02:00
tests autofree: more tests; gg: fix draw_circle with hidpi 2020-11-15 15:09:44 +01: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