aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24Revert "fix parseInt failing when a correct base is given"Andrew Kelley
2023-06-24fix parseInt failing when a correct base is givenMikko Kaihlavirta
2023-06-19Merge pull request #16046 from BratishkaErik/issue-6128Andrew Kelley
2023-06-19std.fmt: fix error set of formatDurationdweiller
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov