v/vlib/builtin
Daniel Däschle 879d238887
cgen: initial option auto str support (#7004)
2020-12-01 04:00:23 +01:00
..
bare
js jsgen: optional "or blocks" (#6938) 2020-11-24 22:52:23 +01:00
array.v builtin: remove old type prefixes, add a few missing documentations, add missing punctuation (#7037) 2020-11-30 18:51:00 +01:00
array_test.v builtin: add voidptr.vbytes(len) and byteptr.vbytes(len) 2020-11-27 18:18:46 +02:00
builtin.v all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
builtin_nix.c.v all: fix remaining c warnings and add -Werror to CI (#7021) 2020-11-29 21:23:37 +02:00
builtin_windows.c.v
byte_test.v
cfns.c.v os: add Process (#6786) 2020-11-16 17:32:50 +01:00
chan.v
float.v all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
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 cgen: initial option auto str support (#7004) 2020-12-01 04:00:23 +01:00
rune.v
sorted_map.v all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
sorting_test.v
string.v string: fix ustring.free() 2020-11-28 03:41:43 +01:00
string_int_test.v
string_strip_margin_test.v
string_test.v checker: check filter, map and sort left type (#6952) 2020-11-26 11:28:54 +01:00
utf8.v utf: fix utf32_to_str 2020-11-21 22:37:16 +01:00
utf8_test.v