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

24 Commits

Author SHA1 Message Date
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
7f709c3285 update copyright years 2020-02-03 05:00:36 +01:00
2897bac549 crypto: remove extraneous casts & rename rand_lin to rand_linux 2020-01-23 22:49:13 +01:00
c8d111924d check unused and unmodified vars in all modules, not just main 2019-12-06 18:43:56 +03:00
7d924679a6 []: update all examples and tests 2019-11-14 10:00:22 +03:00
5946f67328 final switch => match 2019-10-27 12:38:50 +03:00
59378dce46 compiler/vlib: replace substr/left/right with [start..end] everywhere 2019-10-27 10:03:15 +03:00
580abe0de4 lower/snake case consts & enums 2019-10-24 14:48:20 +03:00
f8fefd5a60 urllib: rem underscore methods from; add strings index_bytes 2019-10-10 20:04:11 +03:00
896f978b94 crypto.aes: remove extraneous casts 2019-09-26 14:22:47 +03:00
8974aa4513 compiler/vlib: change _ := to _ = and disable _ := 2019-09-25 15:10:45 +03:00
23c84516e2 compiler: error on unused imports 2019-09-23 13:42:20 +03:00
f077fbd32d vlib: change [0;n] to [0].repeat(n) 2019-09-15 12:26:05 +03:00
1c6d51f271 remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
25d84f72a9 last mut fixes 2019-08-07 14:07:37 +02:00
511a3d3901 vlib.crypto+other: fix mut args 2019-08-07 13:37:07 +02:00
0bcc53c366 vlib: fix mutable args 2019-08-07 09:53:33 +02:00
bfddb9a80f make array.hex() use lowercase 2019-08-03 08:23:13 +02:00
2bdbc327d9 vlib.crypto: add last commit to help track changes. (#1426) 2019-08-02 06:37:19 +02:00
d87030972e crypto: use new copy & clone 2019-07-29 16:33:35 +02:00
920ac3f92e crypto.rc4 module 2019-07-26 16:48:49 +02:00
ebf858b9ae crypto: remove unnecessary casts and comments 2019-07-25 18:41:38 +02:00
655cad58b2 add note & fix typo 2019-07-25 18:13:29 +02:00
61f3982ee8 crypto.aes module 2019-07-25 17:49:57 +02:00