| Age | Commit message (Expand) | Author | Lines |
| 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 | -50/+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-12-02 | let FIXME refer to tracking issue | Ralf Jung | -1/+1 |
| 2018-11-27 | add comments explaining our uses of get_ref/get_mut for MaybeUninit | Ralf Jung | -0/+3 |
| 2018-11-23 | use MaybeUninit in core::fmt | Ralf Jung | -13/+14 |
| 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 | -14/+14 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -14/+13 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -13/+14 |
| 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 | -12/+12 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -7/+7 |
| 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-07 | Add explanation for #[must_use] on Debug builders | Manish Goregaokar | -5/+5 |
| 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-26 | Rollup merge of #49103 - glandium:uninitialized, r=cramertj | Tim Neumann | -1/+1 |
| 2018-03-25 | Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik | kennytm | -6/+66 |
| 2018-03-23 | Rollup merge of #49102 - glandium:decimal, r=aturon | Alex Crichton | -5/+0 |
| 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-20 | Rollup merge of #49099 - glandium:master, r=sfackler | kennytm | -17/+15 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -2/+14 |
| 2018-03-17 | Use associated consts for GenericRadix base and prefix | Mike Hommey | -17/+15 |
| 2018-03-17 | Use an uninitialized buffer in GenericRadix::fmt_int, like in Display::fmt fo... | Mike Hommey | -1/+1 |
| 2018-03-17 | Remove core::fmt::num::Decimal | Mike Hommey | -5/+0 |
| 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 | -2/+14 |
| 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 | -9/+0 |
| 2018-01-28 | Added inline to fmt for debug implementations of primitives. | penpalperson | -0/+12 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -1/+4 |