yuyi
|
d1a0ac26fd
|
checker: check struct field name using uppercase letters (#14220)
|
2022-04-29 21:38:24 +02:00 |
Wertzui123
|
735817374e
|
builtin: ignore C++ 0xE06D7363 exception errors on windows (#14225)
|
2022-04-29 21:38:24 +02:00 |
StunxFS
|
f8ed4ab9d0
|
builtin: add `string.len_utf8()` method (#14208)
|
2022-04-29 21:38:24 +02:00 |
StunxFS
|
3c8b67521b
|
cgen: fix use of C reserved words inside `defer` statement (fix #14101) (#14211)
|
2022-04-29 21:38:24 +02:00 |
Alexander Medvednikov
|
23117e6802
|
builtin: define atoi & ftell
|
2022-04-29 21:38:24 +02:00 |
spaceface
|
893e2ff6cb
|
ast: add a type_size() method (#14213)
|
2022-04-29 21:38:23 +02:00 |
David 'Epper' Marshall
|
7fc9e3a4c1
|
docs: add a `v fmt -w .` step in the contributing guide (#14210)
|
2022-04-29 21:38:23 +02:00 |
StunxFS
|
da71bced46
|
transformer: minor optimization for `'string literal'.len` (#14207)
|
2022-04-29 21:38:23 +02:00 |
playX
|
59ddaa9ede
|
checker: disable op overloading on structures for translated code (#14209)
|
2022-04-29 21:38:23 +02:00 |
yuyi
|
134b594e4d
|
ast, parser: fix complex map init (#14206)
|
2022-04-29 21:38:23 +02:00 |
yuyi
|
c2ecfb32d9
|
cgen: fix go anon fn call with ref argument (fix #14192) (#14197)
|
2022-04-29 21:38:23 +02:00 |
yuyi
|
03d2258b6d
|
ast: fix error for complex map operating (#14204)
|
2022-04-29 21:38:23 +02:00 |
Atom
|
48749b0b24
|
arrays: rephrase doc string (#14205)
|
2022-04-29 21:38:23 +02:00 |
Delyan Angelov
|
47dccd56a2
|
eval: small cleanup in the handling of `$if platform {`
|
2022-04-29 21:38:23 +02:00 |
Delyan Angelov
|
705e260180
|
eval: make the interpreter backtrace more efficient and informative.
|
2022-04-29 21:38:23 +02:00 |
Delyan Angelov
|
31bee98607
|
eval: add support for C.read/3, C.malloc/1, `$if openbsd {`
|
2022-04-29 21:38:23 +02:00 |
Delyan Angelov
|
444d8c7a81
|
pref: add support for `-thread-stack-size 4194304` (default set to 8MB) (#14168)
|
2022-04-29 21:38:23 +02:00 |
yuyi
|
47c18c4570
|
checker: fix error for array of sumtype appending literal value (#14200)
|
2022-04-29 21:38:22 +02:00 |
yuyi
|
bf75a873b5
|
checker: check error in for_c_stmt with optional call (#14190)
|
2022-04-29 21:38:22 +02:00 |
tzSharing
|
f9bd107a84
|
gg: improve some loops in draw_rounded_rect* methods (#14195)
|
2022-04-29 21:38:22 +02:00 |
Delyan Angelov
|
624f022ddc
|
ci: fix tcc compilation of atomic_test.v
|
2022-04-29 21:38:22 +02:00 |
Alexander Medvednikov
|
b7f2ef78b2
|
all: atomic int fixes
ci/woodpecker/push/vc Pipeline was successful
Details
ci/woodpecker/push/docker Pipeline was successful
Details
ci/woodpecker/push/arch Pipeline was successful
Details
|
2022-04-27 21:07:11 +02:00 |
yuyi
|
2d9fa62941
|
math: fix error for math.abs(0.0)/math.abs(0) (related #14165) (#14191)
|
2022-04-27 21:07:11 +02:00 |
yuyi
|
8b085a32a5
|
cgen: fix error for generic sumtype casting to typenode (#14188)
|
2022-04-27 21:07:10 +02:00 |
tzSharing
|
604f4f5e44
|
gg: fix gg.draw_rounded_rect_empty() graphical abnormalities and some optimizations (#14186)
|
2022-04-27 21:07:10 +02:00 |
playX
|
c37bb48e9c
|
checker: allow + - * on pointers for translated code (#14183)
|
2022-04-27 21:07:10 +02:00 |
R cqls
|
609464bc9c
|
gg: some stuff required to have svg and png screenshots working on v ui (#14180)
|
2022-04-27 21:07:10 +02:00 |
yuyi
|
8a75d68421
|
cgen: split up array_init() (#14178)
|
2022-04-27 21:07:10 +02:00 |
Larpon
|
07d465cbaa
|
strconv: add missing doc strings (#14164)
|
2022-04-27 21:07:10 +02:00 |
yuyi
|
14cec11cc6
|
cgen: fix error for cast to empty interface (fix #14162) (#14176)
|
2022-04-27 21:07:10 +02:00 |
Brian Callahan
|
9bc422a071
|
sokol: support compilation on OpenBSD (#14169)
|
2022-04-27 21:07:09 +02:00 |
yuyi
|
2b0f0820e6
|
ast, checker, cgen: fix error for multi-return in or expr (fix #14167) (#14172)
|
2022-04-27 21:07:09 +02:00 |
playX
|
0302cd69bd
|
checker: allow indexing through alias to int (#14177)
|
2022-04-27 21:07:09 +02:00 |
playX
|
cab53d0e75
|
checker: c2v fixes (#14161)
|
2022-04-27 21:07:09 +02:00 |
Alexander Medvednikov
|
b81f06e369
|
checker: remove already handled "undefined" errors
ci/woodpecker/push/vc Pipeline was successful
Details
ci/woodpecker/push/docker Pipeline was successful
Details
ci/woodpecker/push/arch Pipeline was successful
Details
|
2022-04-25 19:07:31 +02:00 |
Larpon
|
1cc8072efa
|
regex: rephrase doc string (#14159)
|
2022-04-25 19:07:31 +02:00 |
yuyi
|
2d381d69ea
|
checker: fix error for match aliases (#14157)
|
2022-04-25 19:07:31 +02:00 |
yuyi
|
549735fbff
|
checker: check error for array.index() argument (#14147)
|
2022-04-25 19:07:31 +02:00 |
yuyi
|
d67251c1e0
|
cgen: fix error for printing multi fixed array (#14141)
|
2022-04-25 19:07:30 +02:00 |
Larpon
|
8a5ba0dfc8
|
cli: add missing doc strings (#14158)
|
2022-04-25 19:07:30 +02:00 |
yuyi
|
b314b8d8bf
|
cgen: fix error for anon fn decl inside ternary (#14150)
|
2022-04-25 19:07:30 +02:00 |
Delyan Angelov
|
81963b51ab
|
tests: add ability to check the output of commands for .starts_with, .ends_with and .contains strings, in `v test-all`
|
2022-04-25 19:07:30 +02:00 |
Delyan Angelov
|
b43c538bc0
|
eval: enable `v interpret examples/hanoi.v`
|
2022-04-25 19:07:30 +02:00 |
Nick Treleaven
|
13902a827b
|
checker: error if smaller signed == unsigned (#14078)
|
2022-04-25 19:07:30 +02:00 |
Delyan Angelov
|
5b58f4efbf
|
cgen: fix pushing to an array of string pointers (fix #14156)
|
2022-04-25 19:07:29 +02:00 |
yuyi
|
47e7582af8
|
parser, checker, cgen: fix error for fn call using anon fn call argument (#14155)
|
2022-04-25 19:07:29 +02:00 |
Delyan Angelov
|
b849651197
|
ci: bump test retries for go_anon_fn_variable_call_test.v to 3
|
2022-04-25 19:07:29 +02:00 |
fleur
|
2134fb3e3e
|
cgen: add callconv support for fns from ptr (#14151)
|
2022-04-25 19:07:29 +02:00 |
Haren S
|
cde15abc0a
|
builder: improve macOS 10.5 and PPC support (#14152)
|
2022-04-25 19:07:29 +02:00 |
stackotter
|
745e75ab25
|
vfmt: fix array_init line wrapping (#14154)
|
2022-04-25 19:07:29 +02:00 |