aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2020-02-13fmt: vector formattingdata-man
2020-02-12Correct comment to include comptime attribute on format output fn parametervegecode
2020-02-10fmt: Pass the fmt string to the inner formattersLemonBoy
2020-02-05std.fmt.format: comptime output parameterAndrew Kelley
2020-01-31std: format non-exhaustive enumsdaurnimator
2020-01-30fmt: Refactor the arg fetching codeLemonBoy
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-20Handle {s} format for C strings. (#4219)Nathan Michaels
2020-01-19progress towards mergingAndrew Kelley
2020-01-16Fix regression in char printingLemonBoy