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

17 Commits

Author SHA1 Message Date
5ff7d07138 vdoc: fix sorting + other minor improvements 2020-06-19 10:36:45 +02:00
11b7b97311 parser: fail when assigning to _ with := 2020-06-08 00:47:04 +02:00
4608898bcd checker: fix multiple assign immutable error 2020-05-23 17:30:28 +02:00
f44a40eee0 checker: check incorrect names 2020-05-16 16:12:23 +02:00
32a7bd3a48 parser/checker: do not allow using private types from other modules 2020-05-04 21:56:41 +02:00
3e4cd12fd0 .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
adb8fb1dc6 comptime: fix custom -d flags and $if x? {}. Fixes ftp_test.v . 2020-04-23 17:52:44 +03:00
fdac3a1f2e ftp.v: fix compilation 2020-04-10 23:23:42 +03:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
0ad5d53423 net.http: more robust handling of relative /path URL redirects 2020-02-12 14:52:39 +01:00
990e44cd14 ftp: protocol compatibility 2020-01-19 13:53:13 +01:00
cc606623bb enable $if !network { checks in net tests 2020-01-16 19:44:16 +01:00
84a6c019e8 http: refactor and reduce duplication 2020-01-16 18:16:11 +01:00
68e1d8e8eb net.ftp: make ftp's tests just compile (not run) on CI 2019-12-28 13:55:53 +01:00
e02d6a3b04 ftp: flatten tests 2019-12-28 09:41:54 +01:00
ec6a8cc9fd move ftp to net/ftp 2019-12-28 09:16:27 +01:00