v/vlib/v/gen
yuyi 97cb7687a2
cgen: minor cleanup of consts (#8441)
2021-01-30 13:35:25 +02:00
..
js all: cleanup redundant `.ends_with(_test.v)` calls 2021-01-30 11:08:52 +02:00
tests vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
x64 all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
array.v sync: don't force `Mutex` and `Semaphore` to be reference (#8331) 2021-01-29 20:52:14 +02:00
auto_eq_methods.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
auto_str_methods.v fmt: better ternary concat wrapping (#8379) 2021-01-28 11:23:48 +01:00
cgen.v cgen: minor cleanup of consts (#8441) 2021-01-30 13:35:25 +02:00
cgen_test.v vfmt: shorten `main.const_name` to just `const_name` 2021-01-25 20:57:33 +02:00
cheaders.v sync: don't force `Mutex` and `Semaphore` to be reference (#8331) 2021-01-29 20:52:14 +02: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 cgen: minor cleanup of comp_for in comptime.v (#8337) 2021-01-25 17:08:48 +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 checker/cgen: support `return` from nested `or` (#8430) 2021-01-30 12:46:36 +02:00
json.v fmt: better ternary concat wrapping (#8379) 2021-01-28 11:23:48 +01:00
live.v ci: fix `v test-cleancode` 2021-01-25 12:55: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 ci: fix `v test-cleancode` 2021-01-25 12:55:01 +02:00
str.v cgen: println(none) => `<none>` (#8404) 2021-01-29 14:50:48 +01:00