v/vlib/builtin
Delyan Angelov 6433c23a34 string: add s.strip_margin_custom/1, instead of passing varargs to s.strip_margin()
The reason for adding s.strip_margin_custom/1 is that
passing varargs interfere with the current implementation of the
builtin module caching.
2020-04-11 11:06:12 +03:00
..
bare all: remove redundant parentheses in `if` statements 2020-03-29 10:08:42 +02:00
js
array.v parser: do no allow var names with __; cgen: use __argc 2020-04-04 14:55:40 +02:00
array_test.v parser: snake_case check; array: mutable array test 2020-04-04 14:09:58 +02:00
builtin.v checker: remove hack and enforce type checking 2020-04-07 03:27:06 +02:00
builtin_nix.v cgen: bring back Windows fixes 2020-04-05 16:08:16 +02:00
builtin_windows.v cgen: bring back Windows fixes 2020-04-05 16:08:16 +02:00
byte_test.v
cfns.v checker: remove hack and enforce type checking 2020-04-07 03:27:06 +02:00
float.v
float_test.v
int.v builtin: fix int to hex 2020-04-02 17:16:17 +02:00
int_test.v parser: fix prefix precedence 2020-04-08 13:53:11 +02:00
isnil_test.v
map.v map: fix map_test.v error 2020-04-09 03:57:08 +02:00
map_test.v v2: fixes for most of vlib/builtin/map_test.v . 2020-04-03 00:42:08 +03:00
option.v
sorted_map.v array, map: cast voidptr to byteptr 2020-04-02 15:31:44 +02:00
string.v string: add s.strip_margin_custom/1, instead of passing varargs to s.strip_margin() 2020-04-11 11:06:12 +03:00
string_int_test.v
string_strip_margin_test.v string: add s.strip_margin_custom/1, instead of passing varargs to s.strip_margin() 2020-04-11 11:06:12 +03:00
string_test.v string: fix trim_right, add tests 2020-04-06 14:30:25 +02:00
utf8.v
utf8_test.v