v/vlib/builtin
Swastik Baranwal 00464ad988
builtin: add charptr.vstring() and charptr.vstring_with_len() (#6830)
2020-11-14 19:43:42 +02:00
..
bare
js jsgen: fixes and improvements 2020-06-20 13:22:49 +02:00
array.v builtin: eliminate the usage of _us32_eq for frequent builtin array operations 2020-10-30 14:11:07 +02:00
array_test.v
builtin.v
builtin_nix.c.v all: fix most C warnings (#6758) 2020-11-06 16:26:59 +02:00
builtin_windows.c.v
byte_test.v
cfns.c.v
chan.v builtin: add methods to builtin channels (#6303) 2020-09-05 01:36:20 +02:00
float.v
float_test.v
float_x64.v
int.v vcache: use 2x wyhash.sum64_string(hk,x).hex_full(), instead of md5.sum(hk.bytes()).hex() 2020-10-25 09:22:31 +02:00
int_test.v
isnil_test.v
map.v checker: check that fns with return values, and matches, do return 2020-11-11 17:23:57 +02:00
map_test.v cgen: skip deleted map entries in the auto generated .str() method 2020-11-13 13:37:11 +02:00
option.v all: fix most C warnings (#6758) 2020-11-06 16:26:59 +02:00
rune.v
sorted_map.v
sorting_test.v
string.v builtin: add charptr.vstring() and charptr.vstring_with_len() (#6830) 2020-11-14 19:43:42 +02:00
string_int_test.v
string_strip_margin_test.v
string_test.v builtin: add charptr.vstring() and charptr.vstring_with_len() (#6830) 2020-11-14 19:43:42 +02:00
utf8.v
utf8_test.v