| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -193/+239 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -7/+0 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-27 | Auto merge of #21586 - pyfisch:patch-1, r=alexcrichton | bors | -2/+2 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -0/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -7/+11 |
| 2015-01-25 | Add a missing fmt::Debug impl lint | Steven Fackler | -0/+1 |
| 2015-01-25 | Auto merge of #21582 - FlaPer87:rollup, r=brson | bors | -0/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -61/+106 |
| 2015-01-25 | Moving away from deprecated i/u suffixes in libcore | Alfie John | -7/+7 |
| 2015-01-24 | Spellfix for Debug trait | Pyfisch | -2/+2 |