| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -8/+8 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -8/+0 |
| 2015-01-16 | Don't use NoSend/NoSync in liballoc | Flavio Percoco | -0/+159 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -13/+13 |
| 2015-01-07 | rollup merge of #20722: alexcrichton/audit-show | Alex Crichton | -0/+7 |
| 2015-01-07 | std: Tweak String implementations | Alex Crichton | -0/+7 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -12/+23 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -1/+1 |
| 2015-01-07 | markers -> marker | Nick Cameron | -12/+12 |
| 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 | -12/+12 |
| 2015-01-05 | Revert "Remove i suffix in docs" | Alex Crichton | -27/+27 |
| 2015-01-05 | rollup merge of #20560: aturon/stab-2-iter-ops-slice | Alex Crichton | -3/+3 |
| 2015-01-05 | Remove i suffix in docs | Steve Klabnik | -27/+27 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -3/+3 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -4/+4 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -1/+3 |
| 2015-01-01 | Reviewer change | Nick Cameron | -5/+1 |
| 2015-01-01 | Add some impls of Show (RefCell, Weak, some resolve types) | Nick Cameron | -0/+11 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -4/+4 |
| 2014-12-29 | rollup merge of #20248: steveklabnik/gh20038 | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -1/+2 |
| 2014-12-28 | libcore: Make it unsafe to create NonZero and impl Deref. | Luqman Aden | -21/+8 |
| 2014-12-28 | liballoc: Use NonZero in Rc. | Luqman Aden | -15/+29 |
| 2014-12-26 | s/task/thread/g | Steve Klabnik | -1/+1 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #19944: steveklabnik/doc_sync_arc | Alex Crichton | -17/+14 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -1/+1 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+1 |
| 2014-12-16 | Improve Arc<T> documentation, and Rc<T> docs a bit | Steve Klabnik | -17/+14 |
| 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/+1 |
| 2014-12-08 | Implemented BorrowFrom<Rc<T>> for T. | Aaron Weiss | -0/+7 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -4/+7 |
| 2014-11-25 | Document liballoc::rc | Steve Klabnik | -57/+296 |
| 2014-11-21 | Shuffle locations for Deref | Alexander Light | -41/+27 |
| 2014-11-21 | Add `weak_count` and `strong_count` to Rc and Arc | Alexander Light | -2/+59 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -3/+1 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -8/+0 |
| 2014-08-19 | A few minor documentation fixes | P1start | -148/+148 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -7/+7 |
| 2014-08-01 | Add is_unique(), try_unwrap(), get_mut() to alloc::rc | Kevin Ballard | -9/+116 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -5/+5 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -1/+0 |
| 2014-07-18 | alloc: Stabilize rc module. | Brian Anderson | -1/+18 |
| 2014-07-01 | Improve rustdocs for Rc, add examples | Alisdair Owens | -9/+134 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -0/+5 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -0/+5 |
| 2014-06-29 | alloc: impl Default for Rc | Erick Tryzelaar | -0/+8 |