v/vlib/v/gen/c
Delyan Angelov be04ec0620
pref: add support for `-thread-stack-size 4194304` (default set to 8MB) (#14168)
2022-04-28 08:46:33 +03:00
..
testdata checker: ensure that the variant SubType exists (#14053) 2022-04-16 19:29:10 +03:00
array.v cgen: split up array_init() (#14178) 2022-04-26 20:58:47 +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: add callconv support for fns from ptr (#14151) 2022-04-25 08:51:03 +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: fix error for cast to empty interface (fix #14162) (#14176) 2022-04-26 13:26:48 +03:00
cgen.v cgen: fix error for generic sumtype casting to typenode (#14188) 2022-04-27 11:32:43 +03:00
cheaders.v ci: fix tcc compilation of atomic_test.v 2022-04-27 22:50:18 +03:00
cmain.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
comptime.v checker, cgen: minor cleanup of last expr stmt expression (#14057) 2022-04-17 14:08:43 +03: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
dumpexpr.v
embed.v ast: remove .byte 2022-04-15 15:30:37 +03:00
fn.v pref: add support for `-thread-stack-size 4194304` (default set to 8MB) (#14168) 2022-04-28 08:46:33 +03:00
for.v checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-24 13:30:13 +03:00
if.v cgen: fix error for if expr with nested match expr (#14122) 2022-04-21 13:02:31 +03:00
index.v cgen: fixed array index for translated code 2022-04-04 12:09:29 +03:00
infix.v cgen: fix pushing to an array of string pointers (fix #14156) 2022-04-25 11:26:24 +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 vfmt: fix array_init line wrapping (#14154) 2022-04-25 08:11:44 +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 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 checker, cgen: fix generic empty interface to multi struct (#14132) 2022-04-22 11:02:51 +03:00
struct.v cgen: fix alloc empty struct array error (#14007) 2022-04-11 14:16:09 +03:00
utils.v