v/vlib/v
Nick Treleaven 217f04e311
checker: disallow casting to bool, use `some_int != 0` instead (#6138)
2020-08-19 14:37:55 +02:00
..
ast cgen: implement channel `push()`/`pop()` using `<-` operator (#6154) 2020-08-17 23:35:36 +02:00
builder v.builder: fix quoting when building thirdparty source files 2020-08-16 10:18:14 +03:00
cflag
checker checker: disallow casting to bool, use `some_int != 0` instead (#6138) 2020-08-19 14:37:55 +02:00
depgraph
doc checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
errors
eval
fmt fmt: temporary struct attr fix 2020-08-19 14:33:45 +02:00
gen android: initial support for C output using sokol_main (#6164) 2020-08-19 11:00:15 +02:00
parser gg: fixes and Android support (#6161) 2020-08-19 07:10:42 +02:00
pref android: initial support for C output using sokol_main (#6164) 2020-08-19 11:00:15 +02:00
scanner all: handle `<-` arrow token for channel operations (#6152) 2020-08-17 20:12:00 +02:00
table all: add builtin channel type `chan elem_type` (#6126) 2020-08-14 21:18:42 +02:00
tests checker: disallow casting to bool, use `some_int != 0` instead (#6138) 2020-08-19 14:37:55 +02:00
token all: handle `<-` arrow token for channel operations (#6152) 2020-08-17 20:12:00 +02:00
util parser: handle several errors in types; cgen: objC includes 2020-08-16 19:16:59 +02: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