aboutsummaryrefslogtreecommitdiff
path: root/std/fmt
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-16Merge pull request #1958 from ziglang/parse-floatMarc Tiehuis
2019-02-15Make parseFloat stricter in what it accepts as inputMarc Tiehuis
2019-02-14Add parseFloat to std.fmtMarc Tiehuis
2019-02-11add C pointer type to @typeInfoAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-01fixupsAndrew Kelley
2018-12-19Added formatting of function pointers (#1843)Jimmi Holst Christensen
2018-12-19formatType can now format comptime_intJimmi Holst Christensen
2018-11-29make parseUnsigned handle types <8 bits widedbandstra
2018-11-16Fixed typosVallentin
2018-11-16std/fmt/index.zig: support printing hex bytes on slices;kristopher tate
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-09-20fix formatInt to handle upcasting to base int sizeAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-08NaNs do not have signedness.Shawn Landden
2018-09-02fixupsAndrew Kelley
2018-09-03std/fmt/index.zig: add hexToBytes function under std.fmt;kristopher tate
2018-09-02std/fmt/index.zig: test for printing double width hex bytes with zeros;kristopher tate
2018-09-02std/fmt/index.zig: set width from 0 to 2;kristopher tate
2018-09-01std/fmt/index.zig: #1358: test bytes printed-out as hex;kristopher tate
2018-09-01std/fmt/index.zig: #1358 allow bytes to be printed-out as hex;kristopher tate
2018-08-27zig fmtAndrew Kelley
2018-08-27Handle unions differently in std.fmt (#1432)tgschultz
2018-08-25add test for previous commitAndrew Kelley
2018-08-25Fixed compile error when passing enum to fmttgschultz
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-08-20std.fmt.format: handle non-pointer struct/union/enumAndrew Kelley
2018-08-14fixed handling of [*]u8 when no format specifier is settgschultz
2018-08-01Add integer binary output format (#1313)Marc Tiehuis
2018-07-31std.fmt.format: add '*' for formatting things as pointersAndrew Kelley
2018-07-18self-hosted: find libc on linuxAndrew Kelley
2018-07-02add event loop Channel abstractionAndrew Kelley
2018-06-30Alignment fix and allow rudimentary f128 float printingMarc Tiehuis
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-10Added C string support to fmt by using "{s}". The format string requirement i...tgschultz
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-09std/fmt: Use lowercase k for kilo in base 1000 (#1090)marleck55
2018-06-06Pointer Reform: update @typeInfoAndrew Kelley
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-06-04Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgs...Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley