v/vlib/v/gen
Lukas Neubert 06fdf34214
fmt: unwrap long single line ifs (#7608)
2020-12-27 14:20:30 +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
array.v cgen: move logic from cgen.v to auto_eq_methods.v and array.v (#7572) 2020-12-27 11:24:35 +01:00
auto_eq_methods.v cgen: move logic from cgen.v to auto_eq_methods.v and array.v (#7572) 2020-12-27 11:24:35 +01:00
auto_str_methods.v fmt: unwrap long single line ifs (#7608) 2020-12-27 14:20:30 +01:00
cgen.v fmt: unwrap long single line ifs (#7608) 2020-12-27 14:20:30 +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 return type for MapEqFn and add MapCloneFn, MapFreeFn (#7578) 2020-12-26 22:14:31 +02: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 fmt: unwrap long single line ifs (#7608) 2020-12-27 14:20:30 +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