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 |
|
Delyan Angelov
|
35e925a2f1
|
vdoc: fix overlapping fn titles on mobile browsers in portrait mode
|
2025-08-01 11:11:06 +03:00 |
|
Larsimusrex
|
f03d800800
|
decoder2: fix number decoding and improve errors (#25015)
|
2025-08-01 06:56:39 +03:00 |
|
Eliyaan (Nopana)
|
c49b9da04e
|
native: add support for (elf) globals (#25016)
|
2025-08-01 06:38:49 +03:00 |
|
Delyan Angelov
|
5ec3cc17e1
|
markused: improve the tracking of used closures (#25009)
|
2025-07-31 20:41:43 +03:00 |
|
Krchi
|
ac00d441ad
|
cgen: fix generic key's type with in operation (fix #24983) (#25011)
|
2025-07-31 20:09:00 +03:00 |
|
Delyan Angelov
|
af0a73f04f
|
ci: fix the performance-compare-with-master job, when run on PRs (#25014)
|
2025-07-31 19:29:04 +03:00 |
|
Delyan Angelov
|
6da1923884
|
ci,tools: implement support for VREPEAT_SILENT=1 and v repeat -S , to only show the summary of the runs, without the progress lines
|
2025-07-31 12:29:06 +03:00 |
|
Delyan Angelov
|
5a4dbf19d0
|
tools: fix return"" in vdoc html output (fix #24979)
|
2025-07-31 10:33:35 +03:00 |
|
Delyan Angelov
|
10f737e1df
|
ci: add a performance-compare-with-master job
|
2025-07-31 09:05:07 +03:00 |
|
Delyan Angelov
|
8eba7b2bf5
|
Revert "markused: clean up features tracking from checker - remove 1 all_fns loop (#24999)"
This reverts commit 844b7007a7db22d5e470dade941eb6874777e6c5.
|
2025-07-31 08:32:33 +03:00 |
|
Felipe Pena
|
844b7007a7
|
markused: clean up features tracking from checker - remove 1 all_fns loop (#24999)
|
2025-07-31 08:18:40 +03:00 |
|
Delyan Angelov
|
bb13e6601e
|
examples: use a sieve of Eratosthenes in primes.v, to handle bigger inputs more efficiently
|
2025-07-31 07:54:36 +03:00 |
|
gechandesu
|
75417c55fc
|
archive.tar: fix type in new_compressor fn name (#25006)
|
2025-07-30 19:49:00 +03:00 |
|
Jorge Mireles
|
a8d75c10b5
|
vlib: add archive.tar module to enable reading of .tar ang .tar.gz files (#24995)
|
2025-07-30 19:11:41 +03:00 |
|
Delyan Angelov
|
b876644e82
|
parser,ast,checker,cgen: use enum comparisons instead of string ones on ast.ComptimeCall.method_name (#25003)
|
2025-07-30 13:59:36 +03:00 |
|
Krchi
|
cd94cff219
|
comptime: support type interpolation in the msg argument of $compile_warn(msg) and $compile_error(msg) (#24992)
|
2025-07-30 08:29:34 +03:00 |
|
Felipe Pena
|
56b51b69d8
|
checker: remove dump() dependency from ComptimeFor (#25000)
|
2025-07-30 03:08:16 +03:00 |
|
Delyan Angelov
|
efd6eccadc
|
v.util: add support for setting VUTIL_RETRY_MAX_COUNT=1 to ease the workflow for developing backends
|
2025-07-29 19:41:27 +03:00 |
|