v/vlib/v/gen/c
Vincenzo Palazzo 4f14f7714f
checker: ensure that the variant SubType exists (#14053)
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2022-04-16 19:29:10 +03:00
..
testdata checker: ensure that the variant SubType exists (#14053) 2022-04-16 19:29:10 +03:00
array.v cgen: fix infix_expr_in_optimization compile error when treating some kind cannot directly use '==' (#14015) 2022-04-12 16:19:44 +03:00
assert.v checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
assign.v cgen: fix error for fn with fixed array argument (fix #13976) (#13982) 2022-04-09 15:57:27 +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 ast: remove .byte 2022-04-15 15:30:37 +03:00
cgen.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
cheaders.v all: byte => u8 2022-04-15 14:58:56 +03:00
cmain.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
comptime.v ast, cgen: restore Type.str() and fix error for it (#13815) 2022-03-24 11:45:06 +02:00
coutput_test.v
ctempvars.v
dumpexpr.v
embed.v ast: remove .byte 2022-04-15 15:30:37 +03:00
fn.v all: byte => u8 2022-04-15 14:45:52 +03:00
for.v
if.v cgen: cleanup in if_expr() (#13754) 2022-03-17 01:09:49 +02:00
index.v cgen: fixed array index for translated code 2022-04-04 12:09:29 +03:00
infix_expr.v cgen: fix infix generics bug (#14048) 2022-04-16 13:23:19 +03:00
json.v json: fix json decode with sumtype of multi array type (#14035) 2022-04-14 15:36:24 +03:00
live.v
match.v checker,cgen: use faster `sym.idx == ast.error_type_idx` integer comparisons, instead of `sym.name == "IError"` 2022-04-12 14:49:51 +03:00
profile.v
sql.v cgen: fix crash for casting bool to int (fix #13825) (#13844) 2022-03-28 12:20:47 +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: byte => u8 2022-04-15 14:45:52 +03:00
struct.v cgen: fix alloc empty struct array error (#14007) 2022-04-11 14:16:09 +03:00
utils.v