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

3221 Commits

Author SHA1 Message Date
c4b9ef388f v2: handle var decl & assign stmt together 1st step combining 2020-02-28 23:29:04 +11:00
8c43644301 tools: v self compiler 2020-02-28 13:02:56 +01:00
f5fdbfd004 os: fix getline warning for linux 2020-02-28 02:43:42 +01:00
b8f6284daf ftoa: tables with hex constants 2020-02-28 02:43:15 +01:00
87205367d1 v2: minor fixes 2020-02-27 21:51:40 +01:00
3204f036da ast: move all str() methods to ast/str.v 2020-02-27 21:29:38 +01:00
d619944cf5 vfmt: []xxx; mut args 2020-02-27 21:00:33 +01:00
4f0d505c65 v2: if x := ; fix for key, val in; CastExpr 2020-02-27 18:02:40 +01:00
3bde876097 v2: checker: fix --/++ 2020-02-27 17:31:10 +01:00
09b7a7c872 v2: checker: handle clone() 2020-02-27 17:21:13 +01:00
b1357d9641 v2: checker: fix filter() 2020-02-27 16:51:47 +01:00
b580a497fe compiler: fix an interface bug 2020-02-27 16:31:05 +01:00
1c915c3bd1 add trim_trailing_whitespace to .editorconfig 2020-02-27 12:01:53 +01:00
aba0bb5e01 v2: fix condition in AssignStmt 2020-02-27 21:15:30 +11:00
237d83b2ee v2: more work on AssignStmt & multi ret & initial blank ident 2020-02-27 21:12:30 +11:00
cfbd8ab7e7 v2: parser - use defer to make sure scope is closed for filter 2020-02-27 17:00:24 +11:00
06fc8a830b v2: fix a bug with mod.const 2020-02-27 03:30:17 +01:00
a5db9c3519 os: bring back write_bytes_at() 2020-02-27 00:41:05 +01:00
bb6098e2d3 v2: fix type f fn... 2020-02-27 00:18:14 +01:00
c51f464446 v2: fix mod.Enum.val and x = .val 2020-02-27 00:12:40 +01:00
59d6a675dd vdoc: trim result value 2020-02-26 23:18:31 +01:00
c72e505fe4 pg: use unsafe 2020-02-26 23:17:56 +01:00
394d64bfd0 vdoc: remove duplicated code 2020-02-26 22:44:28 +01:00
ca9fa6407f v2: distinguish public and private constants 2020-02-26 22:43:37 +01:00
46ec400cb3 vdoc: sort function names 2020-02-26 20:46:09 +01:00
70f085be18 v2: process unsafe statements 2020-02-26 20:45:03 +01:00
b1ea908b3b fmt: process defer statement 2020-02-26 20:44:42 +01:00
9d61f4fad1 benchmark: make measuring small snippets of code less verbose/easier to use 2020-02-26 16:29:46 +01:00
857cbfb0d2 v2: short struct init syntax; .xxx enum checks; unions; assert 2020-02-26 15:51:05 +01:00
c26016b132 examples: add quick_sort example 2020-02-26 13:32:39 +01:00
30f905999a math: add powf and other float32 functions 2020-02-26 13:31:54 +01:00
7a72167eb7 strings: optimization of repeat + repeat_string() 2020-02-26 13:22:12 +01:00
39429f7ac9 atof: lots of fixes
* removed sprintf for f64 and f32 use

* removed all pointers from the code, used unions instead

* solved module name problem

* fixed tests on vlib/math

* fix for alpine-linux math test

* small fix on byte allocation for ftoa
2020-02-26 12:14:06 +01:00
c4e83faa57 compiler: allow a type to be used as a variant of multiple sum types 2020-02-26 15:15:38 +11:00
bc3d1eaf6e scanner: simplify and unify style 2020-02-25 22:58:51 +01:00
0f8b2399ee fmt: fix new EnumVal 2020-02-25 19:59:47 +01:00
28ee0f4ebe checker: check enums 2020-02-25 15:02:34 +01:00
05ed6c57b6 scanner: add check for wrong decimal numbers 2020-02-25 14:33:29 +01:00
f6c2b3a54b v2: enum fixes 2020-02-25 13:30:43 +01:00
7e930c2a75 cgen: enum 2020-02-25 11:52:41 +01:00
d4ffed89c0 add typeof test for fn (#3832) 2020-02-25 11:14:59 +01:00
200f25a38f ftoa in V (#3831) 2020-02-25 11:12:37 +01:00
b17e49ad25 scanner: add check for bin/oct/hex with wrong digits 2020-02-25 11:11:12 +01:00
f859c7f93e scanner: fix special case - e or E at the end 2020-02-25 11:10:05 +01:00
b17ade1257 compiler: implement typeof(x) 2020-02-24 21:45:47 +01:00
794ee6fc9d scanner: fix bin/oct/hex without number parts 2020-02-24 18:02:36 +01:00
3c0b73c2d6 sokol: fixes 2020-02-24 18:02:22 +01:00
96da5b33c0 scanner: fix special case - 0 at the end 2020-02-24 18:01:51 +01:00
aae14f4eb4 tool: setup thirdparty 'freetype' 2020-02-24 18:01:34 +01:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00