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

3283 Commits

Author SHA1 Message Date
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
44e8770b73 ci: fix windows-prebuilt job 2020-02-17 20:08:09 +01:00
28c83f3f43 ci: windows fix 2020-02-17 15:19:45 +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
457035c7ec Update ci.yml 2020-02-17 13:54:05 +01:00
503a624cc9 ci: fix windows cmd syntax 2020-02-17 13:37:57 +01:00
bc977f8d4a ci: test prebuilt windows package 2020-02-17 12:44:55 +01:00
c4faa284ed ci: test prebuilt linux package 2020-02-17 12:35:00 +01:00
d7f74ecf52 v2: move more type handling to checker + some clean up 2020-02-17 12:25:18 +01:00
41808f80fd docs: fix hot reload link 2020-02-17 12:19:15 +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
277c55fe5b cmd/v: rewrite default help message 2020-02-16 12:50:25 +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
d4991164cf fix ci 2020-02-15 20:18:50 +01:00
87e28e6b49 Update ci.yml 2020-02-15 14:46:05 +01:00
14a29823c0 ci: test prebuilt macos package 2020-02-15 14:45:10 +01:00
dc90f4f4a6 v2: remove unresolved types; handle types in checker; add ast.scope 2020-02-15 13:37:48 +01:00
c2c6260ba2 readme: fix URL to wiki page and prettify URL titles 2020-02-14 23:26:07 +01:00
5a6f4aa61d vcreate: optimizations and small fixes 2020-02-13 19:27:13 +01:00
20257d2a5c readme: remove trailing colon from header 2020-02-13 19:25:38 +01:00
ce6ee1505f path tracing example 2020-02-13 19:22:35 +01:00
869e16c340 fix CI macOS-latest (failing postgresql brew install) 2020-02-13 19:22:13 +01:00
8dd905a14d v2: more parser fixes 2020-02-13 14:08:19 +01:00
f00ab076d1 vfmt: simplify reading source lines 2020-02-12 23:19:45 +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
ab7a79cb90 ci: fix complilation in periodic workflow 2020-02-12 17:34:11 +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