1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
2021-02-18 09:02:56 +02:00
..
bare
js
array_test.v builtin/array: merge array_eq_test.v into array_test.v (#8796) 2021-02-17 20:44:44 +01:00
array.v builtin: fix typo (#8747) 2021-02-15 17:54:07 +02:00
builtin_nix.c.v checker: warn when casting a fixed array (use &arr[0] instead) (#8787) 2021-02-17 20:45:11 +01:00
builtin_windows.c.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
builtin.c.v checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
builtin.v
byte_test.v
cfns.c.v Revert "parser: make duplicated functions an error (#8792)" 2021-02-18 09:02:56 +02:00
chan.v
float_test.v
float_x64.v
float.v
int_test.v
int.v checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
isnil_test.v
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 doc, fmt: use map{key: value} syntax for map literals (#8623) 2021-02-08 16:57:42 +02:00
map.v checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
option.v
rune.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
sorted_map.v checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
sorting_test.v
string_int_test.v
string_strip_margin_test.v
string_test.v
string.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
utf8_test.v
utf8.c.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
utf8.v checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00