| .. |
|
testdata
|
cgen: fix none literal str() function calling (#14704)
|
2022-06-10 08:14:50 +02:00 |
|
array.v
|
cgen: fix mutable receiver type calling mapping function causes C error (fix #14230) (#14696)
|
2022-06-10 08:14:50 +02:00 |
|
assert.v
|
all: basic implementation of result type (#14140)
|
2022-04-30 01:59:14 +03:00 |
|
assign.v
|
cgen: fix cross assign in closure (#14549)
|
2022-06-05 11:12:09 +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
|
cgen: simplify auto_str_methods.v (#14463)
|
2022-05-25 12:54:56 +02:00 |
|
cgen.v
|
cgen: fix cast to generic interface (#14708)
|
2022-06-10 08:14:50 +02:00 |
|
cheaders.v
|
cgen: do not #include signal.h, on -os wasm32 and -d no_segfault_handler
|
2022-06-05 11:12:10 +02:00 |
|
cmain.v
|
cgen: add support for `v -cmain SDL_main sdl_example.v`
|
2022-06-05 11:12:09 +02:00 |
|
comptime.v
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-25 12:54:58 +02:00 |
|
coutput_test.v
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03: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
|
v: always embed file data of \$embed_file(file) constructs, even without -prod, unless `-d embed_only_metadata` is given.
|
2022-06-05 11:12:10 +02:00 |
|
fn.v
|
cgen: fix none literal str() function calling (#14704)
|
2022-06-10 08:14:50 +02:00 |
|
for.v
|
cgen: fix `for (int i = 0; i < 10; i++, a++) {` (multiple expressions in the inc part)
|
2022-06-05 11:12:13 +02:00 |
|
if.v
|
cgen: fix if expr with optional method call (#14600)
|
2022-06-05 11:12:12 +02:00 |
|
index.v
|
cgen: fix nested map index check (fix #14683) (#14687)
|
2022-06-10 08:14:49 +02:00 |
|
infix.v
|
cgen: c2v infix fix
|
2022-06-05 11:12:10 +02:00 |
|
json.v
|
json: fix json decode with missing map type field (#14678)
|
2022-06-05 11:12:14 +02:00 |
|
live.v
|
fmt: reset const field align after multi line exprs (#9916)
|
2021-04-29 02:17:37 +03:00 |
|
match.v
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-25 12:54: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
|
builtin,cgen: rename `Option` to `_option` (#14317)
|
2022-05-06 19:25:54 +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: basic implementation of result type (#14140)
|
2022-04-30 01:59:14 +03:00 |
|
struct.v
|
cgen: minor cleanup in struct_init() (#14405)
|
2022-05-16 12:22:51 +03:00 |
|
utils.v
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-25 12:54:58 +02:00 |