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

2201 Commits

Author SHA1 Message Date
f1274e34c2 cli: add pre_execute & post_execute 2020-03-10 16:11:17 +01:00
8ff86dbee6 os: is_abs => is_abs_path 2020-03-10 16:09:37 +01:00
324a48bc64 sha512: make it work with the new parser 2020-03-10 15:47:21 +01:00
bc184a9f02 checker: properly update var info in AssignStmt 2020-03-11 01:16:30 +11:00
57b1b12ab6 os: tmpdir => temp_dir 2020-03-10 15:02:09 +01:00
7e1870be3e pg: create readme.md 2020-03-10 15:00:22 +01:00
ddd5a9443d v: fix AssignStmt 2020-03-11 00:45:21 +11:00
2f0bb11a96 parser: handle operator methods and fix them in vdoc 2020-03-10 14:40:35 +01:00
7036ca55e6 os: implement os.environ() (part 2/2) (#3971) 2020-03-10 14:25:16 +01:00
c9d30f78b7 v: no optional for scope.innermost & more blank_ident 2020-03-10 23:35:25 +11:00
ee72474971 v: add multi assign cgen test 2020-03-10 22:26:13 +11:00
f7a93a69f6 v: fix/gen multi return/assign + merge VarDecl & AssignStmt 2020-03-10 22:01:37 +11:00
876b73f92c os: join => join_path 2020-03-09 02:23:34 +01:00
e3687dc257 checker: check C args 2020-03-08 22:11:56 +01:00
754a6cc93e cgen: fix -> 2020-03-08 19:38:27 +01:00
f6480be3aa add C.environ to cheaders.v 2020-03-08 17:38:53 +01:00
a569959fb8 os api: cachedir => cache_dir 2020-03-08 15:57:47 +01:00
83b6292105 fmt: split tests 2020-03-08 15:57:16 +01:00
5f08253f36 vfmt: add support for _keep.vv files, that v fmt should keep without changes 2020-03-08 15:46:04 +01:00
23b11c84b1 os api: basedir => base_dir 2020-03-08 15:43:56 +01:00
2bed0d1bb5 fmt: extract array_slices_input.vv from simple_input.vv 2020-03-08 15:42:38 +01:00
c731615dbb vweb: cater for trailing slashes being used in handle_static call 2020-03-08 15:41:59 +01:00
8df265a581 sync: protect against sporadic failing tests in macos 2020-03-08 15:40:50 +01:00
ee6f2f84bb compiler: fix redefinition error message for consts 2020-03-08 15:40:07 +01:00
d9854f2abd cgen: fix mutable receivers 2020-03-07 22:37:03 +01:00
783dee1f48 os: merge with filepath 2020-03-07 22:26:26 +01:00
5e541e1f11 vfmt: alias type and sum type + sum type fix 2020-03-07 17:37:55 +01:00
fbf80dc315 cgen: array_set() 2020-03-07 16:39:15 +01:00
63032c4bb7 cgen: minor fixes 2020-03-07 16:23:10 +01:00
24bcc7a93b cgen: array and fixed array fixes 2020-03-07 14:31:40 +01:00
750f37fde7 vweb: fix serving static files 2020-03-07 14:16:03 +01:00
d2ab9d3e77 compiler: fix generation of default .str() methods in interpolation 2020-03-07 14:13:53 +01:00
09d9dd2607 v: add map init 2020-03-07 18:13:00 +11:00
e26907f079 fmt: fix errors in test files 2020-03-07 06:04:33 +01:00
150994a933 cgen: fix tests 2020-03-07 06:02:32 +01:00
260f708bb2 cgen: array << val 2020-03-07 05:19:15 +01:00
c14c81ace6 cgen: fix -> 2020-03-07 04:45:35 +01:00
f5a8d883d2 gx: add hex to rgb color 2020-03-07 04:30:35 +01:00
58fb055763 cgen: fix string args in C calls; lower case consts in atof; fix struct types 2020-03-07 01:05:19 +01:00
968e310793 cgen: fix match 2020-03-07 00:47:49 +01:00
9846fecd84 eval: fix test 2020-03-07 00:42:52 +01:00
f699dcac94 checker: check println arg 2020-03-07 00:38:35 +01:00
180b9b971a cgen: string_add() 2020-03-07 00:34:14 +01:00
3c7b0d6d05 cgen: fix [] 2020-03-07 00:19:27 +01:00
124f754443 cgen: typ() 2020-03-06 22:36:51 +01:00
1a8b7d0447 cgen: fix slices 2020-03-06 22:24:42 +01:00
81ce524705 ast: add Expr to AsCast 2020-03-06 22:12:15 +01:00
06df6d25a2 sdl: update readme 2020-03-06 20:43:33 +01:00
8a711a8376 cgen: fix tests 2020-03-06 20:25:38 +01:00
a277f7d6ab cgen: string[i]; pointers 2020-03-06 20:23:01 +01:00