This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
91c6eeeae5
v
/
vlib
/
v
/
checker
History
Delyan Angelov
7143b8ab37
v.checker: allow assigning pointers to fn variables (fix vinix compilation)
2021-09-10 11:48:36 +03:00
..
tests
v.checker: add checks for
.free()
methods
2021-09-09 09:54:06 +03:00
check_types.v
checker: no longer allow automatic dereferncing in
a = b
2021-09-09 20:21:01 +03:00
checker.v
v.checker: allow assigning pointers to fn variables (fix vinix compilation)
2021-09-10 11:48:36 +03:00
comptime_const_eval.v
ast,checker,cgen: support simple
const x = u16(0x53)
without using _vinit()
2021-07-30 17:22:27 +03:00
noreturn.v
all: support
[noreturn] fn abc() { for{} }
, mark panic/1 and exit/1with it too. (
#10654
)
2021-07-04 20:24:19 +03:00