v/vlib/v/gen/c
2024-03-30 17:29:12 +02:00
..
testdata tests: test @[c_extern] for a C global variable as well (#21102) 2024-03-26 11:48:45 +02:00
array.v cgen: fix fixed array return on fn with option generic return (#20974) 2024-03-08 20:17:59 +02:00
assert.v cgen: fix assert expr handling + print with comptime smartcast (#20399) 2024-01-06 18:24:53 +02:00
assign.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
auto_eq_methods.v cgen: fix C struct sumtype support (#21129) 2024-03-30 17:29:12 +02:00
auto_free_methods.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
auto_str_methods.v cgen: fix C struct sumtype support (#21129) 2024-03-30 17:29:12 +02:00
cgen.v cgen: fix C struct sumtype support (#21129) 2024-03-30 17:29:12 +02:00
cheaders.v cgen: add the _M_ARM64 macro to endianness check (#21109) 2024-03-27 13:32:12 +02:00
cmain.v v.pref: support filtering while tracing, with v -trace-calls -trace-fns main,gg*draw* run examples/tetris/ (#21021) 2024-03-14 15:43:28 +02:00
comptime.v v: fix sumtype support for option variant types (#21101) 2024-03-29 10:51:48 +02:00
coutput_test.v ci: improve test robustness on windows (#21116) 2024-03-28 07:29:17 +02:00
ctempvars.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
dumpexpr.v cgen: force C struct types which does not implement str() to be passed as ptr (#21054) 2024-03-21 00:24:38 +02:00
embed.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fn.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
for.v cgen: fix for/in codegen when iterating over C structs (#21052) 2024-03-18 04:14:02 +02:00
if.v ast: add has_option_or_result() and cleanup all the related calls (#20434) 2024-01-08 17:59:58 +02:00
index.v checker,cgen: change x.filter(cond).len > 0 to x.any(cond), and x.filter(cond) == 0 to x.all(!cond) (#20513) 2024-01-13 08:52:31 +02:00
infix.v cgen: fix infix array heap comparison (#21145) 2024-03-30 17:28:01 +02:00
json.v json: fix decode struct ptr (#20828) 2024-02-15 06:41:10 +02:00
live.v cgen: fix live mode on windows (#20041) 2023-12-01 09:01:00 +02:00
match.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
orm.v cgen: improve diagnostic information for ORM queries with invalid types 2024-03-21 19:18:52 +02:00
past_tmp_var.v cgen: cleanup go_before_stmt(0) (#19308) 2023-09-08 22:49:54 +03:00
profile.v v.gen.c: write the profile file out, even upon CTRL-C or kill (#20677) 2024-01-28 16:39:50 +02:00
reflection.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
spawn_and_go.v cgen: fix thread return type generation (fix #20836) (#20850) 2024-02-17 11:36:40 +02:00
str.v cgen: force C struct types which does not implement str() to be passed as ptr (#21054) 2024-03-21 00:24:38 +02:00
str_intp.v cgen: force C struct types which does not implement str() to be passed as ptr (#21054) 2024-03-21 00:24:38 +02:00
struct.v v: fix sumtype support for option variant types (#21101) 2024-03-29 10:51:48 +02:00
text_manipulation.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
utils.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00