1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
Alexander Medvednikov 849bef987c more C warnings fixed
2019-09-15 15:53:57 +03:00
..
js JavaSript backend (early stage) 2019-09-15 03:49:57 +03:00
array_test.v vlib: change [0;n] to [0].repeat(n) 2019-09-15 12:26:05 +03:00
array.v compiler: use *char() cast in C functions to afix warnings 2019-09-15 15:19:18 +03:00
builtin.v more C warnings fixed 2019-09-15 15:53:57 +03:00
byte_test.v []byte.clone() 2019-07-25 18:07:25 +02:00
int_test.v fix bugs breaking tests 2019-09-03 15:21:52 +03:00
int.v more C warnings fixed 2019-09-15 15:53:57 +03:00
map_test.v remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
map.v more C warnings fixed 2019-09-15 15:53:57 +03:00
option.v sql: only accept strings and ints for now 2019-08-12 21:07:03 +03:00
string_test.v compiler: escapes quote on literals 2019-09-11 15:48:08 +03:00
string.v more C warnings fixed 2019-09-15 15:53:57 +03:00
utf8_test.v utf8: remove unused UTF8_CHAR_LEN macro and add a simple utf8 test 2019-07-10 09:07:04 +02:00
utf8.v more C warnings fixed 2019-09-15 15:53:57 +03:00