| Age | Commit message (Expand) | Author | Lines |
| 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 | -7/+6 |
| 2017-10-08 | Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnik | kennytm | -8/+8 |
| 2017-10-07 | fmt: remove misleading comment fragment | Tamir Duberstein | -1/+1 |
| 2017-10-07 | fmt: DRY | Tamir Duberstein | -5/+5 |
| 2017-10-07 | fmt: remove unnecessary lint suppression | Tamir Duberstein | -1/+0 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -1/+0 |
| 2017-10-04 | Update trait summaries for std::fmt | Barret Rennie | -8/+8 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -1/+0 |
| 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-29 | Use a byte literal ASCII 0 instead of its decimal value | David Tolnay | -1/+1 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -5/+5 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -15/+15 |
| 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 |
| 2017-07-12 | Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturon | Mark Simulacrum | -2/+7 |
| 2017-07-04 | Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomez | Mark Simulacrum | -10/+129 |
| 2017-07-02 | Add docs for Debug* structs. #29355 | Ryan Thomas | -10/+129 |
| 2017-07-02 | Implement Eq/Hash/Debug etc. for unsized tuples. | Masaki Hara | -2/+7 |
| 2017-06-22 | Update docs for fmt::write. | Ryan Thomas | -7/+4 |
| 2017-05-09 | fix confusion about parts required for float formatting | Nathan Froyd | -4/+4 |
| 2017-04-28 | fmt: use mem::uninitialized for float formatting buffers | Nathan Froyd | -22/+34 |
| 2017-04-28 | fmt: use the minimum parts array size | Nathan Froyd | -4/+4 |
| 2017-04-28 | fmt: reduce the stack space required by float formatting | Nathan Froyd | -16/+66 |
| 2017-04-20 | Remove num::{Zero,One} | Josh Stone | -2/+3 |
| 2017-04-09 | Added doc comments for fmt::Result | mandeep | -1/+24 |
| 2017-03-15 | Change how the 0 flag works in format! for floats | Piotr Jawniak | -1/+4 |
| 2017-03-15 | Change how the `0` flag works in format! | Piotr Jawniak | -0/+1 |
| 2017-03-10 | Add missing example for Display::fmt | Guillaume Gomez | -1/+20 |
| 2017-02-28 | Add missing docs and examples for fmt::Write | Guillaume Gomez | -9/+62 |
| 2017-02-12 | Fix some typos in the core::fmt docs. | Ahmed Charles | -2/+2 |
| 2017-02-09 | name anonymous fn parameters in libcore traits | Trevor Spiteri | -9/+9 |
| 2017-02-07 | Improve fmt float | Son | -83/+98 |
| 2017-02-03 | Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -7/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -7/+1 |
| 2017-02-02 | remove the wrapping arithmetics | Michał Krasnoborski | -10/+5 |
| 2017-02-01 | Adjust heuristics to better handle "{}..." format strings. | Michał Krasnoborski | -9/+12 |
| 2017-01-28 | use `String::with_capacity` in `format!` | Michał Krasnoborski | -0/+28 |
| 2016-12-30 | 40 -> 39, as ceil(log10(2^128)) == 39 | est31 | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -5/+16 |
| 2016-12-16 | Address fallout | Aaron Turon | -5/+5 |
| 2016-11-28 | Make core::fmt::Void a non-empty type. | Andrew Cann | -1/+3 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -2/+2 |
| 2016-10-01 | impl Debug for raw pointers to unsized data | Alex Burka | -2/+2 |
| 2016-09-30 | Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -13/+5 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -1/+1 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -1/+1 |