v/vlib/v/gen
yuyi 5ddb70940e
cgen: fix map_fixed_arrays str error (fix #8170) (#8178)
2021-01-18 10:34:29 +01:00
..
js sync: allow `go` routine join with return value (#8125) 2021-01-15 13:45:26 +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: align each contiguous field of struct. not the whole. (#7981) 2021-01-12 04:38:43 +01:00
array.v cgen: fix multi fixed arrays with default init (fix #8038) (#8064) 2021-01-13 22:57:33 +02:00
auto_eq_methods.v cgen: add gen_fixed_array_equality_fn (#8006) 2021-01-12 01:35:18 +01:00
auto_str_methods.v cgen: fix map_fixed_arrays str error (fix #8170) (#8178) 2021-01-18 10:34:29 +01:00
cgen.v cgen: fix map_fixed_arrays str error (fix #8170) (#8178) 2021-01-18 10:34:29 +01:00
cgen_test.v fmt: make single-stmt `or` blocks single-line (#7126) 2020-12-04 13:25:23 +02:00
cheaders.v builtin: rename `any_*` -> `*_literal` - 2. part (#8032) 2021-01-11 22:58:15 +01:00
cmain.v cgen: fix os.args initialization, so that `const x = os.args[0]` works 2021-01-10 15:17:24 +02:00
comptime.v fmt: fix if cond break readability (#8132) 2021-01-16 02:12:17 +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
embed.v embed: move to `v.embed_file`, fix CI failing test 2021-01-16 20:03:07 +02:00
fn.v cgen: fix `for _,mut j in arr` for fixed arrays (fix #8163) (#8167) 2021-01-18 06:05:38 +01:00
json.v json: fix decoding of null map/array (#7936) 2021-01-07 20:21:22 +01:00
live.v live: move to vlib/v/live 2021-01-16 15:05:01 +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 fmt: fix if cond break readability (#8132) 2021-01-16 02:12:17 +01:00