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

4672 Commits

Author SHA1 Message Date
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
857cbfb0d2 v2: short struct init syntax; .xxx enum checks; unions; assert 2020-02-26 15:51:05 +01: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
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
794ee6fc9d scanner: fix bin/oct/hex without number parts 2020-02-24 18:02:36 +01:00
96da5b33c0 scanner: fix special case - 0 at the end 2020-02-24 18:01:51 +01:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
5918946feb fmt: process attributes 2020-02-24 17:18:14 +01:00
87ad5a96b9 v2: stringify multi-return types 2020-02-24 16:38:31 +01:00
2bbb8526a3 fmt: process RangeExpr properly 2020-02-24 16:37:20 +01:00
7d2eb4f604 scanner: make 0o prefix the only way to define octals 2020-02-23 23:43:04 +01:00
adb1d3f8c9 scanner: enable 0oxx to handle octals 2020-02-23 12:33:07 +01:00
26fa833984 fmt: process assignment statement correctly 2020-02-23 11:22:07 +01:00
2eb4f663d6 fix fmt test 2020-02-22 17:14:38 +01:00
dd29bfe4d2 fix fmt test 2020-02-22 17:07:03 +01:00
d510cd1e0d fmt: else, for in 2020-02-22 16:59:50 +01:00
5fef8390a1 fmt: assoc 2020-02-22 14:39:25 +01:00
cd41967aa1 fmt: struct pub/mut fields, map init 2020-02-22 14:13:22 +01:00
b250ded3fa v2: fix typo & remove unneeded field 2020-02-22 23:08:14 +11:00
30c8a5a010 v2: temp const fix 2020-02-22 23:04:56 +11:00
6f577321f1 checker: fix build 2020-02-22 12:58:16 +01:00
e459e6d24a checker: remove unnecessary exits 2020-02-22 12:57:18 +01:00
3c3ca1e61f fmt: fix test 2020-02-21 22:56:50 +01:00
15c288b444 v2: small type cleanup 2020-02-22 08:50:21 +11:00
7acf8efde3 fmt: fix import alias 2020-02-21 20:12:55 +01:00
9be87d03f5 type_to_str: fix imported types 2020-02-21 19:56:37 +01:00
e0c6766a79 make "unreachable code" a warning in non-prod builds 2020-02-21 18:55:18 +01:00
1d90c1cbbf nice 2020-02-21 18:15:41 +01:00
4c95e59d5c fmt, doc: &; update 0.2 roadmap 2020-02-21 18:13:34 +01:00
9e6773cba8 fmt: optionals; none 2020-02-21 17:52:20 +01:00
d075be73e8 fmt: single line if 2020-02-21 16:48:45 +01:00
e9931e6f84 fmt: wrap_long_line() 2020-02-21 16:14:15 +01:00
728aeb8092 fmt: wrap long lines 2020-02-21 15:32:48 +01:00
b309e7d0e5 type_to_str() 2020-02-21 14:47:42 +01:00
6dac2edeef checker: is_number() 2020-02-21 13:44:03 +01:00
8bb8b7d76e v2: add ability to store extra information with Type such as optional 2020-02-21 21:44:06 +11:00
e56bf42270 v2: xor, for x = ... 2020-02-20 21:28:08 +01:00
c85ccad0a6 string: update check if a char is a space 2020-02-20 20:14:54 +01:00
e35f8e9e23 checker: return errors 2020-02-20 17:05:16 +01:00
296e736f5b checker: minor fixes 2020-02-20 16:16:44 +01:00
72bbec89a9 v2: fix error in checker, continue instead of break 2020-02-21 00:20:08 +11:00
6f7c103e50 v2: checker use kind instead of idx 2020-02-20 23:27:23 +11:00
e7e2c68d09 v2: allow type with str method to be used as fn string argument 2020-02-20 23:18:55 +11:00