| Age | Commit message (Expand) | Author | Lines |
| 2015-07-10 | Add trailing , for 1-tuples | Steven Fackler | -1/+16 |
| 2015-07-08 | Change tuple Debug impls to use builders | Steven Fackler | -13/+3 |
| 2015-07-08 | Make mention of alternate flags in std::fmt traits | Steve Klabnik | -0/+43 |
| 2015-07-06 | Significantly improve formatter trait docs | Steve Klabnik | -11/+300 |
| 2015-07-01 | Auto merge of #26698 - alexcrichton:char-fmt, r=huonw | bors | -1/+8 |
| 2015-06-30 | std: Fix formatting flags for chars | Alex Crichton | -1/+8 |
| 2015-06-30 | fmt: Update docs and mention :#? pretty-printing | Ulrik Sverdrup | -1/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -15/+13 |
| 2015-06-14 | Update mod.rs | Wei-Ming Yang | -2/+2 |
| 2015-06-10 | Have std::fmt::Formatter implement std::fmt::Write. | Simon Sapin | -7/+15 |
| 2015-06-10 | Add a write_char method to std::fmt::Formatter. | Simon Sapin | -4/+8 |
| 2015-05-28 | Improve Debug documentation | Steve Klabnik | -0/+44 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -23/+23 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+45 |
| 2015-05-06 | core: made the core formatter to use a new flt2dec. | Kang Seonghoon | -332/+125 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -3/+3 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -36/+7 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -44/+66 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -44/+66 |
| 2015-04-21 | Pick a feature name for write_char | Simon Sapin | -1/+1 |
| 2015-04-21 | write_char is unlikely to make it for 1.0, it’ll be 1.1 | Simon Sapin | -1/+1 |
| 2015-04-21 | Add a `write_char` method to `std::fmt::Write` | Simon Sapin | -0/+17 |
| 2015-04-14 | rollup merge of #24379: rkruppe/fmt-negative-zero | Alex Crichton | -114/+52 |
| 2015-04-12 | Destabilize format_args! internals. | Ryan Prichard | -29/+36 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -114/+52 |
| 2015-04-11 | Auto merge of #24269 - benashford:formatting-fix, r=alexcrichton | bors | -1/+1 |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -1/+1 |
| 2015-04-09 | fmt: Assume that we'll only ever see 32 or 64 bit pointers | Richo Healey | -2/+1 |
| 2015-04-09 | fmt: {:p#} formats pointers padded to native width | Richo Healey | -1/+25 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -9/+16 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -9/+16 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -6/+0 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -90/+125 |
| 2015-03-28 | Oops fix output examples | Steven Fackler | -4/+4 |
| 2015-03-28 | Fold in debug builder doc examples | Steven Fackler | -15/+3 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -3/+3 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -16/+1 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -64/+126 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -2/+2 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -4/+4 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+7 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+5 |