1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
2020-04-04 14:55:40 +02:00
..
bare
js
array_test.v parser: snake_case check; array: mutable array test 2020-04-04 14:09:58 +02:00
array.v parser: do no allow var names with __; cgen: use __argc 2020-04-04 14:55:40 +02:00
builtin_nix.v cgen: add builtin.init call inside of _vinit 2020-04-03 13:27:19 +02:00
builtin_windows.v cgen: add builtin.init call inside of _vinit 2020-04-03 13:27:19 +02:00
builtin.v cgen: add builtin.init call inside of _vinit 2020-04-03 13:27:19 +02:00
byte_test.v
cfns.v
float_test.v
float.v
int_test.v builtin: add operator precedence test 2020-04-02 19:02:49 +02:00
int.v builtin: fix int to hex 2020-04-02 17:16:17 +02:00
isnil_test.v
map_test.v v2: fixes for most of vlib/builtin/map_test.v . 2020-04-03 00:42:08 +03:00
map.v map: remove old get methods 2020-04-04 14:22:39 +02:00
option.v
sorted_map.v array, map: cast voidptr to byteptr 2020-04-02 15:31:44 +02:00
string_int_test.v
string_strip_margin_test.v
string_test.v
string.v v2: compile vrepl, 'fn main(){println(2+2)}' runs now 2020-04-02 19:21:12 +03:00
utf8_test.v
utf8.v