.. |
js
|
builtin: rename `any_*` -> `*_literal` - 2. part (#8032)
|
2021-01-11 22:58:15 +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 gen_array_sort() (#8077)
|
2021-01-13 06:12:22 +01: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
|
fmt: improve string quotes (#8075)
|
2021-01-13 06:05:27 +01:00 |
cgen.v
|
cgen: fix fixed arrays literal eq (#8079)
|
2021-01-13 08:32:41 +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
|
gen: fix generation of comptime if T is (#7971)
|
2021-01-08 19:39:58 +02: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
|
gen: fix `mut arr [3]int` as a fn argument (#8085)
|
2021-01-13 15:52:46 +02:00 |
json.v
|
json: fix decoding of null map/array (#7936)
|
2021-01-07 20:21:22 +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
|
all: re-implement variadics using arrays & implement array decomposition to varg (#7689)
|
2020-12-29 16:14:08 +01:00 |