| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-17 | Rollup merge of #22232 - alexcrichton:missing-fmt-stability, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -5/+5 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -10/+10 |
| 2015-02-12 | std: Add missing stability for core::fmt | Alex Crichton | -0/+1 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -0/+2 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-02 | std: Add some missing stability attributes | Alex Crichton | -0/+2 |
| 2015-02-02 | rollup merge of #21854: alexcrichton/try-borrow | Alex Crichton | -4/+6 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -66/+0 |
| 2015-02-01 | std: Deprecate RefCell::{try_borrow, try_borrow_mut} | Alex Crichton | -4/+6 |