| Age | Commit message (Expand) | Author | Lines |
| 2017-03-20 | Fix up various links | steveklabnik | -2/+2 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -1/+4 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -26/+18 |
| 2017-03-17 | Stabilize ptr_eq feature, closes #36497 | Aaron Turon | -10/+2 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-03-08 | Box docs: no allocation is done for ZSTs. | Clar Charr | -0/+2 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -2/+2 |
| 2017-02-15 | Auto merge of #39594 - clarcharr:cstr_box, r=aturon | bors | -0/+8 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+8 |
| 2017-02-13 | Fix up links | Steve Klabnik | -2/+2 |
| 2017-02-06 | Direct conversions between slices and boxes. | Clar Charr | -0/+40 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -9/+0 |
| 2017-02-02 | Rollup merge of #39299 - federicomenaquintero:master, r=GuillaumeGomez | Guillaume Gomez | -3/+6 |
| 2017-01-31 | In std:rc, clarify the lack of mutability inside an Rc | Federico Mena Quintero | -3/+6 |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -0/+8 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -0/+1 |
| 2017-01-28 | Fix typo in liballoc/lib.rs | Denis Andrejew | -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 | -7/+5 |
| 2017-01-09 | Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 | bors | -4/+4 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38587 - GuillaumeGomez:arc_docs, r=frewsxcv | Alex Crichton | -15/+17 |
| 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 |