Nick Treleaven
|
bcdf3ca0cf
|
map: fix map.clone, refactor, fix map_get_1, map_set_1 non-string keys (#7538)
|
2020-12-27 11:54:12 +01:00 |
yuyi
|
79117f5581
|
cgen: move logic from cgen.v to auto_eq_methods.v and array.v (#7572)
|
2020-12-27 11:24:35 +01:00 |
zakuro
|
21805ea2a5
|
all: make eprint[ln] behave same as print[ln] (#7595)
|
2020-12-27 11:22:16 +01:00 |
Nick Treleaven
|
1383771423
|
cgen: fix return type for MapEqFn and add MapCloneFn, MapFreeFn (#7578)
|
2020-12-26 22:14:31 +02:00 |
Daniel Däschle
|
7507403118
|
cgen: fix zero init bug of embedded structs (#7567)
|
2020-12-25 22:46:42 +02:00 |
Nick Treleaven
|
17cccc7b36
|
gen: add MapHashFn typedef before map struct is declared (#7541)
|
2020-12-25 19:05:53 +02:00 |
Delyan Angelov
|
2c1e545d24
|
cgen: fix -profile for code outside builtin, that returns options
|
2020-12-25 14:11:21 +02:00 |
Delyan Angelov
|
36dcace0a7
|
cgen: fix compiling call expressions with no varargs (tcc bug)
|
2020-12-23 21:15:00 +02:00 |
spaceface
|
214290d55b
|
fmt: add a space around single-line `unsafe` expressions (#7505)
|
2020-12-23 19:13:42 +01:00 |
Daniel Däschle
|
b27f5c378c
|
all: reimplement struct embedding with methods (#7506)
|
2020-12-23 19:12:49 +01:00 |
yuyi
|
132807d5d1
|
cgen: implement generic `array.index` (#7501)
|
2020-12-23 19:10:16 +01:00 |
yuyi
|
d964dedbb2
|
cgen: use more uniform format for automatic code generation (#7487)
|
2020-12-23 08:01:41 +02:00 |
yuyi
|
70c136441b
|
cgen: fix in array of struct error (fix #7452) (#7463)
|
2020-12-23 02:32:19 +01:00 |
joe-conigliaro
|
dd27d0a2a3
|
cgen/builder: make unused-command-line-argument a warning & cgen module_built fix
|
2020-12-22 19:21:05 +11:00 |
Delyan Angelov
|
28b1be3e6e
|
cgen: enable `./v -os windows -stats vlib/math/big/big_test.v`
|
2020-12-22 10:09:29 +02:00 |
Alexander Medvednikov
|
b3e0926601
|
json: decode/encode time.Time
|
2020-12-22 07:24:44 +01:00 |
yuyi
|
21cd765eaa
|
cgen: fix `in` multi_array, generate `.contains()` (fix #7427) (#7448)
|
2020-12-21 16:59:43 +01:00 |
Nick Treleaven
|
0edec06eac
|
gen: use new_map, new_map_init_1 functions (#7444)
|
2020-12-21 14:37:19 +01:00 |
Alexander Medvednikov
|
8eac658ed1
|
cgen: make use_cache less noisy
|
2020-12-21 11:01:14 +01:00 |
joe-conigliaro
|
f0391f7a8f
|
cgen: fix assignment of fixed array var to another var (#7429)
|
2020-12-21 06:03:09 +01:00 |
joe-conigliaro
|
628021a7cf
|
cgen: v fmt fn.v
|
2020-12-20 22:21:46 +11:00 |
joe-conigliaro
|
3b2083801b
|
cgen: fix module builds when -usecache is on by default
|
2020-12-20 22:03:27 +11:00 |
joe-conigliaro
|
bbcaaa1232
|
cgen: use gen.expr for default fixed array init expr. closes #7411
|
2020-12-20 15:50:43 +11:00 |
Delyan Angelov
|
19bfd5ffb5
|
ci: fix building
|
2020-12-19 13:16:18 +02:00 |
Delyan Angelov
|
2f1cc2bd08
|
v.util: simplify the sorting of v's timing output
|
2020-12-19 12:55:42 +02:00 |
Delyan Angelov
|
a1c81aa49d
|
v,gen,checker: implement `-d time_checking -d time_cgening -d time_v`
|
2020-12-19 12:36:08 +02:00 |
Ned Palacios
|
3a86f27b9f
|
cgen: fix optional struct const field access (#7405)
|
2020-12-19 09:43:50 +01:00 |
yuyi
|
e4973782b1
|
cgen: fix multi_array prepend/insert (#7381)
|
2020-12-19 07:28:15 +01:00 |
yuyi
|
598d18cbd9
|
cgen: fix default zero in map fields (fix #7328) (#7394)
|
2020-12-19 06:55:13 +01:00 |
Nick Treleaven
|
042449cd3d
|
cgen: use voidptr key methods: map_get_1, map_set_1, map_get_and_set_1 (#7390)
|
2020-12-19 01:05:16 +02:00 |
joe-conigliaro
|
05e15bdd59
|
builder/cgen: fix -usecache using absolute mod paths (ui examples ~/.vmodules)
|
2020-12-18 11:21:40 +11:00 |
yuyi
|
b10f692c43
|
gen: fix errors of string interpolation of fn values in struct/array/map (#7367)
|
2020-12-17 11:16:27 +02:00 |
Ned Palacios
|
c164586fd5
|
cgen: fix map clone (#7366)
|
2020-12-17 08:44:50 +01:00 |
joe-conigliaro
|
f2f32626bc
|
all: get -usecache working with mods in ~/.vmodules (ui examples)
|
2020-12-17 16:08:28 +11:00 |
Daniel Däschle
|
7022456c9d
|
Alias string compare (#7364)
|
2020-12-16 21:40:56 +02:00 |
yuyi
|
525b521b4a
|
cgen: impliment gen_str_for_fn_type() (#7353)
|
2020-12-16 11:07:58 +02:00 |
Ned Palacios
|
604eab7742
|
cgen: fix interface struct field initialization (#7340)
|
2020-12-16 11:03:28 +02:00 |
yuyi
|
e40e1500a8
|
cgen: fix map['xxx']() error (#7342)
|
2020-12-15 16:07:24 +01:00 |
joe-conigliaro
|
239a8c8aa3
|
cgen: cached modules fixes (#7345)
|
2020-12-15 16:07:06 +01:00 |
yuyi
|
8ab59c5f0f
|
parser: implement a direct call to an array of functions (fix #6908) (#7322)
|
2020-12-15 04:24:57 +01:00 |
Swastik Baranwal
|
a3c3fd4d20
|
cgen: fix generation of array names in generic structs (#7324)
|
2020-12-15 02:52:20 +11:00 |
Enzo
|
78fb84c4dd
|
gen: fix comparing signed int to u32/u64 (#7312)
|
2020-12-14 12:01:11 +02:00 |
Daniel Däschle
|
fb9db11a00
|
cgen: fix line number generation on match (#7292)
|
2020-12-12 23:08:45 +01:00 |
ka-weihe
|
4d025582c0
|
cgen: fix shadowing warning (#7289)
|
2020-12-12 23:06:02 +01:00 |
Nick Treleaven
|
d785e22a6e
|
checker: disallow assigning number to pointer (#7267)
|
2020-12-12 10:42:07 +01:00 |
joe-conigliaro
|
0aa9f5a007
|
all: optimize scope usage in checker & parser. store scope in ast nodes (#7281)
|
2020-12-12 19:01:12 +11:00 |
Andréas Livet
|
18ec24dd53
|
gen: fix mutable map generation (#7251)
|
2020-12-11 04:48:55 +01:00 |
spaceface777
|
ca2c082a5e
|
checker: initial support for evaluating expressions at compile time (#7248)
|
2020-12-11 04:46:06 +01:00 |
Daniel Däschle
|
a38fe4fca9
|
checker: fix smartcast inside smartcast (#7215)
|
2020-12-10 00:59:39 +01:00 |
Seven Du
|
4a35a75b64
|
json: fix raw json string decoding crash when expected key is missing (#7206)
|
2020-12-09 20:10:41 +01:00 |
Delyan Angelov
|
aa0ddec638
|
cgen: unify _name_table[0]{} generation (fix a bootstrapping problem with v_win.c and msvc)
|
2020-12-09 20:18:48 +02:00 |
Delyan Angelov
|
23f5cecbd0
|
ci: run vfmt over vlib/v/gen/cgen.v
|
2020-12-09 20:12:47 +02:00 |
Delyan Angelov
|
c7bea03ce3
|
ci: fix msvc _name_table [0]{} generation
|
2020-12-09 20:08:51 +02:00 |
Delyan Angelov
|
9451233c34
|
cgen: force CI rebuild with newer vc/
|
2020-12-09 19:49:37 +02:00 |
Delyan Angelov
|
6115db4820
|
cgen: fix msvc CI failure on `static struct _name_table[] = {}`, by skipping static for now
|
2020-12-09 19:25:36 +02:00 |
Delyan Angelov
|
80d12f6795
|
cgen: add static for the generated _name_table (fixes `./v -cc clang -o v2 -usecache cmd/v` on macos)
|
2020-12-09 19:03:48 +02:00 |
Delyan Angelov
|
8caf3829d7
|
checker: fix interface checking of array arguments; closes #2377
|
2020-12-09 18:51:37 +02:00 |
Delyan Angelov
|
3b94a2b77a
|
cgen: fix interface _name_table generation; closes issue #73
|
2020-12-09 17:07:11 +02:00 |
Alexander Medvednikov
|
1abb40dc46
|
cgen: use `cur_mode ast.Module` instead of a string
|
2020-12-08 19:52:33 +01:00 |
Alexander Medvednikov
|
a1c0bb3585
|
os: File.write_string()
|
2020-12-08 19:37:33 +01:00 |
Leah Lundqvist
|
90c1c639fe
|
js: types (#7108)
|
2020-12-08 17:49:20 +01:00 |
joe-conigliaro
|
44b9ea4a75
|
cgen: selector expr / method call on sumtype pointer #7191
|
2020-12-08 16:08:10 +11:00 |
joe-conigliaro
|
805da2325f
|
cgen: defer was broken in presence of anon fn. fixed #7171
|
2020-12-08 14:21:19 +11:00 |
spaceface777
|
744a36ed71
|
js: restructure namespaces (#7170)
|
2020-12-07 18:36:22 +01:00 |
Uwe Krüger
|
fd689f5fdd
|
cgen: optimize array op assign (#7178)
|
2020-12-07 17:13:19 +01:00 |
joe-conigliaro
|
dcca821000
|
cgen: autofree - set/reset g.branch_parent_pos for all for loops
|
2020-12-07 12:08:09 +11:00 |
Uwe Krüger
|
853dcc33c7
|
cgen: optimize map op_assign (#7162)
|
2020-12-06 15:20:31 +01:00 |
joe-conigliaro
|
5931b26737
|
cgen: remove extraneous call to util.no_dots
|
2020-12-06 22:12:23 +11:00 |
Alexander Medvednikov
|
8eff8b0eff
|
autofree: fix `for` args
|
2020-12-06 08:38:21 +01:00 |
joe-conigliaro
|
cd72c25edb
|
cgen: vfmt cgen.v after changes from previous commit
|
2020-12-06 18:05:17 +11:00 |
joe-conigliaro
|
7733834751
|
parser/cgen: autofree - move branch_parent_pos to cgen.
|
2020-12-06 18:02:36 +11:00 |
joe-conigliaro
|
aeb467e038
|
cgen: fix typo from previous commit
|
2020-12-06 15:18:24 +11:00 |
joe-conigliaro
|
d779510616
|
cgen: remove debugging comments added in a05408b
|
2020-12-06 15:16:45 +11:00 |
joe-conigliaro
|
a05408b49a
|
all: make type system use source name & cleanup storing name in fields
|
2020-12-06 14:55:08 +11:00 |
ka-weihe
|
5a7fdb0610
|
map: optimize free() and keys() (#7152)
|
2020-12-06 00:24:24 +01:00 |
Nick Treleaven
|
0d28f12c54
|
map: use untyped keys for DenseArray and interleave keys and values (#7142)
|
2020-12-05 22:53:50 +01:00 |
Delyan Angelov
|
b99ea332f0
|
cgen,builtin: fix sort for []u64
|
2020-12-05 23:14:19 +02:00 |
Alexander Medvednikov
|
22ebbab462
|
autofree: set tmp var pos
|
2020-12-05 21:27:49 +01:00 |
Delyan Angelov
|
946a1418fe
|
Revert "autofree: handle tmp vars in for loops"
This reverts commit 1d6c604664 .
|
2020-12-05 21:52:50 +02:00 |
Alexander Medvednikov
|
1d6c604664
|
autofree: handle tmp vars in for loops
|
2020-12-05 20:11:31 +01:00 |
Delyan Angelov
|
6e76d5d1db
|
cgen: fix double escaping \n in @VMOD_FILE expansion
|
2020-12-05 20:13:36 +02:00 |
joe-conigliaro
|
83f651c29a
|
cgen: autofree - know where to stop freeing parent scops on continue/break
|
2020-12-06 02:36:27 +11:00 |
Xavier B
|
fafe30b6aa
|
json: add support for aliased struct fields (#6556)
|
2020-12-05 16:13:18 +01:00 |
Delyan Angelov
|
0dfcacd26b
|
cgen: fix `fn f(mut a []int) { a << [1,2] }`
|
2020-12-05 10:12:17 +02:00 |
Alexander Medvednikov
|
d1281ac6c1
|
autofree: handle` break`
|
2020-12-05 05:06:52 +01:00 |
Alexander Medvednikov
|
5180013aef
|
autofree: fix array re-assignment with struct fields
|
2020-12-04 23:30:30 +01:00 |
Alexander Medvednikov
|
f14bd10c00
|
autofree: more `return` fixes
|
2020-12-04 20:44:33 +01:00 |
spaceface777
|
52fb7033c3
|
gen: fix evaluating the receiver of array methods (.map(), .filter(), etc) more than once (#7130)
|
2020-12-04 20:29:34 +02:00 |
Nick Treleaven
|
f21b2b41ac
|
gen: make _SLIT macro determine `len` at compile-time (#7131)
|
2020-12-04 20:14:39 +02:00 |
Alexander Medvednikov
|
0ea2fa228f
|
autofree: fix `or {}`; ci: bring back gitly -autofree
|
2020-12-04 18:06:53 +01:00 |
spaceface777
|
50a3009113
|
fmt: make single-stmt `or` blocks single-line (#7126)
|
2020-12-04 13:25:23 +02:00 |
Delyan Angelov
|
52ccdd747f
|
cgen: allow for `const ( x = opt() ? )`
|
2020-12-04 13:11:12 +02:00 |
Lukas Neubert
|
02ba923ba7
|
fmt: do not add braces for trailing struct arg (#7072)
|
2020-12-04 11:22:26 +02:00 |
Alexander Medvednikov
|
b64945a6c0
|
autofree: lots of fixes in `return_statement()`
|
2020-12-04 10:10:40 +01:00 |
Nick Treleaven
|
d590ce7675
|
map: add 3 DenseArray methods for bootstrapping (#7113)
|
2020-12-03 21:12:53 +02:00 |
yuyi
|
06eaded6ea
|
string: change `tos_lit` to `_SLIT` (#7079)
|
2020-12-03 16:02:48 +01:00 |
Uwe Krüger
|
c1b25dd61d
|
cgen: fix map value op-assign modification (#7101)
|
2020-12-03 00:40:11 +01:00 |
Lukas Neubert
|
2691163a7e
|
scope: remove redundant name arg from register() (#7077)
|
2020-12-02 14:40:25 +01:00 |
Enzo
|
d8b8aca51e
|
gen: fix `arr.last().field` (#7076)
|
2020-12-02 04:35:00 +01:00 |
Alexander Medvednikov
|
953a51bec8
|
autofree: fix an off by 1 error
|
2020-12-02 03:45:08 +01:00 |