.. |
js
|
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}`
|
2021-01-26 16:43:17 +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
|
parser/cgen: fix explicit array/map shared/reference initializers (#8307)
|
2021-01-23 23:54:57 +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: fix short struct init with `mut` (#8384)
|
2021-01-28 10:05:09 +02:00 |
cgen_test.v
|
vfmt: shorten `main.const_name` to just `const_name`
|
2021-01-25 20:57:33 +02:00 |
cheaders.v
|
gen: use externally_visible too for VV_EXPORTED_SYMBOL when ARM is defined
|
2021-01-25 12:40:28 +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
|
cgen: fix implicit the optional return value to have .ok = true, in anon `fn()?{}`
|
2021-01-28 02:26:02 +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
|
fmt: smarter if condition wrapping (#8201)
|
2021-01-23 10:33:22 +02:00 |