aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2020-01-07Use the correct calling convention for AEABI intrinsicsLemonBoy
2019-12-31std.fmt.format: add helpful compile error for non-tuple argsAndrew Kelley
2019-12-18translate-c-2 character literals and more test fixesVexu
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-10Additional replacements of @typeOf with @TypeOfRobin Voetter
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09ability to give comptime and non-comptime types to same parameterAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-04std.fmt.ParseUnsignedError is now publicAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-10Fix missing @as cast in std.fmt.formatInt (#3650)Felix Queißner
2019-11-08update more of the std lib to use `@as`Andrew Kelley