v/vlib/v2
2025-07-03 09:46:01 +03:00
..
ast fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
builder cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588) 2024-01-20 07:16:24 +02:00
errors
gen/v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
parser fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
pref fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
scanner all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
tests all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
token v2: add formatting workarounds, to make v run cmd/v2/v2.v --skip-imports -d vlib/v2/tests/syntax.v_ run 2025-07-03 09:46:01 +03:00
types fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
util fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
README.md docs: fix broken links by adding missing READMEs (#22636) 2024-10-26 13:15:50 +03:00

Description

v2 is a namespace containing a new version of the compiler (still in development).