v/cmd/tools
Delyan Angelov 6a4ba22eae
tests: flush test headers to ensure stable output with VJOBS>1
2022-06-22 12:46:32 +03:00
..
bench all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
builders
fast fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
fuzz rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
measure tools: add cmd/tools/measure/scanner_speed.v and cmd/tools/measure/parser_speed.v 2022-06-02 13:50:25 +03:00
modules tests: flush test headers to ensure stable output with VJOBS>1 2022-06-22 12:46:32 +03:00
vast parser, cgen: temporary prefix ++ for translated code 2022-06-18 13:30:47 +03:00
vdoc fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vvet tools: fix `v vet file.v` for `return if x { y // comment } else { z }` 2022-06-20 13:29:22 +03:00
check_os_api_parity.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
detect_tcc.v tools: hide tcc warning on macos for now 2022-05-08 08:01:55 +03:00
gen1m.v
gen_vc.v ci: fix `v build-examples` and `v build-tools` 2021-08-28 12:44:03 +03:00
oldv.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
performance_compare.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
regress.v
repeat.v builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558) 2022-05-30 19:15:05 +03:00
test_if_v_test_system_works.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
test_os_process.v
translate.v tools: build c2v in non verbose mode by default 2022-06-20 16:03:39 +03:00
vbin2v.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vbug.v
vbuild-examples.v tools: fix building `vdoctor.v` with `v build-tools` 2022-05-04 23:30:44 +03:00
vbuild-tools.v tests: simplify cmd/tools/modules/testing/common.v 2022-05-16 10:29:57 +03:00
vbuild-vbinaries.v
vbump.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vbump_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vcheck-md.v
vcomplete.v tools: add bump flags to vcomplete (#14813) 2022-06-21 15:11:42 +03:00
vcompress.v
vcreate.v ci: reformatted tools/vcreate.v (#14054) 2022-04-16 19:09:08 +03:00
vcreate_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vdoctor.v
vfmt.v builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558) 2022-05-30 19:15:05 +03:00
vgret.defaults.toml
vgret.v tools: let `v gret` make an easily visible diff.png image after regressions, and upload it too, to make CI failures easier to diagnose 2022-06-10 15:38:50 +03:00
vmissdoc.v tools: handle fn attributes/comments more robustly, when `v missdoc` is run (#14774) 2022-06-18 11:02:39 +03:00
vpm.v tools: distribute vpm queries randomly between the available backend servers 2022-06-21 12:58:37 +03:00
vrepl.v vrepl: fix error for exitasdfasdf in repl (fix #14593) (#14598) 2022-06-02 19:59:57 +03:00
vscan.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vself.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vsetup-freetype.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vshader.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vshould-compile-all.v
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: flush test headers to ensure stable output with VJOBS>1 2022-06-22 12:46:32 +03:00
vtest-cleancode.v tools: add a vet_known_failing_windows skip list to `v test-cleancode` 2022-05-17 20:19:37 +03:00
vtest-fmt.v
vtest-parser.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vtest-self.v ci: add `VTEST_JUST_ESSENTIAL=1 ./v test-self` mode. Use it for alpine-docker-musl-gcc . 2022-06-09 15:26:52 +03:00
vtest.v tests: simplify cmd/tools/modules/testing/common.v 2022-05-16 10:29:57 +03:00
vtracev.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vup.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vwatch.v tools: support `v watch -k run examples/gg/rectangles.v` (keep a program running) 2022-06-15 18:00:10 +03:00
vwipe-cache.v