v/vlib/v/gen/c
yuyi 9dce8194a8
cgen: fix error of method calls on nested embedded structs (#13292)
2022-01-27 13:20:56 +02:00
..
testdata parser,cgen: handle `const x = $embed_file("file.txt").to_string()` 2022-01-25 11:40:07 +02:00
array.v cgen: fix 'for in mut val' with 'if val in' (#13263) 2022-01-24 17:08:21 +02:00
assert.v all: update copyright year 2022-01-04 12:21:12 +03:00
assign.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
auto_eq_methods.v cgen: fix codegen for aliases of fixed arrays of structs (fix #13037) (#13049) 2022-01-06 11:54:22 +02:00
auto_free_methods.v cgen: fix codegen for aliases of fixed arrays of structs (fix #13037) (#13049) 2022-01-06 11:54:22 +02:00
auto_str_methods.v cgen: fix codegen for aliases of fixed arrays of structs (fix #13037) (#13049) 2022-01-06 11:54:22 +02:00
cgen.v ast, checker, cgen: fix error for map sumtype value init (#13290) 2022-01-27 09:44:34 +02:00
cheaders.v cgen,json2: improve -nofloat support (#13117) 2022-01-10 12:42:41 +02:00
cmain.v cgen,pref: support `-profile-fns strings__new_builder,i64_str -profile -` 2022-01-26 20:39:47 +02:00
comptime.v checker,cgen: implement v.profile.on/1, support `[if profile]` and `-d no_profile_startup` (#13232) 2022-01-21 03:26:05 +02:00
coutput_test.v os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02: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 ci: fix -cstrict jobs (use U postfix for u64 hash constants in embed.v) 2022-01-25 12:50:19 +02:00
fn.v cgen: fix error of method calls on nested embedded structs (#13292) 2022-01-27 13:20:56 +02:00
index.v all: add string range OrExpr (#13189) 2022-01-17 13:03:10 +03:00
infix_expr.v cgen: fix appending an array to a shared array (#13265) 2022-01-25 12:05:43 +02:00
json.v ci: fix vls compilation 2022-01-22 23:08:30 +02:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +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 all: update copyright year 2022-01-04 12:21:12 +03:00
str.v scanner, cgen: improve support for escape codes in backticks/runes (#13127) 2022-01-11 22:36:18 +02:00
str_intp.v all: update copyright year 2022-01-04 12:21:12 +03:00
utils.v all: update copyright year 2022-01-04 12:21:12 +03:00