-
-
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
29 Pull requests merged by 7 people
-
checker: fix checker for pushing on option array
#24093 merged
Mar 30, 2025 -
type_resolver: fix map generic resolver
#24092 merged
Mar 30, 2025 -
cgen: fix codegen for selector with embed field option
#24085 merged
Mar 30, 2025 -
checker: error if right side of infix is void
#24001 merged
Mar 30, 2025 -
parser: fix
$dbg
on function that uses veb comptimecall#24088 merged
Mar 30, 2025 -
cgen: fix codegen for comptime multiline attr
#24087 merged
Mar 30, 2025 -
cgen: in operator with fixed array
#24083 merged
Mar 30, 2025 -
type_resolver: fix comptime_for array generic
#24089 merged
Mar 30, 2025 -
orm: fix nested array
#24080 merged
Mar 30, 2025 -
cgen: fix option array push on unwrapped array
#24079 merged
Mar 30, 2025 -
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
2 Pull requests opened by 2 people
-
orm: fix type alias not supported in table columns
#24062 opened
Mar 27, 2025
30 Issues closed by 6 people
-
C compilation error with option array in embedded struct
#24073 closed
Mar 30, 2025 -
generic array of map cause C compile fail
#24090 closed
Mar 30, 2025 -
Unable to unwrap `Option` field of nested struct
#24084 closed
Mar 30, 2025 -
C error while debugging vlang/gitly
#23999 closed
Mar 30, 2025 -
Compiler bug when using multiline string on attribute
#23964 closed
Mar 30, 2025 -
C error on fixed array init in `if` expression
#24082 closed
Mar 30, 2025 -
struct comptime and generic array bug
#23969 closed
Mar 30, 2025 -
[ORM] RUNTIME ERROR: invalid memory access
#19327 closed
Mar 30, 2025 -
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 -
Build error
#23970 closed
Mar 29, 2025 -
Error: '_const_math__bits__ntz_8_tab' undeclared when compiling pure V code.
#22391 closed
Mar 29, 2025 -
C error: '_const_math__bits__de_bruijn32tab' undeclared
#23968 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
21 Issues opened by 12 people
-
error: conflicting types for 'gc_enable'
#24095 opened
Mar 31, 2025 -
ORM: Table structure field default value string must be transferred
#24094 opened
Mar 31, 2025 -
vfmt: Array initializers should be indented
#24091 opened
Mar 30, 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 -
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
9 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.
-
arm32 - can not build - No input .v files
#24022 commented on
Mar 24, 2025 • 0 new comments -
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 -
`veb.StaticHandler` and `ctx.file()` don't function properly on termux
#23596 commented on
Mar 31, 2025 • 0 new comments -
doc: some WASM documentation
#23810 commented on
Mar 25, 2025 • 0 new comments