v/vlib/v/gen/c
yuyi 108a01d65f
fmt: fix unnecessary line break in array init (fix #11448) (#11562)
2021-09-21 16:20:09 +03:00
..
testdata v.gen.c: fix assert `f().len == 1` calling f() twice (closes issue 11501) 2021-09-16 19:01:35 +03:00
array.v cgen: fix `b := &[5, 6, 7]` (#11457) 2021-09-10 14:30:30 +03:00
assert.v v.gen.c: fix assert `f().len == 1` calling f() twice (closes issue 11501) 2021-09-16 19:01:35 +03:00
auto_eq_methods.v v.gen.c: allow overriding of the == operator on C.Struct type aliases 2021-09-07 12:02:01 +03:00
auto_free_methods.v cgen: add gen_free_for_type_array/map() (#11530) 2021-09-18 15:18:32 +03:00
auto_str_methods.v builtin, cgen: more -nofloat fixes 2021-09-13 19:06:19 +03:00
cgen.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
cheaders.v all: introduce `isize` and `usize` (#11437) 2021-09-08 05:53:39 +03:00
cmain.v gc: use optimized mode by default (#10466) 2021-06-15 15:43:00 +03:00
comptime.v tmpl: fix $tmpl comptime operation only working in return statement (#11541) 2021-09-19 23:22:26 +03:00
coutput_test.v v.pref: add a simple options_test.v to check for -cflags regressions 2021-09-18 16:08:15 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v builtin, cgen: more -nofloat fixes 2021-09-13 19:06:19 +03:00
embed.v v: replace execuast => executable 2021-05-31 09:39:18 +03:00
fn.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
index.v gen: fix C keyword escape to _v_ instead of just v_ (#10876) 2021-07-21 11:46:04 +03:00
infix_expr.v checker, cgen: fix generic operator overload of 'cmp' (#11489) 2021-09-14 16:20:02 +03:00
json.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +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 tmpl: add a <div> test 2021-09-21 02:11:33 +03:00
str.v builtin, cgen: more -nofloat fixes 2021-09-13 19:06:19 +03:00
str_intp.v v.gen.c: fix the :X string interpolation format for isize/usize on 64bit systems 2021-09-19 05:09:03 +03:00
utils.v generics: fix generic fn type mismatch of returning a generic struct (#10553) 2021-06-24 12:47:36 +03:00