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
v
/
vlib
/
v
/
checker
History
Delyan Angelov
45c1c1ab41
ci: fix import_symbol_private_err.vv and its .out file (time.since is no longer private)
2021-10-24 22:06:32 +03:00
..
tests
ci: fix import_symbol_private_err.vv and its .out file (time.since is no longer private)
2021-10-24 22:06:32 +03:00
check_types.v
checker: check for
x := Abc { f: fn () ? {} }
mismatch, when
f
is
fn ()
2021-10-11 19:20:41 +03:00
checker.v
builder,pref: add support for
-no-builtin
(useful for writing Linux kernel modules)
2021-10-23 12:53:53 +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
checker: simplify noreturn.v
2021-09-18 13:43:15 +03:00