| Age | Commit message (Expand) | Author | Lines |
| 2016-10-04 | Apply some Arc doc changes to Rc | Keegan McAllister | -11/+21 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -2/+0 |
| 2016-09-21 | Tweak std::rc docs | Keegan McAllister | -160/+310 |
| 2016-09-15 | Add `pub fn ptr_eq(this: &Self, other: &Self) -> bool` to `Rc` and `Arc`. | Simon Sapin | -0/+37 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-27 | Doc: explain why Box/Rc/Arc methods do not take self | Georg Brandl | -0/+6 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -22/+16 |
| 2016-08-21 | add example for `Rc::would_unwrap` | Matthew Piziak | -0/+17 |
| 2016-07-08 | Rollup merge of #34097 - arbitrary-cat:master, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2016-07-07 | Changed wording per aturon's comments. | Sam Payson | -1/+2 |
| 2016-06-05 | Update rc.rs | Frank McSherry | -1/+1 |
| 2016-06-05 | Revise wording in Rc documentation. | Sam Payson | -1/+1 |
| 2016-05-28 | rustfmt liballoc folder | Srinivas Reddy Thatiparthy | -4/+4 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -28/+31 |
| 2016-04-05 | Remove strange names created by lack of privacy-conscious name lookup | Tobias Bucher | -23/+19 |
| 2016-03-10 | first round of removal of integer suffixes | srinivasreddy | -2/+2 |
| 2016-03-09 | Clarify that try_unwrap needs exactly one | Steve Klabnik | -2/+3 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -1/+1 |
| 2016-01-20 | Fix incorrect stability annotations for Weak | Sebastian Hahn | -4/+4 |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -4/+6 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -1/+38 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -4/+6 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-12-19 | Address review comments | Sebastian Hahn | -2/+1 |
| 2015-12-19 | Rename Weak::new_downgraded to Weak::new | Sebastian Hahn | -4/+4 |
| 2015-12-19 | use core::mem::unintialized instead of uninit intrinsic | Sebastian Hahn | -3/+3 |
| 2015-12-19 | Fix doctest failure | Sebastian Hahn | -1/+3 |
| 2015-12-18 | Implement Weak::new_downgraded() (#30425) | Sebastian Hahn | -1/+37 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -8/+0 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -10/+10 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -10/+10 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+7 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+16 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -1/+1 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -14/+0 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -2/+6 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-04 | liballoc: implement From for Box, Rc, Arc | Alexander Bulaev | -0/+30 |
| 2015-11-02 | remove #![feature(rc_unique)] from Rc docs | Alex Burka | -3/+0 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -2/+2 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -5/+6 |
| 2015-10-11 | Run rustfmt on liballoc. | Ahmed Charles | -7/+5 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+1 |
| 2015-10-09 | Added the param-blindness attribute to `Rc` and `Arc`. | Felix S. Klock II | -0/+1 |
| 2015-10-02 | std: Add AsRef/AsMut impls to Box/Rc/Arc | Alex Crichton | -0/+5 |
| 2015-09-24 | Better function calls | Nick Cameron | -2/+6 |
| 2015-09-24 | rustfmt liballoc | Nick Cameron | -23/+48 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -26/+18 |
| 2015-09-03 | doc: reduce indentation of examples to 4 spaces | Tshepang Lekhonkhobe | -7/+7 |