v/vlib/builtin
Delyan Angelov 159ee00563
builtin: remove `import hash`
2021-05-10 09:22:50 +03:00
..
js all: remove byteptr and charptr; replace them with &byte and &char 2021-04-04 17:43:32 +03:00
linux_bare all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
array.v
array_test.v builtin: optimize array sort (#9570) 2021-04-03 12:16:18 +02:00
builtin.c.v
builtin.v v: tag more low level functions with `[direct_array_access]` 2021-05-06 00:35:16 +03:00
builtin_d_gcboehm.v v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795) 2021-04-19 19:01:47 +03:00
builtin_ios.c.v
builtin_nix.c.v
builtin_notd_gcboehm.v
builtin_windows.c.v
byte_test.v
cfns.c.v os: add `signal_opt` and deprecate `signal` (#10005) 2021-05-05 15:39:02 +03:00
chan.v
float.v
float_test.v
float_x64.v
int.v builtin: clean up int.v (#9960) 2021-05-02 16:31:29 +03:00
int_test.v
isnil_test.v
map.v builtin: remove `import hash` 2021-05-10 09:22:50 +03:00
map_of_floats_test.v doc, fmt: use `map{key: value}` syntax for map literals (#8623) 2021-02-08 16:57:42 +02:00
map_test.v
option.v
rune.v strings: add Builder.cut_to (#10042) 2021-05-07 19:41:27 +03:00
sorted_map.v
sorting_test.v
string.v all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
string_charptr_byteptr_helpers.v
string_int_test.v
string_strip_margin_test.v
string_test.v vfmt: fix string interpolation formatting with multiple ',",\' and \" . 2021-04-20 20:26:06 +03:00
utf8.c.v
utf8.v
utf8_test.v