v/vlib/v/gen/c
spaceface 26d051475a
cgen: ensure closures are kept alive when using the GC (#14736)
2022-06-10 19:48:50 +03:00
..
testdata cgen: fix none literal str() function calling (#14704) 2022-06-07 01:29:27 +03:00
array.v cgen: fix mutable receiver type calling mapping function causes C error (fix #14230) (#14696) 2022-06-06 18:34:04 +03:00
assert.v all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
assign.v cgen: fix cross assign in closure (#14549) 2022-05-28 20:47:54 +03:00
auto_eq_methods.v ast, cgen: restore Type.str() and fix error for it (#13815) 2022-03-24 11:45:06 +02:00
auto_free_methods.v cgen: fix duplicate auto generation of free methods, add test 2022-03-19 01:01:08 +02:00
auto_str_methods.v cgen: simplify auto_str_methods.v (#14463) 2022-05-19 22:29:15 +03:00
cgen.v cgen: ensure closures are kept alive when using the GC (#14736) 2022-06-10 19:48:50 +03:00
cheaders.v cgen: do not #include signal.h, on -os wasm32 and -d no_segfault_handler 2022-06-01 13:21:22 +03:00
cmain.v cgen: ensure closures are kept alive when using the GC (#14736) 2022-06-10 19:48:50 +03:00
comptime.v checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00
coutput_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v cgen: fix codegen for aliases of fixed arrays of structs (fix #13037) (#13049) 2022-01-06 11:54:22 +02:00
embed.v v: always embed file data of \$embed_file(file) constructs, even without -prod, unless `-d embed_only_metadata` is given. 2022-06-01 09:08:18 +03:00
fn.v cgen: ensure closures are kept alive when using the GC (#14736) 2022-06-10 19:48:50 +03:00
for.v cgen: fix `for (int i = 0; i < 10; i++, a++) {` (multiple expressions in the inc part) 2022-06-04 20:03:59 +03:00
if.v cgen: fix if expr with optional method call (#14600) 2022-06-03 15:57:39 +03:00
index.v cgen: fix nested map index check (fix #14683) (#14687) 2022-06-06 06:29:22 +03:00
infix.v cgen: c2v infix fix 2022-06-01 06:14:28 +03:00
json.v json: fix json decode with missing map type field (#14678) 2022-06-04 20:27:11 +03:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
match.v checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00
profile.v cgen,pref: support `-profile-fns strings__new_builder,i64_str -profile -` 2022-01-26 20:39:47 +02:00
sql.v builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-06 19:25:54 +03:00
str.v ast, checker, cgen: fix error for printing alias that has str method (#13809) 2022-03-23 11:52:48 +02:00
str_intp.v all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
struct.v cgen: minor cleanup in struct_init() (#14405) 2022-05-16 12:22:51 +03:00
utils.v checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00