v/vlib/builtin
playX 69cbdf9fdc
v.gen.js, os_js: port the OS module to JS (#10872)
2021-07-23 18:04:36 +03:00
..
js v.gen.js, os_js: port the OS module to JS (#10872) 2021-07-23 18:04:36 +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.v builtin: make `array.delete()` reallocate, provide `.delete_many()` (#10889) 2021-07-21 20:55:32 +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
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
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
byte_test.v
cfns.c.v checker: prohibit casting `void` (#10690) 2021-07-07 21:59:58 +03:00
chan.v
float.v
float_test.v
float_x64.v
int.v
int_test.v
isnil_test.v
map.v
map_d_gcboehm_opt.v
map_of_floats_test.v
map_test.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.v
string_charptr_byteptr_helpers.v
string_int_test.v
string_interpolation.v
string_strip_margin_test.v
string_test.v
utf8.c.v
utf8.v
utf8_test.v