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
/
builtin
/
linux_bare
/
old
History
Makhnev Petr
0874376db0
builtin: fix wrong module name imported in
vlib/builtin/linux_bare/old/.checks/linuxsys/linuxsys.v
(
#17102
)
2023-01-24 22:19:30 +02:00
..
.checks
builtin: fix wrong module name imported in
vlib/builtin/linux_bare/old/.checks/linuxsys/linuxsys.v
(
#17102
)
2023-01-24 22:19:30 +02:00
array_bare.v
builtin: fix typo in array_bare.v (
#14299
)
2022-05-04 19:25:17 +03:00
builtin_bare.v
all: bare metal support (fix
-freestanding
) (
#9624
)
2021-04-14 07:50:50 +02:00
linuxsys_bare.v
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
mm_bare.v
builtin: improve support for large arrays (
[]int{len: 1_000_000_000}
now works), fix an arr.repeat() bug (
#14294
)
2022-05-04 18:42:06 +03:00
string_bare.v
net: byte fixes
2022-04-15 15:55:39 +03:00
syscallwrapper_test.v
vfmt: change all '$expr' to '${expr}' (
#16428
)
2022-11-15 16:53:13 +03:00