| Age | Commit message (Expand) | Author | Lines |
| 2018-07-24 | Impl Executor for Box<E: Executor> | tinaun | -1/+14 |
| 2018-07-24 | Auto merge of #52189 - cuviper:static-box-leak, r=bluss | bors | -1/+3 |
| 2018-07-11 | Revert borked changes in last commit. | ljedrz | -9/+9 |
| 2018-07-10 | Add missing dyn in liballoc | ljedrz | -9/+9 |
| 2018-07-10 | Deny bare trait objects in in src/liballoc | ljedrz | -9/+9 |
| 2018-07-09 | doc: Clarify the lifetime returned by `Box::leak` | Josh Stone | -1/+3 |
| 2018-07-02 | Implemented `UnsafeFutureObj` on `Box` | Josef Reinhard Brandl | -2/+21 |
| 2018-07-02 | Implement `UnsafeFutureObj` for `&mut Future` | Josef Reinhard Brandl | -1/+3 |
| 2018-07-02 | `UnsafeFutureObj` impl for `PinMut` | Josef Reinhard Brandl | -7/+6 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -8/+9 |
| 2018-07-02 | Use `From` impls for `FutureObj<()>` | Josef Reinhard Brandl | -12/+12 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -15/+15 |
| 2018-06-26 | Add `LocalTaskObj` | Josef Reinhard Brandl | -2/+16 |
| 2018-06-13 | Improve core::task::TaskObj | Josef Reinhard Brandl | -4/+4 |
| 2018-06-08 | addressed nits | tinaun | -21/+0 |
| 2018-06-08 | add a few blanket future impls to std | tinaun | -0/+39 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+93 |
| 2018-05-22 | Make `Unpin` safe to implement | Taylor Cramer | -1/+1 |
| 2018-05-07 | Rename Pin to PinMut | Ralf Jung | -3/+3 |
| 2018-04-28 | Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik | kennytm | -0/+1 |
| 2018-04-17 | Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton | kennytm | -0/+2 |
| 2018-04-14 | Cleanup liballoc use statements | Mike Hommey | -2/+2 |
| 2018-04-11 | alloc: Mark `Box::into_unique` with `#[doc(hidden)]` | Daiki Mizukami | -0/+1 |
| 2018-04-05 | Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats | Alex Crichton | -0/+3 |
| 2018-04-05 | impl Unpin for PinBox | Wim Looman | -0/+3 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -150/+1 |
| 2018-04-02 | Use Alloc and Layout from core::heap. | Mike Hommey | -1/+2 |
| 2018-04-01 | Inline most of the code paths for conversions with boxed slices | Anthony Ramine | -0/+2 |
| 2018-03-29 | Remove unnecessary use core::hash in liballoc/boxed.rs | Mike Hommey | -2/+2 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -1/+1 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -1/+1 |
| 2018-03-19 | Auto merge of #49058 - withoutboats:pin, r=cramertj | bors | -2/+99 |
| 2018-03-18 | Update tracking issue. | boats | -12/+12 |
| 2018-03-15 | Pin and PinBox are fundamental. | boats | -0/+1 |
| 2018-03-15 | CoerceUnsized for PinBox | boats | -0/+3 |
| 2018-03-15 | Add liballoc APIs. | boats | -2/+95 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-02-10 | stabilize Box::leak: remove #![feature(box_leak)] in docs | Mazdak Farrokhzad | -4/+0 |
| 2018-02-10 | stabilize (version: 1.26.0) Box::leak, cc #46179 | Mazdak Farrokhzad | -2/+1 |
| 2018-01-24 | Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton | bors | -1/+1 |
| 2018-01-20 | Assign its own tracking issue to Box::into_raw_non_null | Simon Sapin | -1/+3 |
| 2018-01-20 | Revert Box::into_raw_non_null to unstable | Simon Sapin | -1/+1 |
| 2018-01-20 | Rename Box::into_non_null_raw to Box::into_raw_non_null | Simon Sapin | -6/+6 |
| 2018-01-20 | Remove `Box::from_non_null_raw` | Simon Sapin | -35/+3 |
| 2018-01-20 | Rename Box::*_nonnull_raw to *_non_null_raw | Simon Sapin | -11/+11 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -8/+2 |
| 2018-01-20 | Replace Box::{from,into}_unique with {from,into}_nonnull_raw | Simon Sapin | -20/+27 |
| 2018-01-09 | Make core::ops::Place an unsafe trait | Taylor Cramer | -1/+1 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -12/+4 |