1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/checker
2022-12-08 21:38:01 +02:00
..
constants
tests cgen: fix nested struct generation for globals for gcc (#16614) 2022-12-08 21:38:01 +02:00
assign.v
check_types.v
checker.v checker: disallow Bar{...foo} when Bar needs more fields, than what foo has (#16609) 2022-12-07 16:56:07 +02:00
comptime.v
containers.v checker: improve error messages of missing generic type names (#16610) 2022-12-07 11:29:18 +02:00
fn.v checker: improve error messages of missing generic type names (#16610) 2022-12-07 11:29:18 +02:00
for.v checker: add disallow none operations and range (#16584) 2022-12-05 08:50:36 +02:00
if.v
infix.v checker: add disallow none operations and range (#16584) 2022-12-05 08:50:36 +02:00
interface.v checker: improve error messages of missing generic type names (#16610) 2022-12-07 11:29:18 +02:00
match.v
orm.v
return.v checker: add a return *x suggestion, to the error fn ... expects you to return a non reference type ..., but you are returning ... instead 2022-12-02 10:40:36 +02:00
str.v
struct.v checker: disallow Bar{...foo} when Bar needs more fields, than what foo has (#16609) 2022-12-07 16:56:07 +02:00