v/vlib/v/gen/c
yuyi 66070ec63e
cgen: fix error of 'map_a[map_b[key]] += 2' (#12872)
2021-12-17 15:17:08 +02:00
..
testdata all: support `$embed_file('embed.vv', .zlib)` (#12654) 2021-12-04 19:43:19 +02:00
array.v cgen: fix for in mut val in array.index() (#12410) 2021-11-08 11:12:10 +02:00
assert.v preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523) 2021-12-16 15:59:46 +02:00
auto_eq_methods.v cgen: fix array of interfaces equality error (#12874) 2021-12-17 14:58:17 +02:00
auto_free_methods.v cgen: fix generic struct free() (#12487) 2021-11-17 08:18:46 +03:00
auto_str_methods.v cgen: support `-d no_segfault_handler` and `-d no_main`. Cleanup `-d trace_xxx` descriptions in CONTRIBUTING.md 2021-12-03 19:01:45 +02:00
cgen.v cgen: fix c error when use reserved keyword as if guard var (#12871) 2021-12-17 04:50:52 +02:00
cheaders.v cgen: support closures on arm32 as well (#12875) 2021-12-17 14:26:24 +02:00
cmain.v preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523) 2021-12-16 15:59:46 +02:00
comptime.v ast, checker, cgen: fix generics multiple type comptime call (fix #12777) (#12806) 2021-12-12 19:42:40 +02:00
coutput_test.v all: support `$embed_file('embed.vv', .zlib)` (#12654) 2021-12-04 19:43:19 +02:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v cgen: cleanup the generated code for dump(x) 2021-12-04 11:56:45 +02:00
embed.v all: support `$embed_file('embed.vv', .zlib)` (#12654) 2021-12-04 19:43:19 +02:00
fn.v cgen: fix defer with function variables (fix #12854) (#12866) 2021-12-16 20:58:54 +02:00
index.v cgen: fix error of 'map_a[map_b[key]] += 2' (#12872) 2021-12-17 15:17:08 +02:00
infix_expr.v ast: cleanup struct embeds related methods (#12719) 2021-12-04 18:46:41 +02:00
json.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +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 cgen: fix error caused by fixed size array init syntax with variable it (#12314) 2021-10-28 02:20:49 +03:00
str_intp.v cgen: fix comptime for_in methods call using str_intp (#12746) 2021-12-07 12:12:12 +03:00
utils.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00