v/vlib/builtin
Alexander Medvednikov b1da59845e array: fix initialization of empty fixed size arrays 2019-10-09 15:26:30 +03:00
..
js another v.js fix 2019-10-05 08:03:26 +03:00
array.v array: add filter() method 2019-10-08 13:23:17 +03:00
array_test.v array: fix initialization of empty fixed size arrays 2019-10-09 15:26:30 +03:00
builtin.v compiler: cache modules 2019-10-04 15:48:09 +03:00
byte_test.v []byte.clone() 2019-07-25 18:07:25 +02:00
hashmap.v `if a := foo() {` syntax for handling optionals 2019-10-01 22:57:38 +03:00
hashmap_test.v builtin: a very early version of the hashmap 2019-10-01 06:20:50 +03:00
int.v fix 3 last C warnings and make sure no new warnings are introduced 2019-10-04 05:49:41 +03:00
int_test.v compiler: float comparison uses machine epsilon by default 2019-10-01 22:38:36 +03:00
map.v map: make .keys() pure 2019-09-25 05:56:10 +03:00
map_test.v compiler: error on unused imports 2019-09-23 13:42:20 +03:00
option.v "none" keyword for optionals + more memory fixes 2019-09-18 14:15:10 +03:00
string.v optimize `a in [1,2,3]` to `a == 1 || a == 2 || a == 3` 2019-10-06 06:07:38 +03:00
string_test.v parser: make verbose mode less verbose 2019-10-07 01:25:53 +03:00
utf8.v more C warnings fixed 2019-09-15 15:53:57 +03:00
utf8_test.v utf8: remove unused UTF8_CHAR_LEN macro and add a simple utf8 test 2019-07-10 09:07:04 +02:00