1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
joe-conigliaro 7fd2ef975b parser: add v error if assigning var to blank identifier _
also fix C warn & double semicolon
2019-10-01 15:40:11 +03:00
..
js array: remove temporary repeat2() 2019-09-19 05:22:24 +03:00
array_test.v array: single element array test 2019-09-28 13:52:38 +03:00
array.v parser: add v error if assigning var to blank identifier _ 2019-10-01 15:40:11 +03:00
builtin.v C backend: fix a couple of C warnings on Linux 2019-10-01 14:35:59 +03:00
byte_test.v []byte.clone() 2019-07-25 18:07:25 +02:00
hashmap_test.v builtin: a very early version of the hashmap 2019-10-01 06:20:50 +03:00
hashmap.v builtin: a very early version of the hashmap 2019-10-01 06:20:50 +03:00
int_test.v parser: float1 == float2 uses machine epsilon by default 2019-09-29 18:27:53 +03:00
int.v C backend: fix a couple of C warnings on Linux 2019-10-01 14:35:59 +03:00
map_test.v compiler: error on unused imports 2019-09-23 13:42:20 +03:00
map.v map: make .keys() pure 2019-09-25 05:56:10 +03:00
option.v "none" keyword for optionals + more memory fixes 2019-09-18 14:15:10 +03:00
string_test.v string: add repeat() method 2019-09-26 22:54:53 +03:00
string.v string: document the tradeoffs for V strings 2019-09-28 13:54:30 +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