| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -1/+1 |
| 2016-02-04 | Fix unclear make_mut docs | Richard Bradfield | -3/+3 |
| 2016-01-20 | Fix incorrect stability annotations for arc::Weak | Sebastian Hahn | -4/+4 |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -4/+5 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -0/+36 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -4/+5 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-12-19 | Have to use Weak instead of Arc in Weak::new() example | Sebastian Hahn | -1/+1 |
| 2015-12-19 | Address review comments | Sebastian Hahn | -4/+3 |
| 2015-12-19 | Implement arc::Weak::new() | Sebastian Hahn | -0/+37 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -7/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -7/+0 |
| 2015-12-09 | fixed a typo in comments | Tianyi Wang | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -18/+19 |
| 2015-11-24 | Add overflow check to `arc::Weak::upgrade` | Andrew Paseltiner | -0/+5 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -18/+19 |
| 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 | -15/+0 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -1/+4 |