| Age | Commit message (Expand) | Author | Lines |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -3/+3 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 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-23 | int audit - libcore::fmt | Nick Cameron | -11/+11 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -1/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -5/+5 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -2/+2 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Moving away from deprecated i/u suffixes in libcore | Alfie John | -3/+3 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | core: merge DoubleEndedIteratorExt into IteratorExt | Jorge Aparicio | -1/+1 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -10/+10 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 |
| 2014-12-31 | core: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-30 | Register new snapshots | Alex Crichton | -9/+0 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -2/+2 |
| 2014-12-27 | Fallout of changing format_args!(f, args) to f(format_args!(args)). | Eduard Burtescu | -0/+7 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -5/+5 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -1/+1 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-13 | libcore: use unboxed closures in `float_to_str_bytes_common` | Jorge Aparicio | -3/+6 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+1 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -30/+30 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -30/+30 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -4/+4 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -3/+3 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -4/+4 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -3/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |