v/vlib/v/gen
Henrixounez e429a77de2
gen: named imported structs operator overloading and str methods (#6433)
2020-09-20 19:51:14 +02:00
..
js parser: support parsing unsafe (as first token) as UnsafeExpr (#6032) 2020-09-19 19:18:36 +03:00
tests vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
x64 tests: return early in x64_test.v on non AMD64 machines 2020-08-20 15:42:26 +03:00
auto_str_methods.v gen: named imported structs operator overloading and str methods (#6433) 2020-09-20 19:51:14 +02:00
cgen.v gen: named imported structs operator overloading and str methods (#6433) 2020-09-20 19:51:14 +02:00
cgen_test.v cgen: fix nested conditional statements 2020-05-11 15:11:48 +02:00
cheaders.v vlib: fix C warning for UNICODE macro redefinition on windows (#6415) 2020-09-18 12:51:55 +03:00
cmain.v os.args: fix os.args[0] when compiling graphical apps on windows 2020-08-28 22:39:52 +03:00
comptime.v ast: merge `IfExpr` and `CompIf` (#6011) 2020-09-18 00:58:54 +02:00
fn.v autofree: make optional methods work 2020-09-13 03:20:34 +02:00
json.v json: maps, memory leak, and error forwarding (#6116) 2020-08-16 02:30:37 +02:00
live.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
profile.v compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
sql.v orm: use errcode comparisons, instead of strcmp(sqlite3_errmsg,msg) 2020-07-10 10:14:30 +03:00
str.v autofree: fix exprs N levels deep 2020-09-06 13:02:32 +02:00