aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2020-09-02std: add fmt option to escape non-printable charactersdaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-09Uses getWritten instead of .pos + slicingFelix Queißner
2020-08-09Makes formatFloatValue not return error.NoSpaceLeft anymore.Felix (xq) Queißner
2020-08-09Fixes double alignmentFelix (xq) Queißner
2020-08-05Revert "std.fmt.format: small optimization to avoid runtime bloat"Andrew Kelley
2020-07-29std.fmt.format: small optimization to avoid runtime bloatAndrew Kelley
2020-07-14Added octal formatting fo `fmt` functions. (#5867)~nue
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05Rewrite std.fmt.parseIntAlluet
2020-07-05Fix issue 5757: increase branch quota for formatting enumsJonathan Marler
2020-06-20Use writer in std.fmtdata-man
2020-06-12Fix formatting of floating point values with the B and Bi specifiersAlexandros Naskos
2020-05-29Fix skipping condition (skip when wasm32)Jakub Konka
2020-05-28Link issue to the failing test case targeting wasmJakub Konka
2020-05-26fmt padding correction (#5403)Dmitry Atamanov
2020-05-26std.fmt: non-exhaustive enums: avoid the loop when it's not necessaryAndrew Kelley
2020-05-26std: in fmt, use tag names of non-exhaustive enums when availabledaurnimator
2020-05-26std: allow specifiying enums to be formatted as numbersdaurnimator
2020-05-25Support comptime floats in std.fmtdata-man
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-16Fixes fmt padding for some typesdata-man
2020-05-01rework std.math.big.IntAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-03Update fmt.zigmarkfirmware
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-10std: simplify format enum-literalsMichael Dusan
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06std: use std.ArrayList instead of std.Buffer in std/fmt.zig testsdaurnimator
2020-03-05std: format enum-literalsMichael Dusan
2020-03-05std: fix math.absCast on i1daurnimator
2020-03-05std: fix formatting of i1 integersdaurnimator
2020-03-05std: use testing.expectEqualSlices from testsdaurnimator
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-26add test for `@intToEnum`Vexu
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-23Format decmial 0.0 with no precision as just 0frmdstryr
2020-02-17enable behavior and std lib tests for RISC-V 64-bitAndrew Kelley
2020-02-13annotate skipped test with issue linkAndrew Kelley