| Age | Commit message (Expand) | Author | Lines |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -1/+0 |
| 2015-01-16 | Docs fallout | Flavio Percoco | -2/+3 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -3/+3 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -2/+2 |
| 2015-01-07 | markers -> marker | Nick Cameron | -3/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -11/+0 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -3/+3 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -3/+3 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -8/+0 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -3/+7 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -3/+7 |
| 2015-01-01 | std: Second pass stabilization of sync | Alex Crichton | -0/+2 |
| 2015-01-01 | Add some impls of Show (RefCell, Weak, some resolve types) | Nick Cameron | -0/+11 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -2/+2 |
| 2014-12-29 | Implement Send for Cell and RefCell | Steven Fackler | -5/+7 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -2/+2 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -2/+2 |
| 2014-12-19 | Stabilize cell | Aaron Turon | -19/+13 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -2/+4 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -2/+4 |
| 2014-12-15 | Remove internal uses of `marker::NoCopy` | Jorge Aparicio | -2/+0 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-11-30 | Simplify `RefCell` code a bit, make `deref` a no-op. | Tobias Bucher | -43/+75 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -4/+12 |
| 2014-11-20 | Add comment on why `RefCell::unwrap` is safe | Tobias Bucher | -0/+3 |
| 2014-11-16 | rollup merge of #18970: aturon/fixup-stable | Jakub Bukaj | -1/+3 |
| 2014-11-16 | rollup merge of #18960: stepancheg/cell-default | Jakub Bukaj | -0/+15 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -1/+3 |
| 2014-11-14 | impl Default for Cell and RefCell | Stepan Koltsov | -0/+15 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -4/+4 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-24 | Add as_unsafe_cell() for Cell and RefCell | Keegan McAllister | -0/+22 |
| 2014-10-09 | core: Convert statics to constants | Alex Crichton | -2/+2 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -20/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+20 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -5/+5 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -5/+82 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -3/+21 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -129/+0 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -13/+13 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -0/+17 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -5/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-28 | Silence warning in RefCell test suite | Keegan McAllister | -0/+1 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -14/+18 |