aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2022-02-19AstGen: evaluate `comptime var` init expressions in a comptime contextAndrew Kelley
2022-02-16fmt: allow uppercase prefix to be parsed in std.fmt.parseInt()iddev5
2022-01-29std.fmt: fix out-of-bounds array write in float printingJohn Schmidt
2022-01-24Handle FormatOptions in fmtDuration/fmtDurationSignedJohn Schmidt
2022-01-01fmt: Refactor parsing of placeholders into its own functionJimmi Holst Christensen
2022-01-01std.fmt: improve `@compileError` messager00ster
2021-12-29Fixed typo in deprecation error for `E` format specifier where it would inste...Tom Manner
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-17std: Fix endless loop in fmt implLemonBoy
2021-09-15Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
2021-08-30Fix float formatting for 0.0 when precision is 0 (#9642)Boo
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-20std.json: Add support for recursive objects to std.json.parse (#9307)Dmitry Matveyev
2021-08-19std.fmt: add support for printing slices strings (#9562)Meghan
2021-08-14std.fmt: add name of type in unsupport format string compile errorMeghan
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