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

4274 Commits

Author SHA1 Message Date
34fd148f2f ftoa: some fixes for rounding, new functions 2020-04-22 01:42:44 +02:00
b9c0d2d362 cgen: fix passing high order function with body 2020-04-21 22:45:20 +10:00
bc4a576c54 flag: fix flag_test.v 2020-04-21 14:44:17 +03:00
a8dc0ccbcd checker: add more op checks 2020-04-21 13:26:02 +02:00
7c1d6b60c2 cgen: add g.auto_str_funcs, print &Struct pointers with enum fields 2020-04-21 13:32:17 +03:00
baf3bf6778 uiold: make compile (fix vid); x64: mov rbp, rsp 2020-04-21 10:48:52 +02:00
071059e8f2 tests: disable sqlite test for now 2020-04-21 10:21:24 +02:00
777c4bd57b ci: install sqlite on ubuntu-musl 2020-04-21 10:05:54 +02:00
4471314291 clipboard: make the Linux version compile 2020-04-21 07:24:23 +00:00
9d107007a1 x64: enhance diagnostic for unhandled nodes 2020-04-21 09:34:00 +03:00
2597816ed6 tests: disable clipboard_test for now 2020-04-21 07:26:16 +02:00
ab38605802 tests: disable clipboard on linux; x64: leave() 2020-04-21 06:16:47 +02:00
77679d9650 tests: mark more tests as fixed 2020-04-21 05:52:44 +02:00
9278a0cfba tests: fix mut_test; x64: sub32() 2020-04-21 05:49:03 +02:00
be40de331d tests: fn_test works now 2020-04-21 05:32:37 +02:00
abf5942433 parser/cgen: anon fn var & calling (#4534) 2020-04-21 13:23:36 +10:00
ee2e83fef0 go back to mut. decisions, decisions... 2020-04-21 05:11:50 +02:00
1bf094fbca parser: mut in receivers 2020-04-21 05:07:49 +02:00
cc0e0ed281 fmt: single line match fix; x64: minor fixes 2020-04-21 04:51:53 +02:00
4ea4d1c8c4 csv: handle missing line ending 2020-04-21 00:02:55 +02:00
67a76cee1e tests: fix x64 output comparison 2020-04-20 22:57:41 +02:00
10677c2b0c x64: fn call test 2020-04-20 22:36:12 +02:00
871c29ea5d x64: fn calls; return; 2020-04-20 22:21:40 +02:00
b1459ade69 csv: fix missing last column 2020-04-20 21:49:05 +02:00
f725b93019 tests: delete an unused file 2020-04-20 21:48:14 +02:00
9c0d97335e builtin: improve backtrace on Windows 2020-04-20 20:59:08 +02:00
cdb1b0344c checker: improve type check for arithmetic assignment op and fix error pos 2020-04-20 20:56:05 +02:00
dbbb27ef8f makefile: show v version at the end 2020-04-20 19:16:15 +03:00
7a03b18bfe vgit: avoid generics; enables compilation of the performance_compare & oldv tools. 2020-04-20 18:39:25 +03:00
dc8199709f cli: add smart-wrap for help description 2020-04-20 14:50:15 +02:00
717e26b45e checker: more infix checks 2020-04-20 14:49:26 +02:00
07f69fab19 checker: remove dots from error messages 2020-04-20 11:57:07 +02:00
2805f8d0cc tests: fix x64_test.v 2020-04-16 14:19:14 +03:00
78cbb7746f tests: fix hello.vv output 2020-04-20 09:07:19 +02:00
2642f6a0da cgen: remove _PUSH 2020-04-20 09:04:17 +02:00
e006da7259 parser: fix a bad comment 2020-04-20 08:44:14 +02:00
4b329cb89d tests: fix a typo 2020-04-20 08:32:10 +02:00
ee2f1652b5 fmt: add EOL 2020-04-20 08:30:42 +02:00
639dc02cc8 x64: test hello world 2020-04-20 08:27:37 +02:00
c1fc768c1b fmt: run on cmd/v; cgen: fix anonymous functions 2020-04-20 07:04:31 +02:00
efff96d622 x64: make hello world run 2020-04-20 07:02:09 +02:00
19a5436118 cgen: use faster array_push instead of _PUSH; re-fmt cgen.v 2020-04-20 03:54:41 +02:00
be3bd520f6 checker: fix for in range type mismatch 2020-04-20 00:21:16 +02:00
5edd9cdc3a checker: add type check for bit op 2020-04-19 22:29:45 +02:00
dbb81b89fd checker: fix type mismatch of in array 2020-04-19 22:26:58 +02:00
b62bb22fa6 checker: allow C values in enum 2020-04-19 22:26:04 +02:00
6c59b306c7 checker: add type check for arithmetic assignment ops 2020-04-19 22:24:12 +02:00
3b00132e14 repl: fix << 2020-04-19 21:52:46 +02:00
4de16e9f0f tests: enable checker_error_test on windows 2020-04-19 20:48:13 +02:00
57859db07c readme: fix docs link 2020-04-19 20:47:36 +02:00