1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Alexander Medvednikov
42bb85197a force mut a := ..., do not allow mut a = ... 2019-06-28 15:04:41 +02:00
Alexander Medvednikov
6824e6e7db Replace all remaining C code with V in the compiler and vlib (hoorah!) 2019-06-27 23:11:27 +02:00
Alexander Medvednikov
76bf732e63 builtin: public/private functions, remove lots of duplicate functionality
(string.eq, compare_strings, etc)
2019-06-27 13:29:31 +02:00
Alexander Medvednikov
90c0791345 replace ugly tos2(bytes) with string(bytes) 2019-06-27 12:50:02 +02:00
Undumendil
d1a1f74d33 Make string.index() use a linear KMP search 2019-06-27 02:18:10 +02:00
Robin Martijn
a409a60b11 string.reverse() (#641) 2019-06-27 02:03:19 +02:00
S-YOU
d998313bb1 fix tests 2019-06-26 19:37:02 +02:00
Xiphin
0c8afdfe13 Fix Issues #553 2019-06-25 15:46:35 +02:00
Alexander Medvednikov
48d65d6881 replace to_i() with int() everywhere 2019-06-25 14:57:31 +02:00
Bowero
c84318bf6b Removed float types 2019-06-25 14:53:56 +02:00
Bowero
90c55cd4dc Added different functions for casting to integers and strings 2019-06-25 14:53:56 +02:00
Alvydas Vitkauskas
00594462c4 fix string comparison functions 2019-06-24 00:30:26 +02:00
fuyutarow
ebc3fb9378 Remove debug statement 2019-06-24 00:14:58 +02:00
Aurélien Foucault
b6948ad9af Replace le and ge by lt and gt in compare_strings to have the excepted behavior of the function 2019-06-23 19:22:09 +02:00
Alexander Medvednikov
20b5c4b88b Remove println2 2019-06-23 10:03:03 +02:00
chai2010
978ec58fe3 all: add copyright 2019-06-23 09:22:49 +02:00
musou1500
a32d48e0e0 make string.str and array.data public 2019-06-23 00:43:04 +02:00
Alexander Medvednikov
d32e538073 V 0.0.12 open-source release 2019-06-22 20:20:28 +02:00