| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-17 | Remove some trivial `transmute`s | Andrew Paseltiner | -1/+1 |
| 2015-10-11 | Run rustfmt on liballoc. | Ahmed Charles | -4/+16 |
| 2015-10-02 | std: Add AsRef/AsMut impls to Box/Rc/Arc | Alex Crichton | -0/+10 |
| 2015-09-25 | Auto merge of #28610 - nrc:fmt6, r=brson | bors | -34/+67 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -2/+1 |
| 2015-09-24 | manual fixups | Nick Cameron | -3/+2 |
| 2015-09-24 | rustfmt liballoc | Nick Cameron | -34/+68 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -11/+3 |
| 2015-08-22 | Move the Borrow and BorrowMut traits to libcore. | Simon Sapin | -0/+8 |
| 2015-08-15 | alloc: Add issues for all unstable features | Alex Crichton | -6/+12 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -26/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-30 | Auto merge of #27371 - Gankro:str-clone, r=alexcrichton | bors | -0/+13 |
| 2015-07-29 | implement Clone for Box<str>, closes #27323 | Alexis Beingessner | -0/+13 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -4/+8 |
| 2015-07-28 | Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro | bors | -1/+54 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -1/+1 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -1/+54 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+3 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -4/+8 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -1/+1 |
| 2015-07-23 | fix doc-tests by opting into `placement_in_syntax` feature where necessary. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -5/+102 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -1/+1 |
| 2015-07-13 | Update boxed.rs | Wei-Ming Yang | -2/+2 |
| 2015-07-11 | Update boxed.rs | Wei-Ming Yang | -2/+2 |
| 2015-06-26 | Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc... | Ms2ger | -4/+2 |
| 2015-06-17 | Add comment about stabilizing CString::from_ptr | Alex Crichton | -0/+2 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Move free-functions to associated functions | Alex Crichton | -3/+26 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -4/+4 |