aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2021-07-02compile errors test harness: support unknown file/line/columnAndrew Kelley
2021-06-27std/fmt: add fmtDurationSignedIsaac Freund
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-13Improve error message when std.fmt.format is missing argumentsJarred Sumner
2021-06-10Have std.fmt functions take case as an enumdaurnimator
2021-06-09Re-enable multiple wasm32 vector testsJakub Konka
2021-06-08std: Better formatting of tuple typesLemonBoy
2021-05-31stage2: disallow `1.e9` and `0x1.p9` as float literalsIsaac Freund
2021-05-17std.fmt: fix regressions from masterAndrew Kelley
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-05std: Implement hex float printingLemonBoy
2021-04-28AstGen: hook up hex float parsing to float literalsAndrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-28std: Add a parser for hexadecimal floating point numbersLemonBoy
2021-04-22std: fix potential bug in parseIntjacob gw
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-20stage2: make std.fmt.parseInt ignore `_`jacob gw
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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