20453 Commits

Author SHA1 Message Date
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
Felipe Pena
f834855cb5
markused: improve array resources tracking + remove all_fns loop for orm (#25007) 2025-08-01 21:15:55 +03:00
xieke
a1a94a67fc
sokol.gfx: set the missed array_count field too in the set_vert_uniform and set_frag_uniform APIs (#25019) 2025-08-01 20:57:31 +03:00
Delyan Angelov
f38ca9b825
tools: fix vdoc tests after the vlang/markdown -> html <h2 id="title-topic">Title Topic</h2> change 2025-08-01 20:48:26 +03:00
Delyan Angelov
d1696104c9
tools: use Copying instead of Generating for the static resources in ./v doc -m -f html vlib/ 2025-08-01 18:47:49 +03:00
Delyan Angelov
2a9d1b204b
tools: improve the output of ./v doc -m -f html vlib/ 2025-08-01 18:44:40 +03:00
Delyan Angelov
ca620f4965
builtin: fix warnings for ./v doc -m -f html vlib/builtin/ 2025-08-01 18:27:46 +03:00
Delyan Angelov
2c7b42030a
ci: improve the alignment of the results of file size comparisons in compare_pr_to_master.v 2025-08-01 16:23:19 +03:00
Delyan Angelov
019fc8e7c8
ci: compare the sizes of small programs like hello_world.v, but generated with -cc gcc too 2025-08-01 16:09:02 +03:00
Delyan Angelov
e7bf4f2475
ci: make sure to always compare with the latest commit on the main V repo's master branch, when running .github/workflows/compare_pr_to_master.v 2025-08-01 16:02:14 +03:00
Delyan Angelov
f604b38cf8 ci: trigger updates to the module docs, even if just only the static files for the doc generator are changed 2025-08-01 11:50:10 +03:00