aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2025-09-19std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)John Benediktsson
2025-09-04Reenable vector tests for armeb/thumbebLuna Schwalbe
2025-09-04Reenable std.fmt.test.vector for riscv64Luna Schwalbe
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-08zig std: fix build failuresAndrew Kelley
2025-07-29disable more failing testsmlugg
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-09chicken out and allow ascii string alignmentAndrew Kelley
2025-07-09std: replace formatInteger with formatNumberAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-08std.fmt: refactor to remove cacheStringAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt.format: use {t} for tag name rather than {s}Andrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std: formatted printing no longer prints type namesAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-03-24fix(std/fmt.zig): fix overflow in fmtDurationSignedGasInfinity
2025-02-12std.fmt.digits2: optimize for ReleaseSmallwooster0
2025-02-11std.fmt: Add unit tests for all methods in the Parser structsaurabh
2025-02-10std.fmt: remove placeholders from binaryrpkak
2025-01-26std: check max depth for vector type in formatTypethejohnny5
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-06std: Disable some tests affected by #22060 for thumbeb too.Alex Rønne Petersen
2024-12-13std: Disable some vector-related tests on armeb.Alex Rønne Petersen
2024-11-24Remove unused `buf` field from `std.fmt.Parser` (#21994)Andrew Barchuk
2024-11-18std.format: properly handle vectors of pointersgooncreeper
2024-10-30std.fmt: Fix compile error in Parser.peek() (#20532)Simon Ekström
2024-09-26remove formatted panicsAndrew Kelley
2024-09-08std.fmt: Update casing of a few functions to match naming style guideLinus Groh
2024-09-02std.fmt.fmtIntSize*: document when precision is ignoredfdfdjfk3
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-20fix std.fmt.hexAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-17format: do not force user to provide an alignment field when it's not necessa...eric-saintetienne
2024-05-27Progress: fix compile errors on windowsJacob Young
2024-05-21use constant in formatTypeorvit
2024-04-23Update fmt.zig testsSean
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-24fix comptime float formattingMarc Tiehuis
2024-03-24std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytesBen Sinclair
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-21rename ryu128 -> format_floatMarc Tiehuis
2024-03-11Merge pull request #19229 from tiehuis/ryu-128Andrew Kelley
2024-03-10improve documentation in stdAndrew Kelley
2024-03-09std.fmt: fix std-cases and perform round-trip check in ryu unit testsMarc Tiehuis
2024-03-09std.fmt: add ryu floating-point formattingMarc Tiehuis