1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
2021-07-23 12:33:55 +03:00
..
js parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
linux_bare os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd) 2021-07-20 15:22:04 +03:00
array_d_gcboehm_opt.v
array_notd_gcboehm_opt.v
array_test.v builtin: make array.delete() reallocate, provide .delete_many() (#10889) 2021-07-21 20:55:32 +03:00
array.v builtin: make array.delete() reallocate, provide .delete_many() (#10889) 2021-07-21 20:55:32 +03:00
builtin_d_gcboehm.v
builtin_ios.c.v
builtin_nix.c.v builtin: fix -d no_backtrace error with tcc 2021-07-17 18:09:16 +03:00
builtin_notd_gcboehm.v
builtin_windows.c.v
builtin.c.v gen: fix C keyword escape to _v_ instead of just v_ (#10876) 2021-07-21 11:46:04 +03:00
builtin.v orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00
byte_test.v
cfns.c.v checker: prohibit casting void (#10690) 2021-07-07 21:59:58 +03:00
chan.v
float_test.v
float_x64.v
float.v
int_test.v
int.v
isnil_test.v
map_d_gcboehm_opt.v
map_of_floats_test.v
map_test.v
map.v
option.v
prealloc.c.v all: do compile time const evaluation for const x = "abc" + "xyz" and const x = 16 * 1024 + 5 (fix const prealloc_block_size) 2021-07-18 22:59:18 +03:00
rune.v
sorted_map.v
sorting_test.v cgen: fix several sort declarations (#10919) 2021-07-23 08:55:55 +03:00
string_charptr_byteptr_helpers.v
string_int_test.v
string_interpolation.v
string_strip_margin_test.v
string_test.v
string.v
utf8_test.v
utf8.c.v
utf8.v