aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2024-02-12x86_64: fix assert locationJacob Young
2024-02-07Merge pull request #17634 from ianprime0509/type-erased-writerAndrew Kelley
2024-02-03std.fmt: fix formatting slices of structs with custom formattingChadwain Holness
2024-01-29Eliminate generic duplication in `allocPrint`Ian Johnson
2024-01-23std.fmt: fix unecessary deref on user-defined format functionKhang Nguyen Duy
2024-01-21std.fmt: clarify the use of "character"Andrew Kelley
2024-01-13Fix fmt UTF-8 characters as fill (#18533)vinnichase
2023-12-30Update formatFloat* docs to reflect limitation w/ large floatsMason Remaley
2023-12-22std.fmt: fix formatting of array pointersVitalijus Valantiejus
2023-12-11fmt.parseWithSign(): prevent edge case overflowsTravis Staloch
2023-11-24std.fmt: fix overflow when formatting comptime_floatLuca Ivaldi
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young