v/vlib/v/gen
yuyi b10f692c43
gen: fix errors of string interpolation of fn values in struct/array/map (#7367)
2020-12-17 11:16:27 +02:00
..
js checker: disallow assigning number to pointer (#7267) 2020-12-12 10:42:07 +01:00
tests vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
x64 fmt: make single-stmt `or` blocks single-line (#7126) 2020-12-04 13:25:23 +02:00
auto_str_methods.v gen: fix errors of string interpolation of fn values in struct/array/map (#7367) 2020-12-17 11:16:27 +02:00
cgen.v gen: fix errors of string interpolation of fn values in struct/array/map (#7367) 2020-12-17 11:16:27 +02:00
cgen_test.v fmt: make single-stmt `or` blocks single-line (#7126) 2020-12-04 13:25:23 +02:00
cheaders.v gen: make _SLIT macro determine `len` at compile-time (#7131) 2020-12-04 20:14:39 +02:00
cmain.v string: change `tos_lit` to `_SLIT` (#7079) 2020-12-03 16:02:48 +01:00
comptime.v checker: initial support for evaluating expressions at compile time (#7248) 2020-12-11 04:46:06 +01: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 cgen: fix map clone (#7366) 2020-12-17 08:44:50 +01:00
json.v json: fix raw json string decoding crash when expected key is missing (#7206) 2020-12-09 20:10:41 +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 string: change `tos_lit` to `_SLIT` (#7079) 2020-12-03 16:02:48 +01:00
str.v gen: fix errors of string interpolation of fn values in struct/array/map (#7367) 2020-12-17 11:16:27 +02:00