| Age | Commit message (Expand) | Author | Lines |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -7/+5 |
| 2016-12-27 | Merge branch 'master' into escape-reason-docs | Esteban Küber | -47/+11 |
| 2016-12-26 | Remove extra lang item, exchange_free; use box_free instead. | Mark Simulacrum | -0/+1 |
| 2016-12-24 | Add missing urls in Arc docs | Guillaume Gomez | -15/+17 |
| 2016-12-20 | Inline base::malloc_raw_dyn. | Mark-Simulacrum | -0/+1 |
| 2016-12-16 | Address fallout | Aaron Turon | -31/+2 |
| 2016-12-15 | Stabilize: | Aaron Turon | -16/+7 |
| 2016-12-12 | rustdoc: escape the deprecated and unstable reason text | Esteban Küber | -4/+4 |
| 2016-12-09 | Auto merge of #37492 - japaric:no-atomics-alloc, r=brson | bors | -15/+36 |
| 2016-12-07 | Rollup merge of #38189 - GuillaumeGomez:rc_links, r=frewsxcv | Guillaume Gomez | -43/+45 |
| 2016-12-07 | Auto merge of #38149 - bluss:is-empty, r=alexcrichton | bors | -1/+9 |
| 2016-12-05 | Add missing links to Rc doc | Guillaume Gomez | -43/+45 |
| 2016-12-04 | alloc: Forward ExactSizeIterator methods in Iterator for Box<I> | Ulrik Sverdrup | -1/+9 |
| 2016-12-02 | core: Remove Self: Sized from Iterator::nth | Ulrik Sverdrup | -0/+3 |
| 2016-11-11 | [breaking-change] change the `box_free` item to accept pointers to unsized types | Oliver 'ker' Schneider | -4/+5 |
| 2016-11-10 | drop an unnecessary newline | Jorge Aparicio | -1/+0 |
| 2016-11-10 | use an 'imp' module to reduce the amount of cfgs | Jorge Aparicio | -27/+32 |
| 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/+190 |
| 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/+190 |
| 2016-10-30 | make `alloc` and `collections` compilable for thumbv6m-none-eabi | Jorge Aparicio | -0/+17 |
| 2016-10-16 | run rustfmt on various folders | Srinivas Reddy Thatiparthy | -11/+3 |
| 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-10-04 | Update Arc docs to match new Rc docs | Keegan McAllister | -145/+281 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -0/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+1 |
| 2016-09-30 | Rollup merge of #36576 - GuillaumeGomez:box_urls, r=steveklabnik | Steve Klabnik | -2/+6 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -6/+0 |
| 2016-09-21 | Tweak std::rc docs | Keegan McAllister | -160/+310 |
| 2016-09-19 | Add missing urls for Box doc | Guillaume Gomez | -2/+6 |
| 2016-09-15 | Add `pub fn ptr_eq(this: &Self, other: &Self) -> bool` to `Rc` and `Arc`. | Simon Sapin | -0/+74 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+4 |
| 2016-08-27 | Doc: explain why Box/Rc/Arc methods do not take self | Georg Brandl | -0/+16 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -8/+3 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -49/+21 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -1/+5 |
| 2016-08-21 | add example for `Rc::would_unwrap` | Matthew Piziak | -0/+17 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+5 |
| 2016-08-14 | Fix a couple of typos in RawVec | Ivan Ukhov | -3/+3 |
| 2016-07-22 | std: Ignore tests where threads outlive main | Alex Crichton | -1/+6 |
| 2016-07-15 | Rollup merge of #34733 - izgzhen:alloc-arc-doc-improve, r=steveklabnik | Guillaume Gomez | -43/+46 |
| 2016-07-12 | Rollup merge of #34740 - GuillaumeGomez:boxed_doc, r=steveklabnik | Guillaume Gomez | -3/+46 |
| 2016-07-12 | Improve arc doc, fixing #32905 | Zhen Zhang | -43/+46 |
| 2016-07-11 | Improve boxed docs | Guillaume Gomez | -3/+46 |
| 2016-07-08 | Rollup merge of #34097 - arbitrary-cat:master, r=steveklabnik | Manish Goregaokar | -1/+2 |