| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-08 | Add missing example for Debug trait | Guillaume Gomez | -0/+20 |
| 2017-10-11 | Explain the `_oibit_remover` field | Oliver Schneider | -0/+7 |
| 2017-10-11 | Prevent fmt::Arguments from being shared across threads | Oliver Schneider | -0/+1 |
| 2017-10-08 | Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichton | kennytm | -2/+1 |
| 2017-10-07 | fmt: remove misleading comment fragment | Tamir Duberstein | -1/+1 |
| 2017-10-07 | fmt: remove unnecessary lint suppression | Tamir Duberstein | -1/+0 |
| 2017-10-04 | Update trait summaries for std::fmt | Barret Rennie | -8/+8 |
| 2017-09-25 | Add missing links in fmt module | Guillaume Gomez | -4/+8 |
| 2017-09-21 | Less confusing placeholder when RefCell is exclusively borrowed | David Tolnay | -1/+11 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-13 | Don't inline debug methods | Steven Fackler | -5/+0 |
| 2017-07-18 | Rollup merge of #42837 - rthomas:29355-error, r=steveklabnik | Mark Simulacrum | -0/+16 |
| 2017-07-13 | Update docs on Error struct. #29355 | Ryan Thomas | -0/+16 |