v/vlib/v/gen/c
Delyan Angelov 8121a8ada0 ci,cgen: comment out including stdbool.h for now
Fails tcc tests on windows, see: https://github.com/vlang/v/runs/5749951315?check_suite_focus=true
and vlib/v/checker/tests/globals_run/function_stored_in_global.vv
2022-03-30 14:26:20 +03:00
..
testdata ci: fix sanitize job failures after 02b889d 2022-03-19 21:45:58 +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 checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
assign.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02: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, cgen: restore Type.str() and fix error for it (#13815) 2022-03-24 11:45:06 +02:00
cgen.v ci,cgen: comment out including stdbool.h for now 2022-03-30 14:26:20 +03:00
cheaders.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +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 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 for defining global anonymous functions (#13808) 2022-03-23 08:09:15 +02:00
for.v cgen: split up into for.v, match.v, struct.v (#13454) 2022-02-13 07:52:49 +03:00
if.v cgen: cleanup in if_expr() (#13754) 2022-03-17 01:09:49 +02:00
index.v cgen: simplify in index_of_array() and add test (#13792) 2022-03-21 22:03:45 +02:00
infix_expr.v cgen: fix error for empty interface (#13764) 2022-03-18 22:41:06 +02:00
json.v ast, cgen: restore Type.str() and fix error for it (#13815) 2022-03-24 11:45:06 +02:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
match.v ci: fix sanitize job failures after 02b889d 2022-03-19 21:45:58 +02: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: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
struct.v cgen: minor cleanup of struct.v (#13661) 2022-03-05 17:19:20 +02:00
utils.v all: update copyright year 2022-01-04 12:21:12 +03:00