aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13std.fmt: remove `e`, `E`, `z`, and `Z` specifiers (deprecated in 0.8)Eric Joldasov
2023-06-13std.fmt.formatValue: remove `B` and `Bi` specifiers (deprecated in 0.8)Eric Joldasov
2023-06-07std: fix parseInt for single-digit signed minInt (#15966)Josh Wolfe
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-25std.fmt: Rename parseWithSign() sign parameter enum values to snake caseLinus Groh
2023-05-25std.fmt: Rename Alignment enum values to snake caseLinus Groh
2023-05-15std: expose fmt methods and structs for parsingTristan Ross
2023-05-10std.fmt.parseIntSizeSuffix: add R and QMeghan
2023-05-10Add std.fmt.parseIntSizeSuffix and use for --maxrssEvin Yulo
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23Improvements to docs and textzooster
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-03-20std: improve error for formatting a function body typeVeikka Tuominen
2023-03-07std.fmt: add bytesToHex() to encode bytes as hex digitsFrank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-01fmt: Make default_max_depth configurableominitay