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
/
builder
History
Delyan Angelov
d540b3f1a8
v.util: improve formatted_error by adding cached_file2sourcelines, so .split_into_lines is called just once (important for long source files with many errors)
2021-08-14 23:01:30 +03:00
..
builder.v
checker: changes related to warn/error limit (
#11184
)
2021-08-14 22:14:13 +03:00
c.v
v.builder: use os.write_file/os.write_file_array for writing full files to disk.
2021-07-24 13:32:55 +03:00
cc.v
ci: fix coutput_test.v on windows by fixing
-o -
on windows
2021-08-01 00:27:06 +03:00
cflags.v
fmt: smarter if condition wrapping (
#8201
)
2021-01-23 10:33:22 +02:00
compile.v
v.util: improve formatted_error by adding cached_file2sourcelines, so .split_into_lines is called just once (important for long source files with many errors)
2021-08-14 23:01:30 +03:00
js.v
v.builder: use os.write_file/os.write_file_array for writing full files to disk.
2021-07-24 13:32:55 +03:00
msvc.v
vlib: use
malloc_noscan()
where possible (
#10465
)
2021-06-15 14:47:11 +03:00
native.v
v: fix passing
-arch arm64
to
$if arm64{}
2021-06-13 01:15:35 +03:00