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

4301 Commits

Author SHA1 Message Date
7e400124e8 parser: allow blank ident in nested loops 2020-04-23 12:00:51 +02:00
fb97c2e01e examples: fix path_tracing.v compilation, using (*ptr) = expression 2020-04-23 12:28:16 +03:00
d5eafe79bd doc: fix misleading description of optionals 2020-04-23 05:35:33 +02:00
7f5e3b36bc x64: for loop 2020-04-23 05:29:07 +02:00
5664cbd3d0 enum: check enum name and modify related files 2020-04-23 05:16:10 +02:00
45e21085c7 tests: re-enable some old array tests 2020-04-23 04:23:19 +02:00
9fe0ca5323 x64: ++ 2020-04-23 01:55:38 +02:00
d871595437 all: replace var with mut 2020-04-23 01:16:58 +02:00
4e1abc8503 all: remove commas between enum vals 2020-04-23 01:16:16 +02:00
d7ee4755c2 parser/cgen: interfaces (part 1) 2020-04-22 20:23:53 +02:00
faed178cb1 fmt: fix optional formatting 2020-04-22 20:12:58 +02:00
fecf4ddf65 cgen: fix optional pointers 2020-04-22 20:12:30 +02:00
54c382f6f1 vup: fix unnecessary recompiles
fixes #4441
2020-04-22 20:54:39 +03:00
de182d5809 parser: use single scope for fn args/body 2020-04-22 21:15:38 +10:00
80a4fbf0be parser: anon fn arg scope fix 2020-04-22 21:11:58 +10:00
830b1807c1 test: add comment for assert bug in fn_test 2020-04-22 18:47:46 +10:00
3ca4f5fada checker/parser: anon fn call & return type fix 2020-04-22 18:41:57 +10:00
4b8ed3f831 cgen: fixes for ustring, makes utf8_util_test.v pass 2020-04-22 10:35:14 +03:00
b228bd267f ci: bring back Vid test 2020-04-22 07:40:41 +02:00
aef756a3fd docs: high order functions 2020-04-22 07:23:05 +02:00
50436a0e4a x64: local variables; if 2020-04-22 07:11:17 +02:00
c35e0e49ce cgen: use gen_varg var in condition 2020-04-22 13:31:24 +10:00
c1e8612624 checker/gen: allow vargs to be forwarded. fix/enable variadic test 2020-04-22 13:28:47 +10:00
b288ecb795 cgen: add map string generation 2020-04-22 04:00:38 +02:00
5c3742fbd2 parser: check var names in for loops 2020-04-22 03:48:51 +02:00
155891a4e0 parser: add unused variable warning 2020-04-22 01:52:56 +02:00
08fac28c52 cgen: fix string interpolation for non-standard integer types 2020-04-22 01:48:53 +02:00
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