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
Files
f51fa7e6659f5577fd7495b1569eefbc870de4c8
v
/
vlib
/
v
/
util
History
Delyan Angelov
5098334e65
os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd)
2021-07-20 15:22:04 +03:00
..
diff
tests: add cmd/tools/vdoc/tests/vdoc_file_test.v, extract a
v.util.diff
module, cleanup
2021-06-22 18:52:34 +03:00
recompilation
…
vtest
…
diff.v
tests: add cmd/tools/vdoc/tests/vdoc_file_test.v, extract a
v.util.diff
module, cleanup
2021-06-22 18:52:34 +03:00
errors.v
all: support
[noreturn] fn abc() { for{} }
, mark panic/1 and exit/1with it too. (
#10654
)
2021-07-04 20:24:19 +03:00
module.v
v: deprecate
[if ident]
in favour of
[if ident ?]
2021-06-22 10:30:14 +03:00
quote.v
v.util: simplify smart_quote more
2021-06-21 16:08:19 +03:00
scanning.v
scanner: speed up Scanner.skip_whitespace (~2-3% speed up of
-o x.c cmd/v
)
2021-05-03 14:14:32 +03:00
suggestions.v
…
timers.v
parser: deprecate short struct init (
#10842
)
2021-07-20 11:17:08 +03:00
util.v
os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd)
2021-07-20 15:22:04 +03:00