| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-12 | Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton | bors | -1/+422 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-11 | Switch to a specific feature | Steven Fackler | -10/+10 |
| 2015-03-10 | Remove inline silliness from debug builders | Steven Fackler | -60/+11 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -1/+23 |
| 2015-03-09 | Restructure debug builders to minimize codegen | Steven Fackler | -18/+58 |
| 2015-03-09 | Implement RFC 640 | Steven Fackler | -1/+409 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -6/+6 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton | Manish Goregaokar | -12/+9 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -2/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-28 | Cleanup in the fmt::num module | Ryan Prichard | -12/+9 |
| 2015-02-28 | Fix assuming 32-bit pointers | John Hodge | -1/+1 |
| 2015-02-27 | register snapshot 880fb89 | Flavio Percoco | -19/+0 |
| 2015-02-24 | Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton | Manish Goregaokar | -36/+55 |
| 2015-02-23 | int audit - libcore::fmt | Nick Cameron | -36/+55 |
| 2015-02-21 | Kill fmt::Show and fmt::String with fire! | Simonas Kazlauskas | -32/+0 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -1/+6 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -10/+10 |