v/vlib/v/gen/c
Delyan Angelov 846ddfd728
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
..
testdata builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-06 19:25:54 +03:00
array.v cgen: cleanup in gen_array_contains_methods() (#14274) 2022-05-03 20:46:07 +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 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
cheaders.v cgen: fix a race condition in the closure implementation (#14532) 2022-05-27 17:35:02 +03:00
cmain.v cgen: add support for `v -cmain SDL_main sdl_example.v` 2022-05-28 21:16:48 +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: fix a race condition in the closure implementation (#14532) 2022-05-27 17:35:02 +03:00
for.v checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
if.v checker,cgen: allow result if guard (#14474) 2022-05-20 19:34:53 +03:00
index.v checker: ban unsafe pointer/fn comparison (#14462) 2022-05-20 18:30:16 +03:00
infix.v cgen: c2v infix fix 2022-06-01 06:14:28 +03:00
json.v json: fix struct field default value support (#14304) 2022-05-20 11:22:17 +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