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

3059 Commits

Author SHA1 Message Date
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
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
c9f619dc72 v2: parse filter() 2020-02-10 14:42:57 +01:00
3f6ccd3120 v2: minor fixes 2020-02-10 13:58:24 +01:00
211d35d647 fix build on FreeBSD 2020-02-10 09:00:26 +01:00
7dc040b01c fix -prod on OpenBSD 2020-02-10 08:57:35 +01:00
e274c5c485 v2: type sys - store type idx/ptr in int & add helpers 2020-02-10 08:32:08 +01:00
9845fd1cf5 math.bits: tests 2020-02-09 21:16:03 +01:00
f76651604d compiler: bugfix for raw'"' 2020-02-09 16:29:05 +01:00
984fd8c05e PR template: update selfcompile instruction 2020-02-09 15:41:19 +01:00
94537c5901 compiler: scope type alias to module 2020-02-09 15:40:31 +01:00
179fb13a17 Delete v2.v 2020-02-09 10:40:29 +01:00