v/vlib/v/gen/c
yuyi 0ac0ab6b4b
cgen: fix auto str for sumtype with alias (#10599)
2021-06-28 14:17:00 +03:00
..
array.v cgen: fix for in mut reference selector val (fix #10524) (#10536) 2021-06-21 19:25:18 +03:00
assert.v assert: print enum value of CTempVars on fail (#10378) 2021-06-07 15:49:48 +03:00
auto_eq_methods.v all: use operator overloading on strings (p. 2) (#10183) 2021-05-24 11:38:31 +03:00
auto_str_methods.v cgen: fix auto str for sumtype with alias (#10599) 2021-06-28 14:17:00 +03:00
cgen.v builtin: use == 0 instead of isnil() 2021-06-28 10:59:14 +03:00
cheaders.v Revert "Revert "v.gen.c: remove unused memfreedup"" 2021-06-25 20:29:42 +03:00
cmain.v gc: use optimized mode by default (#10466) 2021-06-15 15:43:00 +03:00
comptime.v cgen: fix clash in generated variant and method names (#10581) 2021-06-27 19:05:32 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v gen.v.c: fix -usecache with modules having dump() 2021-06-12 18:10:55 +03:00
embed.v v: replace execuast => executable 2021-05-31 09:39:18 +03:00
fn.v v.checker,v.gen.c: extend auto heap mechanism to objects used as interfaces (#10529) 2021-06-21 07:10:10 +03:00
index.v GC-boehm: extend optimized mode to all `array` methods (#10406) 2021-06-10 21:26:17 +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 checker,gen: remove automatic string to C string conversion (#10144) 2021-06-20 09:30:08 +03:00
str_intp.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
utils.v generics: fix generic fn type mismatch of returning a generic struct (#10553) 2021-06-24 12:47:36 +03:00