| Age | Commit message (Expand) | Author | Lines |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -1/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -1/+7 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+7 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-05 | Merge remote-tracking branch 'nrc/sized-2' into rollup | Alex Crichton | -8/+8 |
| 2015-01-06 | Fallout | Nick Cameron | -8/+8 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -0/+2 |
| 2015-01-04 | auto merge of #20393 : japaric/rust/impl-any, r=aturon | bors | -1/+1 |
| 2015-01-03 | remove `Any[Mut]RefExt` traits in favor of `impl Any` | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -3/+5 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -21/+2 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -3/+5 |
| 2015-01-01 | std: Second pass stabilization for `boxed` | Alex Crichton | -3/+24 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -1/+5 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -2/+2 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -2/+2 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -1/+2 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -1/+1 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -1/+1 |
| 2014-12-20 | Implement Deref for Box | Barosl Lee | -0/+15 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+4 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -0/+9 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+4 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -4/+4 |
| 2014-12-06 | liballoc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -4/+4 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-11-22 | Any: use plain transmute instead of transmute_copy for downcasting. | Jonathan Reem | -7/+3 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -40/+0 |
| 2014-11-06 | Implement Default for Box<[T]> | Jorge Aparicio | -0/+4 |
| 2014-11-05 | DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+40 |
| 2014-10-30 | DSTify Show and all the other formatting traits | Jorge Aparicio | -1/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -6/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+3 |
| 2014-08-19 | A few minor documentation fixes | P1start | -10/+12 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -1/+4 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -2/+4 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -0/+180 |