| Age | Commit message (Expand) | Author | Lines |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -5/+36 |
| 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 | -6/+36 |
| 2017-04-20 | Privatize Rc::is_unique | Josh Stone | -5/+1 |
| 2017-04-20 | Remove Rc::would_wrap | Josh Stone | -13/+0 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -1/+50 |
| 2017-04-13 | Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton | Corey Farwell | -33/+33 |
| 2017-04-12 | Updating docs for std::rc::Rc | projektir | -33/+33 |
| 2017-04-12 | Updating docs for std::sync::Weak #29377 | projektir | -33/+33 |
| 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 |