index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fmt.zig
Age
Commit message (
Expand
)
Author
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-09-04
Reenable vector tests for armeb/thumbeb
Luna Schwalbe
2025-09-04
Reenable std.fmt.test.vector for riscv64
Luna Schwalbe
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-07-29
disable more failing tests
mlugg
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-09
chicken out and allow ascii string alignment
Andrew Kelley
2025-07-09
std: replace formatInteger with formatNumber
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-08
std.fmt: refactor to remove cacheString
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std: formatted printing no longer prints type names
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-03-24
fix(std/fmt.zig): fix overflow in fmtDurationSigned
GasInfinity
2025-02-12
std.fmt.digits2: optimize for ReleaseSmall
wooster0
2025-02-11
std.fmt: Add unit tests for all methods in the Parser struct
saurabh
2025-02-10
std.fmt: remove placeholders from binary
rpkak
2025-01-26
std: check max depth for vector type in formatType
thejohnny5
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-06
std: Disable some tests affected by #22060 for thumbeb too.
Alex Rønne Petersen
2024-12-13
std: Disable some vector-related tests on armeb.
Alex Rønne Petersen
2024-11-24
Remove unused `buf` field from `std.fmt.Parser` (#21994)
Andrew Barchuk
2024-11-18
std.format: properly handle vectors of pointers
gooncreeper
2024-10-30
std.fmt: Fix compile error in Parser.peek() (#20532)
Simon Ekström
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-08
std.fmt: Update casing of a few functions to match naming style guide
Linus Groh
2024-09-02
std.fmt.fmtIntSize*: document when precision is ignored
fdfdjfk3
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-20
fix std.fmt.hex
Andrew Kelley
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-17
format: do not force user to provide an alignment field when it's not necessa...
eric-saintetienne
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-21
use constant in formatType
orvit
2024-04-23
Update fmt.zig tests
Sean
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-24
fix comptime float formatting
Marc Tiehuis
2024-03-24
std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytes
Ben Sinclair
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-21
rename ryu128 -> format_float
Marc Tiehuis
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-10
improve documentation in std
Andrew Kelley
2024-03-09
std.fmt: fix std-cases and perform round-trip check in ryu unit tests
Marc Tiehuis
2024-03-09
std.fmt: add ryu floating-point formatting
Marc Tiehuis
[next]