20263 Commits

Author SHA1 Message Date
Delyan Angelov
f0bfee2911
ci: use retry.sh for the pkg install in termux_ci.yml to reduce false positives. 2025-08-12 11:31:52 +03:00
kbkpbot
d5458b58eb
ast: return cached_name.clone(), as auto_str_methods free it (#25088) 2025-08-12 10:21:12 +03:00
Felipe Pena
ec29f43a4d
cgen: fix alias to sumtype cast initialization (fix #25086) (#25091) 2025-08-12 10:18:56 +03:00
Alexander Medvednikov
9391b7c234 vls: improve and simplify autocomplete; remove the scanner hack 2025-08-12 01:37:49 +03:00
Delyan Angelov
963e3e8ae2
builtin: small cleanup and merging of several small files into vlib/builtin/chan_option_result.v (#25089) 2025-08-11 13:46:46 +03:00
kbkpbot
350747793b
math.bits: add asm implementations for some 64 bit ops (#25020) weekly.2025.33 2025-08-11 09:01:49 +03:00
Delyan Angelov
60108cdd33
ci: bump retry count for server_test.v to 5 (reduce false positives on windows) 2025-08-10 14:06:01 +03:00
Felipe Pena
15e0802e88
cgen: fix codegen for option void fn return block unwrap (fix #25074) (#25082) 2025-08-10 14:03:04 +03:00
Felipe Pena
36ca628c59
cgen: fix codegen for passing int from selector to voidptr expect arg (fix #25081) (#25083) 2025-08-10 14:01:16 +03:00
kbkpbot
7b77f2ee5b
cgen: fix translated file fixed-array assignment (#25080) 2025-08-10 13:31:44 +03:00
Alexander Medvednikov
652881c73b all: vls mode fixes and improvements; v -json-errors flag 2025-08-10 06:45:59 +03:00
Larsimusrex
a11de7263f
decoder2: improve checker with better EOF detection (#25075) 2025-08-09 16:38:58 +03:00
larpon
9140c9f844
thirdparty: add thirdparty-linux-armv7_bdwgc.sh for building libgc.a on ARMv7 CPUs (#25077) 2025-08-09 14:43:55 +03:00
kbkpbot
5eebd91425
parser: fix asm modifier parsing (allow for =r, =&r, +r, +&r,=m,=rm,=@ccl, =*r) (fix #25070) (#25072) 2025-08-09 10:29:05 +03:00
kbkpbot
4e8b24694b
cgen: fix asm stmt separators (#25067) 2025-08-09 10:14:06 +03:00
tzSharing
a2f65c6977
gg: improve drawing effect and logic of draw_rounded_rect_empty (#25062) 2025-08-08 09:01:06 +03:00
gechandesu
1f9fd73d0d
ci: add a release build for Linux on arm64 to release_ci.yml (#25064) 2025-08-08 08:18:35 +03:00
kbkpbot
8a7949d90a
parser: fix overriding of fn names in -translated mode (fix #25024) (#25061) 2025-08-07 19:33:12 +03:00
Krchi
3a6b651fa4
checker: fix calls with result propagation, using other consts, in const declaration expressions (fix #21609) (#25060) 2025-08-07 17:22:31 +03:00
Delyan Angelov
3b561d590d
cgen: use #if defined __BIONIC_AVAILABILITY_GUARD && ... to be compatible with more Termux versions 2025-08-07 12:29:13 +03:00
Delyan Angelov
91889953ed
ci: add experimental support for building V and testing on a Termux docker container (#25059) 2025-08-07 11:37:25 +03:00
Delyan Angelov
2cdacb8c00
cgen: fix building on Termux after fa904c4 2025-08-07 10:00:16 +03:00
Felipe Pena
afc710e024
markused: fix array append c code dependency (fix #25057) (#25058) 2025-08-07 06:32:52 +03:00
Krchi
106da40135
scanner: refactor string interpolation (fix #24198) (#25053) 2025-08-07 01:06:33 +03:00
Felipe Pena
9fef7ca224
cgen: fix anon fn checking adding unresolved generic type on codegen (fix #25050) (#25055) 2025-08-06 23:10:06 +03:00
Felipe Pena
cd7e9a1268
markused: fix thread type mark by go/spawn expr (fix #25049) (#25054) 2025-08-06 23:07:44 +03:00
Delyan Angelov
c3dc07520e
v.help: document the -is_o option (in v help build-c) and add a test for it (#25052) 2025-08-06 14:31:13 +03:00
Delyan Angelov
5413a25062
checker: allow for v -is_o -o x mm.v, where mm.v starts with module abc (i.e. not just module main) 2025-08-06 09:58:29 +03:00
dependabot[bot]
c74c9e4d8d
ci: bump actions/download-artifact from 4 to 5 (#25051) 2025-08-06 06:57:30 +03:00
Mike
cbb14e13e1
checker: add comptime support for s390x, ppc64le and loongarch64 platforms (#25048) 2025-08-05 23:16:21 +03:00
Mike
ad9617d358
cgen, ci: fix closures on s390x, ppc64le, loongarch64 platforms, add test to s390x CI (#25047) 2025-08-05 23:09:01 +03:00
Felipe Pena
1d7b5070bd
markused: cleanup and minor optmizations (#25046) 2025-08-05 21:37:59 +03:00
Felipe Pena
af89eb27c7
checker: cleanup err removal (#25043) 2025-08-05 21:16:22 +03:00
Delyan Angelov
5c5566eca4
cgen: add a test for builtin_init being present (part 2 of 4a6941a) 2025-08-05 16:22:56 +03:00
Delyan Angelov
4a6941af6c
markused, builtin: apply @[markused] to builtin_init, remove its heuristic from markused.v 2025-08-05 16:04:14 +03:00
Felipe Pena
21d9a5ded5
parser,checker,cgen: remove unused err declaration or or { } blocks (#25034) weekly.2025.32 2025-08-05 10:48:17 +03:00
Larsimusrex
c5b6d2a1c6
decoder2: prepare for moving into json2 (#25039) 2025-08-05 10:07:03 +03:00
D4MI4NX
13ba08fba2
db.sqlite: fix get_text trimming data after (including) first 0 character (#25040) 2025-08-05 08:54:48 +03:00
Delyan Angelov
8cd7a4f136
ci: use v -g self in windows_ci.yml, before running tests, to get more usable backtraces on compilation crashes in PRs 2025-08-04 19:17:25 +03:00
Delyan Angelov
094ef857b1
v.parser: reduce calls to util.contains_capital 2025-08-04 11:09:25 +03:00
Felipe Pena
b74e60b5a2
cgen,markused: remove unused enum declarations too (#25033) 2025-08-04 08:44:21 +03:00
Felipe Pena
3b7ada1621
checker: cleanup - remove unused c.using_new_err_struct (#25036) 2025-08-04 08:40:19 +03:00
Swastik Baranwal
1569a821cd
orm: support lowercase operators like, in, not in etc (fix #25032) (#25035) 2025-08-04 08:27:44 +03:00
Larsimusrex
d249bfb04e
decoder2: fix remaining json2 discrepancies (#25029) 2025-08-03 10:27:43 +03:00
Felipe Pena
195f1612f8
markused: fix option tracking on sumtype (fix #25025) (#25028) 2025-08-03 10:12:32 +03:00
Felipe Pena
07ce904431
markused: improve array tracking (range, gated) (#25023) 2025-08-03 10:10:21 +03:00
D4MI4NX
51552c7b16
net.http: remove debug println statement from post_multipart_form (#25030) 2025-08-03 10:04:49 +03:00
Larsimusrex
809e617501
decoder2: support custom decoders (#25021) 2025-08-02 14:07:29 +03:00
Delyan Angelov
b628626923
builtin: fix assert "ä ö å æ ã ø ô é ë".title() == "Ä Ö Å Æ Ã Ø Ô É Ë" (fix #25017) (#25026) 2025-08-02 14:03:28 +03:00
Felipe Pena
198ecd09bc
markused: fix generic map index (fix #25012) (#25022) 2025-08-02 10:26:53 +03:00