| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Un-monomorphize and inline formatting with padding | Nick Fitzgerald | -29/+57 |
| 2019-02-07 | De-duplicate write_prefix lambda in pad_integral | Nick Fitzgerald | -11/+20 |
| 2019-01-28 | libcore: remove unneeded allow(deprecated) | Ralf Jung | -1/+1 |
| 2019-01-22 | Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton | Mazdak Farrokhzad | -4/+6 |
| 2019-01-19 | Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv | Mazdak Farrokhzad | -3/+12 |
| 2019-01-12 | Utilize specialized zip iterator impl | Shotaro Yamada | -4/+6 |
| 2019-01-09 | Improve docs for Formatter | Steve Klabnik | -3/+12 |
| 2019-01-09 | Misc cleanups | Shotaro Yamada | -6/+6 |
| 2019-01-06 | Derive Clone for ArgumentV1 | Shotaro Yamada | -9/+1 |
| 2019-01-06 | Remove unnecessary adapter | Shotaro Yamada | -23/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-13 | Wording changes | Esteban Küber | -3/+3 |
| 2018-12-12 | Suggest using `.display()` when trying to print a `Path` | Esteban Küber | -2/+7 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-10-13 | doc: make core::fmt::Error example more simple | Tshepang Lekhonkhobe | -3/+2 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -13/+13 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Add missing fmt examples | Guillaume Gomez | -0/+66 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -5/+5 |
| 2018-06-03 | Reexport fmt::Alignment into std | Guillaume Gomez | -2/+1 |
| 2018-05-27 | Stabilize Formatter alignment | Guillaume Gomez | -17/+18 |
| 2018-05-24 | Add more missing examples for Formatter | Guillaume Gomez | -3/+78 |
| 2018-05-05 | Suggest more helpful formatting string | Kornel | -5/+6 |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+2 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -2/+2 |
| 2018-04-13 | core: Remove an implicit panic from Formatter::pad | Alex Crichton | -1/+5 |
| 2018-04-03 | tweak fmt::Arguments docs | Alex Burka | -6/+5 |
| 2018-03-22 | document format_args! - fix trailing whitespace | Mazdak Farrokhzad | -1/+1 |
| 2018-03-21 | document format_args! behavior wrt. Display and Debug | Mazdak Farrokhzad | -6/+66 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -1/+7 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -2/+2 |
| 2018-03-15 | Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavus | kennytm | -2/+134 |
| 2018-03-14 | change never_type stabilisation version | Andrew Cann | -2/+2 |
| 2018-03-14 | Fix version number | Andrew Cann | -2/+2 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -2/+2 |
| 2018-03-13 | Add hexadecimal formatting of integers with fmt::Debug | Simon Sapin | -1/+7 |
| 2018-03-12 | Add missing examples | Guillaume Gomez | -2/+134 |
| 2018-03-12 | Add missing links | Guillaume Gomez | -4/+8 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -6/+11 |
| 2018-01-30 | Changed back inline markings. | penpalperson | -8/+0 |
| 2018-01-28 | Added inline to fmt for debug implementations of primitives. | penpalperson | -0/+10 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -1/+4 |
| 2017-12-20 | Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfackler | bors | -0/+21 |
| 2017-12-12 | Rename never_type_impls gate to never_type | Andrew Cann | -2/+2 |
| 2017-11-28 | Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez | kennytm | -0/+20 |
| 2017-11-27 | Keep access to private Formatter fields in Formatter methods | Simon Sapin | -0/+21 |
| 2017-11-26 | Document non-obvious behavior of fmt::UpperHex & co for negative integers | Simon Sapin | -0/+20 |
| 2017-11-26 | Deprecate the Formatter::flags method, fix #46237 | Simon Sapin | -0/+3 |
| 2017-11-22 | Auto merge of #45198 - oli-obk:fmt_args, r=sfackler | bors | -0/+8 |