aboutsummaryrefslogtreecommitdiff
path: root/std/fmt
AgeCommit message (Expand)Author
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-02-02*WI* error sets - basic support workingAndrew Kelley
2018-02-01*WIP* error sets - allow peer type resolution to create new error setAndrew Kelley
2018-02-01*WIP* error sets - fix implicit castAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-02ir: new pass iteration strategyAndrew Kelley
2017-12-31Added format for floating point numbers. {.x} where x is the number of decimals.Peter Rönnquist
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22bufPrint returns an errorJosh Wolfe
2017-12-22explicitly return from blocksAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-24add some sanity tests for float printingAndrew Kelley
2017-10-24More corrections to float printingscurest
2017-10-23Print better floatsscurest
2017-10-21std.fmt.format supports ints smaller than u8Andrew Kelley
2017-09-26add fmt.parseIntAndrew Kelley
2017-09-26add std.fmt.trimAndrew Kelley
2017-09-13add Child property of slice typeAndrew Kelley
2017-09-09std.fmt knows how to format &[N]u8Andrew Kelley
2017-08-19fix floating point printingAndrew Kelley
2017-08-18slightly nicer floating point printingAndrew Kelley
2017-08-07fix printing floating point compile errorsAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley