.. |
bench
|
all: replace []byte with []u8
|
2022-04-17 12:14:28 +02:00 |
builders
|
…
|
|
fast
|
tools: minor cleanup in fast.v (#14117)
|
2022-04-21 10:35:00 +02:00 |
fuzz
|
rand: simplify rand.PRNG, move to optional types for error handling (#13570)
|
2022-02-23 12:36:14 +02:00 |
modules
|
tools: fix building `vdoctor.v` with `v build-tools`
|
2022-05-04 22:34:53 +02:00 |
vast
|
all: ~500 more byte=>u8
|
2022-04-17 12:14:29 +02:00 |
vdoc
|
vdoc: fix panic on empty `//` comment on `v doc -f html file.v`; turn `expected code block after empty example` to a warning
|
2022-05-04 11:52:31 +02:00 |
vvet
|
tools: support a `v vet -p file.v` option that will warn about private functions with missing documentation
|
2022-04-30 16:26:28 +02:00 |
check_os_api_parity.v
|
…
|
|
detect_tcc.v
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
gen1m.v
|
…
|
|
gen_vc.v
|
…
|
|
oldv.v
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
performance_compare.v
|
…
|
|
regress.v
|
tools: fix the behaviour of regress.v , when oldv.v is not compiled
|
2022-04-11 21:57:33 +03:00 |
repeat.v
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
test_if_v_test_system_works.v
|
…
|
|
test_os_process.v
|
…
|
|
vbin2v.v
|
all: replace []byte with []u8
|
2022-04-17 12:14:28 +02:00 |
vbug.v
|
tools: fix typo in vbug.v (#13802)
|
2022-03-22 15:47:03 +02:00 |
vbuild-examples.v
|
tools: fix building `vdoctor.v` with `v build-tools`
|
2022-05-04 22:34:53 +02:00 |
vbuild-tools.v
|
tools: fix building `vdoctor.v` with `v build-tools`
|
2022-05-04 22:34:53 +02:00 |
vbuild-vbinaries.v
|
…
|
|
vbump.v
|
…
|
|
vbump_test.v
|
os: add os.quoted_path/1, use it consistently for running V itself
|
2022-01-22 21:13:28 +02:00 |
vcheck-md.v
|
tools: cleanup all temporary files on successfull `v check-md .`
|
2022-03-27 10:24:10 +03:00 |
vcomplete.v
|
tools: add a `-theme-dir folder/` parameter to `v doc` (#13550)
|
2022-02-21 12:08:46 +02:00 |
vcompress.v
|
…
|
|
vcreate.v
|
ci: reformatted tools/vcreate.v (#14054)
|
2022-04-17 12:14:33 +02:00 |
vcreate_test.v
|
tools: modify .gitattributes to categorize *.vsh and v.mod files properly (#13674)
|
2022-03-07 18:15:18 +02:00 |
vdoctor.v
|
use os.quoted_path more
|
2022-01-22 22:22:22 +02:00 |
vfmt.v
|
vfmt: ignore parser warnings, cleanup code
|
2022-04-25 19:07:28 +02:00 |
vgret.defaults.toml
|
…
|
|
vgret.v
|
checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01)
|
2022-04-12 14:56:02 +03:00 |
vmissdoc.v
|
tools: support `v missdoc .` instead of `v run cmd/tools/missdoc.v .`
|
2022-04-30 16:26:28 +02:00 |
vpm.v
|
vpm: fix get_all_modules() (#14097)
|
2022-04-21 10:34:33 +02:00 |
vrepl.v
|
repl: handle exit(n) (#13930)
|
2022-04-04 16:22:34 +03:00 |
vscan.v
|
tools: add `v scan file.v`
|
2022-03-07 18:25:38 +02:00 |
vself.v
|
checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01)
|
2022-04-12 14:56:02 +03:00 |
vsetup-freetype.v
|
…
|
|
vshader.v
|
use os.quoted_path more
|
2022-01-22 22:22:22 +02:00 |
vshould-compile-all.v
|
tools: add a `v should-compile-all examples/*.v examples/gg/` tool, to simplify CIs of V modules.
|
2022-03-31 11:13:20 +03:00 |
vsymlink.v
|
checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01)
|
2022-04-12 14:56:02 +03:00 |
vtest-all.v
|
tests: add ability to check the output of commands for .starts_with, .ends_with and .contains strings, in `v test-all`
|
2022-04-25 19:07:30 +02:00 |
vtest-cleancode.v
|
ci: fix failing deprecated_module test on windows
|
2022-01-27 13:15:34 +02:00 |
vtest-fmt.v
|
…
|
|
vtest-parser.v
|
checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01)
|
2022-04-12 14:56:02 +03:00 |
vtest-self.v
|
cgen: rewrite the closure implementation (#14223)
|
2022-04-30 16:26:28 +02:00 |
vtest.v
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
vtracev.v
|
os: add os.quoted_path/1, use it consistently for running V itself
|
2022-01-22 21:13:28 +02:00 |
vup.v
|
tools: make `v up` more informative on failure
|
2022-04-30 16:26:28 +02:00 |
vwatch.v
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
vwipe-cache.v
|
…
|
|