.. |
bench
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
builders
|
all: split all backends into cmd/tools/builders (#12811)
|
2021-12-12 22:10:43 +03:00 |
fast
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
fuzz
|
…
|
|
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
|
builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558)
|
2022-05-30 19:15:05 +03:00 |
vast
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
vdoc
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
vvet
|
vvet: fix false positive, add test (#14403)
|
2022-05-16 12:24:21 +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
|
…
|
|
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
|
tools: fix the behaviour of regress.v , when oldv.v is not compiled
|
2022-04-11 21:57:33 +03:00 |
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
|
…
|
|
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
|
tools: cleanup all temporary files on successfull `v check-md .`
|
2022-03-27 10:24:10 +03:00 |
vcomplete.v
|
tools: implement `v missdoc --diff oldv newv` (#14537)
|
2022-05-27 18:19:06 +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
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
vmissdoc.v
|
tools: implement `v missdoc --diff oldv newv` (#14537)
|
2022-05-27 18:19:06 +03:00 |
vpm.v
|
net.http: `Response.text` -> `Response.body` (#14478)
|
2022-05-29 20:27:18 +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
|
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 12:20:38 +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: skip embed_file_test.v for now
|
2022-06-01 12:06:02 +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
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-20 18:30:16 +03:00 |
vwipe-cache.v
|
…
|
|