20129 Commits

Author SHA1 Message Date
Delyan Angelov
880f2169b7 rand: check the separators for the generated UUIDs in random_identifiers_test.v 2025-04-28 10:05:02 +03:00
kbkpbot
649041c8b4
rand: fix uuid_v7 seperator (#24348) 2025-04-28 09:54:51 +03:00
Mike
5fb27ac35a
v: add initial support for loongarch64 (#24343) 2025-04-28 04:43:19 +03:00
Gonzalo Chumillas
f4316bb7ec
jsgen: fix optional callback parameter and improve examples (fix #24325) (#24336) 2025-04-28 04:41:37 +03:00
Mike
32be45d08d
cgen: fix arm64 closure + remove stub in test (#24332) 2025-04-28 04:38:27 +03:00
Felipe Pena
11acee1a5b
cgen: fix codegen for nested selector option ptr (fix #24339) (#24345) 2025-04-28 04:35:12 +03:00
kbkpbot
1f8f6d0e7d
x.json2: add u16(),u32() (fix #24337) (#24342) 2025-04-28 04:20:38 +03:00
Felipe Pena
19be2283f0
cgen: fix codegen for handling multiple return result type on call (fix #24341) (#24344) 2025-04-28 04:13:07 +03:00
kbkpbot
d9b808cdc3
toml: fix crlf escape check (fix #24328) (#24329) 2025-04-26 19:50:32 +03:00
Felipe Pena
fc640f7ce0
cgen: fix codegen for thread.call() on var auto heap (fix #24326) (#24327) 2025-04-26 18:21:32 +03:00
Gonzalo Chumillas
8f2528528f
js: fix callbacks in structure parameters (fix #24260) (#24324) 2025-04-26 18:16:33 +03:00
Felipe Pena
b98ca31e26
cgen: fix codegen for writing on unwrapped selector (fix #24316) (#24323) 2025-04-26 18:11:31 +03:00
kbkpbot
b87aed84e3
toml: fix handling of multiline string with CRLF (fix #24321) (#24322) weekly.2025.17 2025-04-26 07:59:18 +03:00
Delyan Angelov
fa41436852
ci: skip option_ptr_unwrap_test.v on windows with msvc (#24320) 2025-04-26 07:47:19 +03:00
kbkpbot
e0a7f87693
rand: add uuid_v7(), session function, simplify uuid_v4() (#24313) 2025-04-25 18:30:57 +03:00
Mike
0bcfd0f9ea
cgen: fix riscv64 closure thunk (use floating point register) (#24315) 2025-04-25 15:24:52 +03:00
Mike
ce00dc738b
cgen: fix s390x closure thunk (use floating point register) (#24258) 2025-04-25 15:12:27 +03:00
Mike
09d83a1613
cgen,ast: add ppc64le assembly support + test (#24299) 2025-04-25 07:01:08 +03:00
Felipe Pena
283654e410
checker: fix inherited var turning in auto heap (fix #24306) (#24312) 2025-04-25 06:57:48 +03:00
Felipe Pena
c7e00b395b
cgen: fix codegen for nested selector unwrapping on lhs (fix #24292) (#24293) 2025-04-25 06:55:51 +03:00
Felipe Pena
47d8ff94e2
cgen: fix codegen for multi return with aliased fixed array (fix #24280) (#24295) 2025-04-25 06:37:59 +03:00
kbkpbot
09592349f0
thirdparty: add aarch64 atomics support in thirdparty/stdatomic/nix/atomic.h (fix #24294) (#24296) 2025-04-25 06:28:16 +03:00
Felipe Pena
19900fd50c
cgen: fix codegen for assigning fixed array on defer var (fix #24300) (#24305) 2025-04-25 06:12:03 +03:00
Felipe Pena
72f45e4434
parser: fix wrong string parsing (fix #24297) (#24298) 2025-04-24 13:53:31 +03:00
Delyan Angelov
59909cde89
ci: use windows-2025 for the gcc-windows job (since it has gcc 14.2.0) (#24304) 2025-04-24 13:03:25 +03:00
Delyan Angelov
87d3a1d272
os.filelock: compile without warnings with gcc on windows 2025-04-23 07:52:07 +03:00
Felipe Pena
b76b1ee763
cgen: fix codegen for index expr on for loop with branchstmt (fix #22760) (#24289) 2025-04-22 08:38:00 +03:00
Mike
a9c68abf4a
v: add initial support for ppc64le (#24287) 2025-04-22 04:02:08 +03:00
Felipe Pena
475836bbb7
parser: fix invalid field name checking (fix #24279) (#24283) 2025-04-22 03:59:03 +03:00
Delyan Angelov
a0a83248e0
ci: fix v -o v2 -usecache cmd/v after ad5b829 2025-04-21 21:11:58 +03:00
Delyan Angelov
0a50715b03
examples: remove unused import orm from orm_sql.v 2025-04-21 20:13:01 +03:00
Delyan Angelov
ad5b829e5c v: remove closure usage from the compiler frontend (simplify bootstrapping/porting on more exotic platforms) 2025-04-21 19:54:42 +03:00
Felipe Pena
38ff647250
checker: add check for recursive array init on struct (fix #21195) (#24278) 2025-04-21 19:02:28 +03:00
Swastik Baranwal
157d8e84e5
checker: check anon struct field valid case (partial fix of #24284) (#24286) 2025-04-21 18:59:35 +03:00
Felipe Pena
5ac1e14e7f
checker: add a deprecation note for any arg, prevent any from being used as map key,value or array type (#24277) 2025-04-21 18:51:15 +03:00
Felipe Pena
8442e028c1
checker: fix codegen for multi return with array fixed (fix #24280) (#24282) 2025-04-21 18:31:11 +03:00
Felipe Pena
1eee74b211
parser: fix range expr precedence on compound logical and operator (fix #24252) (#24275) 2025-04-21 18:26:06 +03:00
Felipe Pena
7f12eafbeb
cgen: fix missing braces for const init with castexpr from option unwrapping expr (#24276) 2025-04-21 18:19:23 +03:00
Steven Gay
109e4f3a0c
doc: update link to map method (#24281) 2025-04-21 17:55:04 +03:00
kbkpbot
491a1ac515
vdoc: fix infinit recursive calls (fix #24232) (#24274) 2025-04-21 17:53:23 +03:00
kbkpbot
fd79183122
json: link with libm (fix #24272) (#24273) 2025-04-21 17:51:46 +03:00
Laurent Cheylus
188d68d32d
v.util.version: fix output for V full version when VCURRENTHASH not defined (#24264) 2025-04-20 03:25:56 +03:00
kbkpbot
13645e2456
log: add local time / utc time selection support (#24268) 2025-04-20 03:25:13 +03:00
Felipe Pena
324edc6eab
checker: fix stack var outside usage when var is a mutable param (#24249) 2025-04-20 03:03:20 +03:00
Felipe Pena
2edfb583b4
cgen: fix codegen for fixed array init with init using structinit (#24269) 2025-04-20 03:00:56 +03:00
Gonzalo Chumillas
11e25bc9ea
jsgen: fix array type checking in sum type match expressions (fix #24237 ) (#24259) 2025-04-18 12:52:07 +03:00
kbkpbot
dead5e69b4
json: fix option time (fix #24242) (fix #24175) (#24243) 2025-04-17 14:45:04 +03:00
kbkpbot
4e6b56dc4a
orm: add or_where() method to the builder (fix #24244) (#24250) 2025-04-17 14:44:07 +03:00
Felipe Pena
ccb3d5cfcd
cgen: fix codegen for const to c string (fix #24235) (#24248) 2025-04-16 17:36:28 +03:00
leopardracer
f3fb8b46ad
flag,net.websocket: fix typos in errors, traces and comments (#24251) 2025-04-16 17:34:15 +03:00