v/vlib/v/gen/c
Delyan Angelov 241a7b760d
strconv,checker,cgen: fix -cstrict compilation of hello_world.v
2021-07-19 01:08:48 +03:00
..
array.v cgen: remove Gen.write_expr_to_string() (#10804) 2021-07-15 08:15:28 +03:00
assert.v v: initial support for generic interfaces and sumtypes (#10795) 2021-07-15 08:29:13 +03:00
auto_eq_methods.v v: initial support for generic interfaces and sumtypes (#10795) 2021-07-15 08:29:13 +03:00
auto_str_methods.v gen: implement `thread.str()` (#10820) 2021-07-17 11:19:28 +03:00
cgen.v strconv,checker,cgen: fix -cstrict compilation of hello_world.v 2021-07-19 01:08:48 +03:00
cheaders.v all: do compile time const evaluation for `const x = "abc" + "xyz"` and `const x = 16 * 1024 + 5` (fix const prealloc_block_size) 2021-07-18 22:59:18 +03:00
cmain.v gc: use optimized mode by default (#10466) 2021-06-15 15:43:00 +03:00
comptime.v vinix: support -os vinix (part 1) 2021-07-13 11:24:09 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v v.parser: improve conditions for debugging ast.CastExpr parsing 2021-07-17 17:49:29 +03:00
embed.v v: replace execuast => executable 2021-05-31 09:39:18 +03:00
fn.v checker: fix generics with multi generic struct types (#10808) 2021-07-15 17:39:55 +03:00
index.v cgen: fix array of alias's slice() (#10772) 2021-07-12 15:59:01 +03:00
infix_expr.v cgen: fix fn mut val of interface type (#10568) 2021-06-26 18:13:48 +03:00
json.v GC-boehm: extend optimized mode to all `array` methods (#10406) 2021-06-10 21:26:17 +03:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
profile.v ci: add tcc32 CI on windows (#8922) 2021-02-25 12:52:12 +01:00
sql.v orm: don't panic for a psql query with no results. (#10511) 2021-06-19 09:10:49 +03:00
str.v cgen: fix generic fn return mut parameter (#10662) 2021-07-04 18:36:37 +03:00
str_intp.v cgen: fix string interpolation where the expression generates multiple C statements (#10674) 2021-07-06 09:04:29 +03:00
utils.v generics: fix generic fn type mismatch of returning a generic struct (#10553) 2021-06-24 12:47:36 +03:00