| Age | Commit message (Expand) | Author | Lines |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -2/+2 |
| 2017-06-05 | Use single quotes, and doc the Rc struct itself. | Ulysse Carion | -3/+4 |
| 2017-06-03 | Explicate what "Rc" and "Arc" stand for. | Ulysse Carion | -1/+2 |
| 2017-05-22 | Update Rc and Arc documentation. | Nicolas Silva | -15/+33 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -28/+22 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -18/+1 |
| 2017-04-22 | cache attributes of items from foreign crates | Ariel Ben-Yehuda | -2/+33 |
| 2017-04-20 | Privatize Rc::is_unique | Josh Stone | -5/+1 |
| 2017-04-20 | Remove Rc::would_wrap | Josh Stone | -13/+0 |
| 2017-04-12 | Updating docs for std::rc::Rc | projektir | -33/+33 |
| 2017-03-20 | Fix up various links | steveklabnik | -1/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -13/+9 |
| 2017-03-17 | Stabilize ptr_eq feature, closes #36497 | Aaron Turon | -5/+1 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -1/+1 |
| 2017-02-13 | Fix up links | Steve Klabnik | -1/+1 |
| 2017-01-31 | In std:rc, clarify the lack of mutability inside an Rc | Federico Mena Quintero | -3/+6 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -2/+1 |
| 2016-12-16 | Address fallout | Aaron Turon | -31/+2 |
| 2016-12-15 | Stabilize: | Aaron Turon | -8/+5 |
| 2016-12-05 | Add missing links to Rc doc | Guillaume Gomez | -43/+45 |
| 2016-11-08 | Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brson | bors | -0/+79 |
| 2016-11-05 | Add `{into,from}_raw` to Rc and Arc | Cristi Cobzarenco | -0/+79 |
| 2016-10-13 | Add assert checking that allocation and deallocation sizes are equal | Vadim Petrochenkov | -3/+4 |
| 2016-10-13 | Add an unstable constructor for creating `Rc<str>` from `str` | Vadim Petrochenkov | -1/+26 |
| 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 |