Kris Cherven
|
faed178cb1
|
fmt: fix optional formatting
|
2020-04-22 20:12:58 +02:00 |
Enzo Baldisserri
|
fecf4ddf65
|
cgen: fix optional pointers
|
2020-04-22 20:12:30 +02:00 |
JalonSolov
|
54c382f6f1
|
vup: fix unnecessary recompiles
fixes #4441
|
2020-04-22 20:54:39 +03:00 |
joe-conigliaro
|
de182d5809
|
parser: use single scope for fn args/body
|
2020-04-22 21:15:38 +10:00 |
joe-conigliaro
|
80a4fbf0be
|
parser: anon fn arg scope fix
|
2020-04-22 21:11:58 +10:00 |
joe-conigliaro
|
830b1807c1
|
test: add comment for assert bug in fn_test
|
2020-04-22 18:47:46 +10:00 |
joe-conigliaro
|
3ca4f5fada
|
checker/parser: anon fn call & return type fix
|
2020-04-22 18:41:57 +10:00 |
Delyan Angelov
|
4b8ed3f831
|
cgen: fixes for ustring, makes utf8_util_test.v pass
|
2020-04-22 10:35:14 +03:00 |
Alexander Medvednikov
|
b228bd267f
|
ci: bring back Vid test
|
2020-04-22 07:40:41 +02:00 |
Alexander Medvednikov
|
aef756a3fd
|
docs: high order functions
|
2020-04-22 07:23:05 +02:00 |
Alexander Medvednikov
|
50436a0e4a
|
x64: local variables; if
|
2020-04-22 07:11:17 +02:00 |
joe-conigliaro
|
c35e0e49ce
|
cgen: use gen_varg var in condition
|
2020-04-22 13:31:24 +10:00 |
joe-conigliaro
|
c1e8612624
|
checker/gen: allow vargs to be forwarded. fix/enable variadic test
|
2020-04-22 13:28:47 +10:00 |
Kris Cherven
|
b288ecb795
|
cgen: add map string generation
|
2020-04-22 04:00:38 +02:00 |
Kris Cherven
|
5c3742fbd2
|
parser: check var names in for loops
|
2020-04-22 03:48:51 +02:00 |
Kris Cherven
|
155891a4e0
|
parser: add unused variable warning
|
2020-04-22 01:52:56 +02:00 |
Uwe Krüger
|
08fac28c52
|
cgen: fix string interpolation for non-standard integer types
|
2020-04-22 01:48:53 +02:00 |
penguindark
|
34fd148f2f
|
ftoa: some fixes for rounding, new functions
|
2020-04-22 01:42:44 +02:00 |
joe-conigliaro
|
b9c0d2d362
|
cgen: fix passing high order function with body
|
2020-04-21 22:45:20 +10:00 |
yuyi
|
bc4a576c54
|
flag: fix flag_test.v
|
2020-04-21 14:44:17 +03:00 |
yuyi
|
a8dc0ccbcd
|
checker: add more op checks
|
2020-04-21 13:26:02 +02:00 |
Delyan Angelov
|
7c1d6b60c2
|
cgen: add g.auto_str_funcs, print &Struct pointers with enum fields
|
2020-04-21 13:32:17 +03:00 |
Alexander Medvednikov
|
baf3bf6778
|
uiold: make compile (fix vid); x64: mov rbp, rsp
|
2020-04-21 10:48:52 +02:00 |
Alexander Medvednikov
|
071059e8f2
|
tests: disable sqlite test for now
|
2020-04-21 10:21:24 +02:00 |
Alexander Medvednikov
|
777c4bd57b
|
ci: install sqlite on ubuntu-musl
|
2020-04-21 10:05:54 +02:00 |
Alexander Medvednikov
|
4471314291
|
clipboard: make the Linux version compile
|
2020-04-21 07:24:23 +00:00 |
Delyan Angelov
|
9d107007a1
|
x64: enhance diagnostic for unhandled nodes
|
2020-04-21 09:34:00 +03:00 |
Alexander Medvednikov
|
2597816ed6
|
tests: disable clipboard_test for now
|
2020-04-21 07:26:16 +02:00 |
Alexander Medvednikov
|
ab38605802
|
tests: disable clipboard on linux; x64: leave()
|
2020-04-21 06:16:47 +02:00 |
Alexander Medvednikov
|
77679d9650
|
tests: mark more tests as fixed
|
2020-04-21 05:52:44 +02:00 |
Alexander Medvednikov
|
9278a0cfba
|
tests: fix mut_test; x64: sub32()
|
2020-04-21 05:49:03 +02:00 |
Alexander Medvednikov
|
be40de331d
|
tests: fn_test works now
|
2020-04-21 05:32:37 +02:00 |
joe-conigliaro
|
abf5942433
|
parser/cgen: anon fn var & calling (#4534)
|
2020-04-21 13:23:36 +10:00 |
Alexander Medvednikov
|
ee2e83fef0
|
go back to `mut`. decisions, decisions...
|
2020-04-21 05:11:50 +02:00 |
Alexander Medvednikov
|
1bf094fbca
|
parser: mut in receivers
|
2020-04-21 05:07:49 +02:00 |
Alexander Medvednikov
|
cc0e0ed281
|
fmt: single line match fix; x64: minor fixes
|
2020-04-21 04:51:53 +02:00 |
sambeckingham
|
4ea4d1c8c4
|
csv: handle missing line ending
|
2020-04-21 00:02:55 +02:00 |
Alexander Medvednikov
|
67a76cee1e
|
tests: fix x64 output comparison
|
2020-04-20 22:57:41 +02:00 |
Alexander Medvednikov
|
10677c2b0c
|
x64: fn call test
|
2020-04-20 22:36:12 +02:00 |
Alexander Medvednikov
|
871c29ea5d
|
x64: fn calls; return;
|
2020-04-20 22:21:40 +02:00 |
sambeckingham
|
b1459ade69
|
csv: fix missing last column
|
2020-04-20 21:49:05 +02:00 |
Ruofan XU
|
f725b93019
|
tests: delete an unused file
|
2020-04-20 21:48:14 +02:00 |
Alexey
|
9c0d97335e
|
builtin: improve backtrace on Windows
|
2020-04-20 20:59:08 +02:00 |
Ruofan XU
|
cdb1b0344c
|
checker: improve type check for arithmetic assignment op and fix error pos
|
2020-04-20 20:56:05 +02:00 |
yuyi
|
dbbb27ef8f
|
makefile: show v version at the end
|
2020-04-20 19:16:15 +03:00 |
Delyan Angelov
|
7a03b18bfe
|
vgit: avoid generics; enables compilation of the performance_compare & oldv tools.
|
2020-04-20 18:39:25 +03:00 |
Major Taylor
|
dc8199709f
|
cli: add smart-wrap for help description
|
2020-04-20 14:50:15 +02:00 |
yuyi
|
717e26b45e
|
checker: more infix checks
|
2020-04-20 14:49:26 +02:00 |
yuyi
|
07f69fab19
|
checker: remove dots from error messages
|
2020-04-20 11:57:07 +02:00 |
Alexander Medvednikov
|
2805f8d0cc
|
tests: fix x64_test.v
|
2020-04-16 14:19:14 +03:00 |