aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05std: Implement hex float printingLemonBoy
2021-04-28std: Add a parser for hexadecimal floating point numbersLemonBoy
2021-03-28Add a test & fix for std.fmt.fmtDurationJonathan Knezek
2021-03-07Implement fmtDuration using Formatter (#8137)Jonathan Knezek
2021-03-07std: Deprecate the B and Bi format specifiersLemonBoy
2021-03-01std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slicesLemonBoy
2021-02-24zig fmt the std libAndrew Kelley
2021-02-21std: Add more error checking in hexToBytesLemonBoy
2021-02-21remove z/Z format specifier deprecationsJonathan Marler
2021-02-09require specifier for arrayish typesJonathan Marler
2021-01-30Improve error messages in std.fmt (#7898)Dmitry Atamanov
2021-01-29complete {Z} deprecation in std.fmt.formatIntValueAsherah Connor
2021-01-12Move fmt.testFmt to testing.expectFmtJay Petacat
2021-01-11Add std.fmt.formatDuration and std.fmt.duration (#7297)Jonathan Knezek
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-02Decrement max_depth when printing slice elementsLemonBoy
2021-01-02std: Disable the special casing of {} for u8 slices/arraysLemonBoy
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2021-01-02Use same brace pairs for arrays/slices/vectorsLemonBoy
2021-01-02Small cleanupLemonBoy
2021-01-02Add formatting for arraysdata-man
2021-01-02std: Refactor the slice formatting codeLemonBoy
2021-01-02Formatting fixryuukk
2021-01-02Pretty print Slicesryuukk
2020-12-31Year++Frank Denis
2020-12-13std: Fix formatting of type valuesLemonBoy
2020-11-20std: Implement named arguments & runtime width/precisionLemonBoy
2020-11-20std: Rewrite the fmt parserLemonBoy
2020-11-19Merge pull request #6390 from LemonBoy/reboot-3970Andrew Kelley
2020-11-19Nicer code for the error code pathLemonBoy
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-05Address review commentsLemonBoy
2020-11-05Fix typo in documentationLemonBoy
2020-11-05Make std.formatBuf UTF-8 awareLemonBoy
2020-11-05Clean up the unicode codepoint formatter a bitLemonBoy
2020-11-05Update the API and add add error-recovery pathLemonBoy
2020-11-05Add 'u' specifier to std.formatdata-man
2020-11-02std: Make parseInt/parseUnsigned detect the radixLemonBoy
2020-11-02std/ascii: add spaces arrayIsaac Freund
2020-11-01Merge pull request #6888 from jcmoyer/issues/6874Andrew Kelley
2020-11-01Make std.fmt.bufPrintIntToSlice publicJakub Konka
2020-10-30Add test for null terminated slices with embedded null bytesJ.C. Moyer
2020-10-30Update doc comments to reflect current behaviorJ.C. Moyer
2020-10-26Format null type in std.fmtdata-man
2020-10-17Merge pull request #6394 from Vexu/fmtAndrew Kelley
2020-10-17std: remove renderStringLiteral in favor of std.fmt specifierVexu
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-17std.fmt: add specifier for Zig identifiersVexu
2020-10-15std/fmt: add bufPrintZ()Isaac Freund