aboutsummaryrefslogtreecommitdiff
path: root/std/fmt.zig
AgeCommit message (Expand)Author
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-04-27std.fmt: add max_depth to avoid infinite recursion from self-referencesRyan Liptak
2019-04-05support comptime_int in formatInt{,Value}Shritesh Bhattarai
2019-03-31fixed broken casts in stdemekoi
2019-03-19better buffer length for formatIntUnsignedAndrew Kelley
2019-03-14breaking: fix @typeInfo handling of global error set typeAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-23std.fmt can print nullables, errors, and error unionsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-17typeId builtin instead of isInteger, isFloat, etcAndrew Kelley
2017-05-07std.fmt.format prints bool valuesAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-09break off some of std.io into std.fmt, generalize printfAndrew Kelley