-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Insights: vlang/v
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
weekly.2025.13
published
Mar 24, 2025
26 Pull requests merged by 8 people
-
v.vmod: add manifest encoder fn
#24034 merged
Mar 29, 2025 -
cgen: fix
@[keep_args_alive]
with ptr#24058 merged
Mar 29, 2025 -
v.depgraph: fix resolve()
#24076 merged
Mar 29, 2025 -
orm:fix default value quote
#24057 merged
Mar 28, 2025 -
markused: fix orm or expr
#24059 merged
Mar 28, 2025 -
cgen: multithreading support for the new profiler column
#24061 merged
Mar 28, 2025 -
x.chacha: fix overflow
#24064 merged
Mar 28, 2025 -
x.crypto.chacha20: enables supports for 64-bit counter
#24053 merged
Mar 27, 2025 -
profile: new column for time of the function without the time of its children functions
#24056 merged
Mar 27, 2025 -
cgen: fix match option with case non option
#24051 merged
Mar 27, 2025 -
x.crypto.chacha20
: makes underlying cipher routine aware of 64-bit counter#24050 merged
Mar 26, 2025 -
crypto.sha3: be big-endian friendly
#24045 merged
Mar 25, 2025 -
x.crypto.chacha20
: fix for xor_key_stream fails after a while#24046 merged
Mar 25, 2025 -
os: fix swap_bytes_u64
#24033 merged
Mar 25, 2025 -
x.crypto.chacha20: changes internal cipher representation to support 64 bit ctr
#24039 merged
Mar 25, 2025 -
x.crypto.chacha20
: Small cleans up as preliminary works to support 64bit counter#24038 merged
Mar 25, 2025 -
sync: fix race on poolprocessor
#24023 merged
Mar 24, 2025 -
cgen: fix codegen for option return unwrapping on last statement
#24030 merged
Mar 24, 2025 -
cgen: allow asserts inside fn calls on const/global initialization in test files
#24031 merged
Mar 24, 2025 -
cgen: fix asm comments of arm32
#24025 merged
Mar 23, 2025 -
cgen: fix mutable ptr sumtype
#24021 merged
Mar 23, 2025 -
cgen,parser: fix arm64 asm operand position; fix arm64 asm imm; support arm64 dot instruction
#24017 merged
Mar 23, 2025 -
ops decode.v
#24020 merged
Mar 23, 2025 -
x.crypto.chacha20: fix issue on consecutive calls of
xor_key_stream
#24003 merged
Mar 23, 2025 -
checker: fix chan elemen type validation with inexistent type
#24008 merged
Mar 23, 2025
9 Pull requests opened by 4 people
-
orm: fix type alias not supported in table columns
#24062 opened
Mar 27, 2025 -
cgen: fix option array push on unwrapped array
#24079 opened
Mar 29, 2025 -
orm: fix nested array
#24080 opened
Mar 29, 2025 -
cgen: in operator with fixed array
#24083 opened
Mar 29, 2025 -
cgen: fix codegen for selector with embed field option
#24085 opened
Mar 29, 2025 -
cgen: fix codegen for comptime multiline attr
#24087 opened
Mar 29, 2025 -
parser: fix `$dbg` on function that uses veb comptimecall
#24088 opened
Mar 30, 2025 -
type_resolver: fix comptime_for array generic
#24089 opened
Mar 30, 2025
27 Issues closed by 7 people
-
Add step argument to range expression like `start..end..step`
#24068 closed
Mar 29, 2025 -
Unsed variable reported when is used
#24078 closed
Mar 29, 2025 -
Passing to C issue
#23973 closed
Mar 29, 2025 -
C error: '_const_math__bits__de_bruijn32tab' undeclared
#23968 closed
Mar 29, 2025 -
Error: '_const_math__bits__ntz_8_tab' undeclared when compiling pure V code.
#22391 closed
Mar 29, 2025 -
Build error
#23970 closed
Mar 29, 2025 -
v.depgraph: resolve() may implement wrong
#24075 closed
Mar 29, 2025 -
[Feature] Convert ORM to Table
#23379 closed
Mar 28, 2025 -
Windows: ORM select from syntax error
#20987 closed
Mar 28, 2025 -
Windows: Unable to read outputs of os.Process
#20666 closed
Mar 28, 2025 -
ORM : When the default value is set to characters, panic
#24028 closed
Mar 28, 2025 -
[orm] C error while field default value include ""
#24052 closed
Mar 28, 2025 -
Unable to generate constants introduced in error handling
#24040 closed
Mar 28, 2025 -
[x.crypto.chacha20] 64bit internal counter
#23904 closed
Mar 27, 2025 -
profile: new column with time per function call (excluding children's time)
#24005 closed
Mar 27, 2025 -
Incorrect `void[]` casts are generated in cgen
#24048 closed
Mar 27, 2025 -
`_option_` functions are used on non-option types in cgen
#24047 closed
Mar 27, 2025 -
x.crypto.chacha20 xor_key_stream fails after a while
#24043 closed
Mar 25, 2025 -
Compiler dereferences pointer instead of erroring out on missing cast
#23991 closed
Mar 24, 2025 -
C error when `option` is propagated in `match` as its expression value when operators are used
#24026 closed
Mar 24, 2025 -
tester: const init function with assert in it, will cause tester crash
#24029 closed
Mar 24, 2025 -
ORM: Create MySQL table, field type ghost error
#24027 closed
Mar 24, 2025 -
vfmt: comment in asm block is not supported
#24015 closed
Mar 24, 2025 -
asm: amd64/arm64 use different target format
#24014 closed
Mar 24, 2025 -
Passed SumType reference is passed by copy while it should be passed as is
#24019 closed
Mar 23, 2025 -
[x.crypto.chacha20] consecutive xor_key_stream calls fail to decode
#23977 closed
Mar 23, 2025 -
C error on non-existing struct field `chan` type
#23978 closed
Mar 23, 2025
22 Issues opened by 13 people
-
Unable to unwrap `Option` field of nested struct
#24084 opened
Mar 29, 2025 -
C error on fixed array init in `if` expression
#24082 opened
Mar 29, 2025 -
V UI's text_size consistency, prefereably always f64 or converted to f64
#24077 opened
Mar 29, 2025 -
Support redis
#24074 opened
Mar 29, 2025 -
C compilation error with option array in embedded struct
#24073 opened
Mar 28, 2025 -
More explanation to 'Short struct literal syntax'
#24072 opened
Mar 28, 2025 -
Add destructure syntax for array and struct
#24071 opened
Mar 28, 2025 -
Add tuple type to encapsulate data of different types.
#24070 opened
Mar 28, 2025 -
Add generator function for lazy evaluation
#24069 opened
Mar 28, 2025 -
Add power operator `**`
#24067 opened
Mar 28, 2025 -
Allow negative indexing of array like `arr#[-1]`
#24066 opened
Mar 28, 2025 -
Using sqlite file database and building with "v watch run ." causes recurring build loop
#24063 opened
Mar 28, 2025 -
Implementing a generic interface using a concrete type does not compile
#24060 opened
Mar 27, 2025 -
vfmt "breaks" invalid code with map of `[]u8` with `cap:` instead of giving error
#24055 opened
Mar 26, 2025 -
match []u8 gives &[]u8
#24054 opened
Mar 26, 2025 -
cgen error, generics with implicit context
#24049 opened
Mar 25, 2025 -
C error while migrating vpm to veb
#24044 opened
Mar 25, 2025 -
[orm] pass generic types
#24041 opened
Mar 25, 2025 -
[DB][ORM] DB change the table name to be lowercase (what is not the same behaivour of ORM)
#24036 opened
Mar 24, 2025 -
[DB] db.pg and db.mysql consistency
#24035 opened
Mar 24, 2025 -
Veb log middleware cross module printing
#24032 opened
Mar 24, 2025 -
arm32 - can not build - No input .v files
#24022 opened
Mar 23, 2025
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
comparing interface with struct instance gives c error: invalid operand types for binary operation, invalid aggregate type for register load
#24018 commented on
Mar 24, 2025 • 0 new comments -
Compile error with system compiler (packaging)
#23994 commented on
Mar 24, 2025 • 0 new comments -
Operator overloading [] [Feature Request]
#23177 commented on
Mar 28, 2025 • 0 new comments -
can not build on FreeBSD14
#23749 commented on
Mar 28, 2025 • 0 new comments -
database: Add connection pool support(go:database/sql)
#23995 commented on
Mar 29, 2025 • 0 new comments -
x.json2.decode2: all missing fixes to make `x.json2.decode2` to be `x.json2`
#23080 commented on
Mar 29, 2025 • 0 new comments -
Compiler bug when using multiline string on attribute
#23964 commented on
Mar 29, 2025 • 0 new comments -
C error while debugging vlang/gitly
#23999 commented on
Mar 30, 2025 • 0 new comments -
doc: some WASM documentation
#23810 commented on
Mar 25, 2025 • 0 new comments -
checker: error if right side of infix is void
#24001 commented on
Mar 30, 2025 • 0 new comments