COMMITS
/ cmd/tools/modules/scripting/scripting.v February 1, 2026
December 7, 2024
D
tools: let oldv fail early, when git fails to do network operations or checkouts
Delyan Angelov committed
September 10, 2024
November 25, 2023
A
all: unwrap const() blocks
Alexander Medvednikov committed
August 26, 2023
D
tools: improve windows support in oldv (it now can run in cmd.exe, not just in a Git Bash shell)
Delyan Angelov committed
March 2, 2023
Y
November 15, 2022
Y
vfmt: change all '$expr' to '${expr}' (#16428)
yuyi committed
May 30, 2022
D
builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558)
Delyan Angelov committed
August 28, 2021
D
ci: fix `v build-examples` and `v build-tools`
Delyan Angelov committed
April 7, 2021
D
tools: improve the default performance/behaviour of oldv
Delyan Angelov committed
April 6, 2021
D
tools: update oldv to be faster for the most common cases
Delyan Angelov committed
March 26, 2021
B
os: make os module handle large files (#9439)
Bastian Buck committed
March 8, 2021
D
February 28, 2021
S
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
spaceface committed
S
all: update repo to use the new error handling syntax (#8950)
spaceface committed
January 26, 2021
D
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}`
Delyan Angelov committed
October 9, 2020
D
repeat.v: support --max_time limit for the average time of a command
Delyan Angelov committed
August 4, 2020
D
oldv: use green color for tracing/diagnostic lines
Delyan Angelov committed
June 15, 2020
D
vlib: fix os.exec().output usages, that may rely on trimmed lines
Delyan Angelov committed
March 3, 2020
Y
os api: rmdir_recursive => rmdir_all
yuyi committed
February 9, 2020
L
move v.v to cmd/v
lutherwenxu committed