aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06Add error when too few arguments are provided to std.fmtshiimizu
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-22Adds documentation for std.fmt.format grammar and customization. (#3474)Felix Queißner
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley