v/vlib/v/gen
Delyan Angelov ac27a3ccee parser,cgen: improve `[flag]enum Abc{ a b }`, allow `x := Abc.a | Abc.b` 2020-11-27 23:09:14 +02:00
..
js all: remove remaining broken escape sequences 2020-11-27 03:17:19 +01:00
tests vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
x64 all: refactor UnionSumType to SumType (#6944) 2020-11-25 13:09:40 +02:00
auto_str_methods.v all: remove broken escape sequences after $ in strings 2020-11-27 03:07:37 +01:00
cgen.v parser,cgen: improve `[flag]enum Abc{ a b }`, allow `x := Abc.a | Abc.b` 2020-11-27 23:09:14 +02:00
cgen_test.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
cheaders.v cgen: prevent `undefined symbol: tcc_backtrace` errors with tcc and `-shared -d no_backtrace` 2020-11-25 15:47:55 +02:00
cmain.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
comptime.v cgen: fix windows escape errors for comptime @ pseudo vars (#6977) 2020-11-27 11:16:57 +02:00
ctempvars.v cgen: extract g.new_ctemp_var/2, g.new_ctemp_var_then_gen/2 and g.gen_ctemp_var from gen_assert_stmt 2020-10-22 19:48:06 +03:00
fn.v autofree: make -experimental the default 2020-11-27 20:49:48 +01:00
json.v http: make download_file() return an optional 2020-11-24 18:07:08 +01:00
live.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
profile.v all: use `macos` consistently in os.user_os and the compiler 2020-09-29 22:32:20 +03:00
sql.v all: refactor UnionSumType to SumType (#6944) 2020-11-25 13:09:40 +02:00
str.v js: fix codegen for multiline strings (#6791) 2020-11-18 18:23:44 +01:00