| Age | Commit message (Expand) | Author | Lines |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -1/+1 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-07-28 | Rename State to GeneratorState | John Kåre Alsaker | -2/+2 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -4/+4 |
| 2017-07-28 | Fill in generator tracking issue in a few more locations | Alex Crichton | -1/+1 |
| 2017-07-28 | std: Add forwarding impls of `Generator` trait | Alex Crichton | -1/+12 |
| 2017-07-22 | Add Box::into_unique | Simon Sapin | -0/+31 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -2/+2 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -14/+13 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+3 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+2 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -1/+1 |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -5/+13 |
| 2017-03-08 | Box docs: no allocation is done for ZSTs. | Clar Charr | -0/+2 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+8 |
| 2017-02-06 | Direct conversions between slices and boxes. | Clar Charr | -0/+17 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -1/+0 |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -0/+8 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -0/+1 |
| 2016-12-12 | rustdoc: escape the deprecated and unstable reason text | Esteban Küber | -4/+4 |
| 2016-12-07 | Auto merge of #38149 - bluss:is-empty, r=alexcrichton | bors | -1/+8 |
| 2016-12-04 | alloc: Forward ExactSizeIterator methods in Iterator for Box<I> | Ulrik Sverdrup | -1/+8 |
| 2016-12-02 | core: Remove Self: Sized from Iterator::nth | Ulrik Sverdrup | -0/+3 |
| 2016-09-19 | Add missing urls for Box doc | Guillaume Gomez | -2/+6 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-27 | Doc: explain why Box/Rc/Arc methods do not take self | Georg Brandl | -0/+4 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -7/+2 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+4 |
| 2016-07-11 | Improve boxed docs | Guillaume Gomez | -3/+46 |
| 2016-05-28 | rustfmt liballoc folder | Srinivas Reddy Thatiparthy | -2/+3 |
| 2016-05-12 | fix tidy | Alex Burka | -4/+8 |
| 2016-05-12 | update "reason" for fnbox feature gate | Alex Burka | -4/+4 |
| 2016-03-11 | alloc: Add unstable issue for FnBox APIs | Alex Crichton | -4/+4 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -1/+1 |
| 2016-01-14 | Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | Rollup merge of #30910 - tshepang:improve-description, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | doc: that suffix serves as mere distraction | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "x" is used as variable name on this API, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "moves" has a specific meaning in Rust, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-13 | Improve grammar of Box::{into,from}_raw docs | Jake Goulding | -14/+14 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+0 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -8/+6 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+22 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+8 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -1/+1 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -2/+0 |
| 2015-11-04 | liballoc: implement From for Box, Rc, Arc | Alexander Bulaev | -0/+8 |