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

1854 Commits

Author SHA1 Message Date
aaf3ced750 parser: add type check for +=, -=, *=, /= 2020-02-18 22:14:52 +01:00
19520ccf4e v2: for in checker 2020-02-18 21:59:42 +01:00
39c4842bf9 vfmt2: skip arg type if possible 2020-02-18 21:02:43 +01:00
c314ab7b60 fix cmdline_test.v 2020-02-18 20:31:15 +01:00
31c1483b9d vfmt2: fn args, comments 2020-02-18 20:20:15 +01:00
480af3f381 v2: checker fixes 2020-02-18 20:06:01 +01:00
290feaac51 vfmt2: allow running the new vfmt with 'v fmt -2' 2020-02-18 20:00:06 +01:00
b991ca4ebc vfmt2: more convenient way to test multiple files for correct formatting 2020-02-18 17:54:14 +01:00
4e9bfa95ec v2: the new parser can now parse the entire V compiler 2020-02-18 17:45:59 +01:00
4de8d3ae8c parser: short struct syntax for all structs 2020-02-18 16:25:09 +01:00
67756c53dc v2: more cleanup (#3765) 2020-02-18 18:58:20 +11:00
392eb1fb55 fix vlib/compiler/aparser.v (#3764) 2020-02-18 18:45:04 +11:00
ed01ab763c v2/vfmt2: more fixes 2020-02-18 03:28:41 +01:00
ecb0af36b3 v2: cleanup old & unused code, add new simple tmp vars in cgen 2020-02-18 03:17:21 +01:00
2e1dbd9f5a windows: use %USERPROFILE% for os.home_dir() 2020-02-18 02:12:10 +01:00
2ea2fed8a5 vfmt: minor clean up 2020-02-17 22:52:48 +01:00
59beec8fae new vfmt using the new parser 2020-02-17 22:50:11 +01:00
a2838ae6f3 array: add array.trim() 2020-02-17 20:31:40 +01:00
6849a4e770 filepath: path separator (#3756) 2020-02-17 20:31:23 +01:00
6079025985 gg: add option to decorate window 2020-02-17 20:29:09 +01:00
53f8ae6517 fix prod build 2020-02-17 14:30:01 +01:00
1dd6491a2f v2: more parser fixes 2020-02-17 14:15:49 +01:00
d7f74ecf52 v2: move more type handling to checker + some clean up 2020-02-17 12:25:18 +01:00
80861f2219 scanner: exponent without sign 2020-02-17 02:35:01 +01:00
1007dd8f23 v2: update parse type not to prefix builtin types with module 2020-02-16 16:16:19 +01:00
195f3f465b option to disable bounds checking; examples/path_tracing.v: optimizations 2020-02-16 16:13:45 +01:00
e272a10bda vfmt fixes 2020-02-16 12:42:28 +01:00
9eeb3dfe7e v2: temporary string cast fix 2020-02-16 12:38:15 +01:00
6d8ad58515 v2: mod.Type 2020-02-16 12:31:44 +01:00
dc90f4f4a6 v2: remove unresolved types; handle types in checker; add ast.scope 2020-02-15 13:37:48 +01:00
8dd905a14d v2: more parser fixes 2020-02-13 14:08:19 +01:00
8d76f7d195 v2: remove redundant EOL normalization in cgen test 2020-02-12 23:19:17 +01:00
9d46fb9f90 v2: [] expr for known arrays; p.expected_type 2020-02-12 17:39:51 +01:00
0ad5d53423 net.http: more robust handling of relative /path URL redirects 2020-02-12 14:52:39 +01:00
67e7ad13de math.bits: added missing functions and test 2020-02-12 11:32:03 +01:00
d9cf98f772 v2: imports 2020-02-12 01:16:38 +01:00
0ec5680156 array: bring back reduce test 2020-02-11 13:22:22 +01:00
17212f816c v2: high order functions 2020-02-11 13:21:41 +01:00
2838d12227 v2: fn_args() 2020-02-11 13:03:14 +01:00
d25a0e30dc v2: make index_expr return array array element type 2020-02-11 12:59:40 +01:00
9610821884 v2: defer; match a,b; if x := 2020-02-11 10:26:46 +01:00
f7b80c3c62 v2: fix fixed array parsing 2020-02-11 14:45:33 +11:00
2d7c80bbc3 v2: match sum type; { x | } 2020-02-11 00:07:01 +01:00
a21e3d77e9 fix prod build 2020-02-10 23:47:42 +01:00
747f6829ab v2: enum decl; type decl; [start..end] fix; %= 2020-02-10 23:19:50 +01:00
26cfaa150e v2: match expr; enum val; string formatting 2020-02-10 20:33:46 +01:00
d51c159160 math: add sqrtf 2020-02-10 18:48:44 +01:00
c1c2b648ab os: typo in wait 2020-02-10 18:48:01 +01:00
d5f90ef64b v2: handle unresolved consts 2020-02-10 18:43:25 +01:00
bf5ed5e451 v2: fix array index, for loop, add cast expr & other minor fixes 2020-02-10 14:43:17 +01:00