| Age | Commit message (Expand) | Author | Lines |
| 2017-08-10 | Fix broken links in Arc documentation | Justin Browne | -1/+1 |
| 2017-07-22 | Add Box::into_unique | Simon Sapin | -2/+2 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -3/+3 |
| 2017-07-20 | Add test test_weak_count_locked | Jacques-Henri Jourdan | -0/+19 |
| 2017-07-18 | Fix in weak_count in Arc. | Jacques-Henri Jourdan | -1/+4 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -4/+6 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -2/+3 |
| 2017-06-05 | Use single quotes, and doc the Rc struct itself. | Ulysse Carion | -2/+2 |
| 2017-06-03 | Explicate what "Rc" and "Arc" stand for. | Ulysse Carion | -1/+2 |
| 2017-05-22 | Update Rc and Arc documentation. | Nicolas Silva | -13/+31 |
| 2017-05-09 | Improve docs on Arc<T> and Send/Sync | steveklabnik | -10/+29 |
| 2017-05-05 | Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton | Corey Farwell | -18/+13 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -18/+13 |
| 2017-05-03 | Document the reasoning for the Acquire/Release handshake when dropping Arcs. | Bobby Holley | -0/+11 |
| 2017-04-12 | Updating docs for std::sync::Weak #29377 | projektir | -33/+33 |
| 2017-03-20 | Fix up various links | steveklabnik | -1/+1 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -1/+4 |
| 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-02-20 | Revert "Fix up links" | Steve Klabnik | -1/+1 |
| 2017-02-13 | Fix up links | Steve Klabnik | -1/+1 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -1/+1 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -2/+1 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -2/+1 |
| 2016-12-24 | Add missing urls in Arc docs | Guillaume Gomez | -15/+17 |
| 2016-12-15 | Stabilize: | Aaron Turon | -8/+2 |
| 2016-11-09 | Auto merge of #37657 - steveklabnik:rollup, r=steveklabnik | bors | -5/+11 |
| 2016-11-08 | Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brson | bors | -0/+79 |
| 2016-11-08 | More proeminent warning in Arc::{strong,weak}_count docs. | Simon Sapin | -5/+11 |
| 2016-11-06 | Add a comment to `Arc::MAX_REFCOUNT` | Daan Sprenkels | -0/+4 |
| 2016-11-05 | Add `{into,from}_raw` to Rc and Arc | Cristi Cobzarenco | -0/+79 |
| 2016-10-04 | Update Arc docs to match new Rc docs | Keegan McAllister | -145/+281 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+1 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -2/+0 |
| 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 for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+2 |
| 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 | -17/+2 |
| 2016-07-22 | std: Ignore tests where threads outlive main | Alex Crichton | -1/+6 |
| 2016-07-12 | Improve arc doc, fixing #32905 | Zhen Zhang | -43/+46 |
| 2016-05-28 | rustfmt liballoc folder | Srinivas Reddy Thatiparthy | -9/+13 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -29/+32 |
| 2016-04-07 | Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss | Manish Goregaokar | -24/+20 |
| 2016-04-05 | Fix infinite loop in Arc::downgrade | Amanieu d'Antras | -0/+1 |
| 2016-04-05 | Remove strange names created by lack of privacy-conscious name lookup | Tobias Bucher | -24/+20 |
| 2016-03-31 | Change Arc to use compare_exchange instead of compare_and_swap | Amanieu d'Antras | -17/+20 |
| 2016-03-10 | first round of removal of integer suffixes | srinivasreddy | -4/+4 |
| 2016-03-09 | Clarify that try_unwrap needs exactly one | Steve Klabnik | -2/+3 |
| 2016-02-11 | Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichton | bors | -1/+1 |