v/vlib/v/gen/c
yuyi 7b6db1b15f
ast, checker, cgen: fix error for generic method with generic fn type argument (fix #14239) (#14333)
2022-05-08 14:03:59 +02:00
..
testdata builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-08 14:03:55 +02:00
array.v cgen: cleanup in gen_array_contains_methods() (#14274) 2022-05-04 11:52:32 +02:00
assert.v all: basic implementation of result type (#14140) 2022-04-30 16:26:27 +02:00
assign.v cgen: fix fixed array init with `it` (#14251) 2022-05-04 11:52:30 +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 all: basic implementation of result type (#14140) 2022-04-30 16:26:27 +02:00
cgen.v ast, checker, cgen: fix error for generic method with generic fn type argument (fix #14239) (#14333) 2022-05-08 14:03:59 +02:00
cheaders.v builtin: improve musl/Alpine support (define weak backtrace/backtrace_symbols/backtrace_symbols_fd symbols) (#14250) 2022-05-04 11:52:31 +02:00
cmain.v builtin: add libbacktrace as option for generating stack traces (#14277) 2022-05-04 22:34:52 +02:00
comptime.v checker, cgen: check comptime selector that has no field name (#14282) 2022-05-04 11:52:32 +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 ast: remove .byte 2022-04-17 12:14:28 +02:00
fn.v builtin: add `map.values()` (#14301) 2022-05-08 14:03:56 +02:00
for.v checker, cgen: fix printing in 'for v in a' (#14146) 2022-04-25 19:07:28 +02:00
if.v cgen: fix error for if expr with nested match expr (#14122) 2022-04-25 19:07:26 +02:00
index.v cgen: fixed array index for translated code 2022-04-04 12:09:29 +03:00
infix.v builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-08 14:03:55 +02:00
json.v builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-08 14:03:55 +02:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
match.v vfmt: fix array_init line wrapping (#14154) 2022-04-25 19:07:29 +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 builtin,cgen: rename `Option` to `_option` (#14317) 2022-05-08 14:03:55 +02: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: basic implementation of result type (#14140) 2022-04-30 16:26:27 +02:00
struct.v cgen: fix alloc empty struct array error (#14007) 2022-04-11 14:16:09 +03:00
utils.v all: update copyright year 2022-01-04 12:21:12 +03:00