aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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