aboutsummaryrefslogtreecommitdiff
path: root/std/fmt
AgeCommit message (Expand)Author
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-17Merge remote-tracking branch 'origin/master' into pointer-reformAndrew Kelley
2018-05-16std.fmt: use SI prefixes for printing bytesAndrew Kelley
2018-05-16convert more std lib files to postfix pointer derefAndrew Kelley
2018-05-16Merge remote-tracking branch 'origin/master' into pointer-reformAndrew Kelley
2018-05-15std.fmt.format: support {B} for human readable bytesAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-23Fix release float printing errorsMarc Tiehuis
2018-04-23Improve fmt float-printingMarc Tiehuis
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-18Added unstaged changes.tgschultz
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-02-22name types inside functions after variableBen Noordhuis
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-07format struct pointers as "<typename>@<address>" (#752)Ben Noordhuis
2018-02-05error sets - fix most std lib compile errorsAndrew Kelley
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