1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-11-15 22:54:47 +02:00
..
ast checker: smartcast only if type is not mut (#6841) 2020-11-15 16:53:51 +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: smartcast only if type is not mut (#6841) 2020-11-15 16:53:51 +02:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc doc: use fixed-width symbol name at start of comment 2020-11-15 12:58:58 +00: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 vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02: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 checker: smartcast only if type is not mut (#6841) 2020-11-15 16:53:51 +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