Lukas Neubert
|
4a10514081
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
Nick Treleaven
|
2be852e461
|
arrays: use for/in instead of unsafe `[direct_array_access]` (#8857)
|
2021-02-20 15:27:36 +02:00 |
yuyi
|
a65b73d3e4
|
cgen: fix for_in_fixed_array (fix #8186) (#8195)
|
2021-01-19 05:50:23 +01:00 |
Uwe Krüger
|
e4850cd6dd
|
cgen: fix `for` iteration over fixed array literal (#8159)
|
2021-01-17 10:44:15 +01:00 |
Ruofan XU
|
245ed9160a
|
gen: fix `mut arr [3]int` as a fn argument (#8085)
|
2021-01-13 15:52:46 +02:00 |
Nick Treleaven
|
479bfa28de
|
cgen: implement fixed array `.len` property (#6212)
|
2020-08-25 08:48:28 +02:00 |
Nick Treleaven
|
36c98b3e5d
|
cgen: implement fixed array 'for in' for lvalue condition (#6151)
|
2020-08-17 21:10:47 +02:00 |
Nick Treleaven
|
0f0a91fc9e
|
parser: support custom fixed size ArrayInit: `[3]int{init: -1}` (#6114)
|
2020-08-15 11:01:54 +02:00 |
Nick Treleaven
|
75212f9fab
|
cgen: error if ForInStmt is not handled (#6131)
|
2020-08-14 21:01:43 +02:00 |
Nick Treleaven
|
6016f28171
|
cgen: fix assigning ArrayInit to fixed array: `a = [3]int` (#6115)
|
2020-08-14 13:57:00 +02:00 |
Nick Treleaven
|
078ab47a9a
|
cgen: support `==`, `!=` on FixedArray (#6119)
|
2020-08-14 02:03:38 +02:00 |
krischerven
|
0a03797694
|
tests: run vfmt
|
2020-04-12 01:41:26 +02:00 |
Alexander Medvednikov
|
eed7c91e87
|
move compiler tests from compiler/ to v/
|
2020-03-27 18:01:46 +01:00 |