1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-07-20 19:52:03 +03:00
..
ast checker: check that array slicing indexes are valid (#5892) 2020-07-20 19:52:03 +03:00
builder CI: fix failing tests because of hash.wyhash duplicates 2020-07-18 15:27:57 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: check that array slicing indexes are valid (#5892) 2020-07-20 19:52:03 +03:00
depgraph vfmt: ran v vet vlib/v/ and fix spaces 2020-07-04 16:19:54 +03:00
doc all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
errors checker: add details about a non matching functional argument 2020-07-04 22:37:06 +03:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt fmt: allow for comments in call args and if expressions branches (#5871) 2020-07-20 17:48:33 +03:00
gen cgen: add support for -d trace_gen too. Add v tracev command. 2020-07-20 12:36:27 +03:00
parser checker: check that array slicing indexes are valid (#5892) 2020-07-20 19:52:03 +03:00
pref pref: add -show-timings option 2020-07-14 18:47:40 +03:00
scanner fmt,vet: handle var in [single_value] (#5882) 2020-07-19 19:58:34 +02:00
table all: import individual symbols feature (#5872) 2020-07-18 21:34:38 +02:00
tests tests: split unsafe.v to vlib/v/tests/unsafe_test.v and a checker output .vv&.out test 2020-07-20 16:53:27 +03:00
token all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
util CI: fix failing tests because of hash.wyhash duplicates 2020-07-18 15:27:57 +03:00
vet fmt,vet: handle var in [single_value] (#5882) 2020-07-19 19:58:34 +02:00
vmod checker: remove mod_file_cacher exception 2020-06-01 17:43:03 +03:00
compiler_errors_test.v tests: support VTEST_ONLY=fn_,match_ ./v test-fixed and in compiler_test.v 2020-07-09 10:47:16 +03:00