v/vlib/builtin
Alexander Medvednikov 71653273f6 v2: range, *, function object 2020-02-02 14:32:12 +01:00
..
bare x64, v2 backends 2019-12-31 19:42:16 +01:00
hashmap hashmap: optimization of rehashing 2020-01-31 02:29:35 +01:00
js update copyright year 2020-01-23 21:04:46 +01:00
array.v v2: range, *, function object 2020-02-02 14:32:12 +01:00
array_test.v v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
builtin.v update copyright year 2020-01-23 21:04:46 +01:00
builtin_nix.v update copyright year 2020-01-23 21:04:46 +01:00
builtin_windows.v update copyright year 2020-01-23 21:04:46 +01:00
byte_test.v []byte.clone() 2019-07-25 18:07:25 +02:00
cfns.v windows: read console using ReadFile/ReadConsole (#3387) 2020-01-10 14:06:40 +01:00
float.v run vfmt on vlib/builtin 2019-12-20 00:12:29 +03:00
int.v hash: add wyhash + benchmark, add fnv1a, add u64.hex() (#3584) 2020-01-28 23:43:09 +01:00
int_test.v `as` casting 2019-12-30 10:47:34 +01:00
isnil_test.v compiler: allow function expecting a void* to receive a byteptr 2019-11-28 09:44:43 +03:00
map.v v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
map_test.v map: bring back b-tree 2020-01-24 20:13:59 +01:00
option.v run vfmt on vlib/builtin 2019-12-20 00:12:29 +03:00
string.v string.split_nth - return the rest of the string as the last value in the result array 2020-01-24 20:12:36 +01:00
string_int_test.v string: new type conversion functions 2020-01-14 18:05:38 +01:00
string_test.v string: add another test for split_nth() 2020-01-25 19:12:36 +01:00
utf8.v run vfmt on vlib/builtin 2019-12-20 00:12:29 +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