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

3156 Commits

Author SHA1 Message Date
e30bd04579 fix fmt test 2020-02-19 19:57:21 +01:00
ec3d67c19f checker: print multiple errors; none 2020-02-19 19:54:42 +01:00
d91945cc99 parser: some pure logic code simplifications 2020-02-19 19:43:57 +01:00
31b74f02b6 doc: handle submodules 2020-02-19 16:21:46 +01:00
092c09d81f vdoc using the new parser 2020-02-19 16:13:34 +01:00
391da0ba07 string: optimize starts_with and ends_with 2020-02-19 15:18:09 +01:00
e4179c0008 v2: more array init & index expr fixes 2020-02-20 00:34:44 +11:00
478c48cd6f Merge branch 'master' of https://github.com/vlang/v 2020-02-19 21:45:45 +11:00
69634c60b3 v2: start to fix index expr for map/array/fixed array 2020-02-19 21:45:06 +11:00
42399d24d9 v2: fix index expr for fixed array & map 2020-02-19 21:39:30 +11:00
082acfad49 v2: fix more ast positions 2020-02-19 11:31:33 +01:00
bc11419ff9 v2: fix for position and check 2020-02-19 11:06:36 +01:00
042bce4b6c v2: dont preifx C fns with module & add todo 2020-02-19 18:08:08 +11:00
83bfd0805e v2: prefix functions with module, except in main & builtin 2020-02-19 17:16:38 +11:00
9b271d1728 v2: remove left over testing printlns 2020-02-19 16:06:16 +11:00
f91bded9b3 v2: add missing table/modules.v 2020-02-19 13:11:55 +11:00
b62a90a212 v2: module/import fixes, use parent_idx instead of parent ptr to remove need to preallocate types array 2020-02-19 13:09:35 +11:00
83faa8b59b README: change output to v2 in bootstrap test 2020-02-18 23:00:42 +01:00
200d3e6446 vfmt: process imports and module name 2020-02-18 22:35:14 +01:00
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
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