v/vlib/v/gen
spaceface 214290d55b
fmt: add a space around single-line `unsafe` expressions (#7505)
2020-12-23 19:13:42 +01: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: add a space around single-line `unsafe` expressions (#7505) 2020-12-23 19:13:42 +01: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 fmt: add a space around single-line `unsafe` expressions (#7505) 2020-12-23 19:13:42 +01:00
cgen_test.v fmt: make single-stmt `or` blocks single-line (#7126) 2020-12-04 13:25:23 +02:00
cheaders.v cgen: fix `in` multi_array, generate `.contains()` (fix #7427) (#7448) 2020-12-21 16:59:43 +01:00
cmain.v cgen: enable `./v -os windows -stats vlib/math/big/big_test.v` 2020-12-22 10:09:29 +02: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 all: reimplement struct embedding with methods (#7506) 2020-12-23 19:12:49 +01:00
json.v json: decode/encode time.Time 2020-12-22 07:24:44 +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