COMMITS
/ lib/std/fmt.zig April 30, 2025
A
all: replace all `@Type` usages
Ali Cheraghi committed
November 6, 2025
S
test: add test case for enum-literal with '{t}' format
snoire committed
September 19, 2025
J
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson committed
September 4, 2025
L
Reenable vector tests for armeb/thumbeb
Luna Schwalbe committed
L
Reenable std.fmt.test.vector for riscv64
Luna Schwalbe committed
August 30, 2025
A
std.fmt: delete deprecated APIs
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 9, 2025
A
zig std: fix build failures
Andrew Kelley committed
July 29, 2025
M
disable more failing tests
mlugg committed
July 9, 2025
A
std: fmt.format to io.Writer.print
Andrew Kelley committed
A
chicken out and allow ascii string alignment
Andrew Kelley committed
A
std: replace formatInteger with formatNumber
Andrew Kelley committed
A
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley committed
July 8, 2025
A
std.fmt: refactor to remove cacheString
Andrew Kelley committed
July 6, 2025
A
std.io.Writer.printValue: rework logic
Andrew Kelley committed
July 5, 2025
A
std.fmt: fully remove format string from format methods
Andrew Kelley committed
July 4, 2025
A
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley committed
July 1, 2025
A
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley committed
June 30, 2025
A
std: formatted printing no longer prints type names
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
April 27, 2025
S
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai committed
March 21, 2025
G
fix(std/fmt.zig): fix overflow in fmtDurationSigned
GasInfinity committed
February 12, 2025
W
std.fmt.digits2: optimize for ReleaseSmall
wooster0 committed
February 11, 2025
S
std.fmt: Add unit tests for all methods in the Parser struct
saurabh committed
January 6, 2025
R
std.fmt: remove placeholders from binary
rpkak committed
A
std: Disable some tests affected by #22060 for thumbeb too.
Alex Rønne Petersen committed
January 1, 2025
T
std: check max depth for vector type in formatType
thejohnny5 committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
November 24, 2024
A
std: Disable some vector-related tests on armeb.
Alex Rønne Petersen committed
A
Remove unused `buf` field from `std.fmt.Parser` (#21994)
Andrew Barchuk committed
November 18, 2024
G
std.format: properly handle vectors of pointers
gooncreeper committed
October 30, 2024
S
std.fmt: Fix compile error in Parser.peek() (#20532)
Simon Ekström committed
September 25, 2024
A
remove formatted panics
Andrew Kelley committed
September 3, 2024
L
std.fmt: Update casing of a few functions to match naming style guide
Linus Groh committed
September 2, 2024
F
std.fmt.fmtIntSize*: document when precision is ignored
fdfdjfk3 committed
August 28, 2024
M
July 20, 2024
A
fix std.fmt.hex
Andrew Kelley committed
A
add std.fmt.hex
Andrew Kelley committed
July 17, 2024
E
format: do not force user to provide an alignment field when it's not necessary (#19049)
eric-saintetienne committed
May 26, 2024
J
Progress: fix compile errors on windows
Jacob Young committed
May 21, 2024
O
use constant in formatType
orvit committed
April 22, 2024
S
Update fmt.zig tests
Sean committed
March 22, 2024
M
compiler: implement analysis-local comptime-mutable memory
mlugg committed
B
std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytes
Ben Sinclair committed
March 23, 2024
M
fix comptime float formatting
Marc Tiehuis committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
March 21, 2024
M
rename ryu128 -> format_float
Marc Tiehuis committed
March 12, 2024
A
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed