| Age | Commit message (Expand) | Author | Lines |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -39/+37 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+36 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+40 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -3/+3 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -1/+1 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -29/+0 |
| 2015-11-12 | liballoc: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -3/+10 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -4/+0 |
| 2015-11-04 | liballoc: implement From for Box, Rc, Arc | Alexander Bulaev | -0/+69 |
| 2015-11-02 | remove #![feature(rc_unique)] from Rc docs | Alex Burka | -3/+0 |
| 2015-10-30 | Auto merge of #29454 - stepancheg:vec-reserve, r=bluss | bors | -3/+49 |
| 2015-10-31 | Fix excessive memory allocation in RawVec::reserve | Stepan Koltsov | -3/+49 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -4/+4 |
| 2015-10-30 | expose drop_in_place as ptr::drop_in_place | Alexis Beingessner | -0/+2 |
| 2015-10-30 | Typo fix | Simon Sapin | -1/+1 |
| 2015-10-17 | Remove some trivial `transmute`s | Andrew Paseltiner | -1/+1 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -10/+13 |
| 2015-10-15 | Fix minor error in Arc docs | Matt Brubeck | -1/+1 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -5/+5 |
| 2015-10-11 | Run rustfmt on liballoc. | Ahmed Charles | -25/+39 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+8 |
| 2015-10-09 | Added the param-blindness attribute to `Rc` and `Arc`. | Felix S. Klock II | -0/+2 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+6 |
| 2015-10-02 | std: Add AsRef/AsMut impls to Box/Rc/Arc | Alex Crichton | -0/+20 |
| 2015-09-25 | Auto merge of #28610 - nrc:fmt6, r=brson | bors | -106/+258 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -2/+1 |
| 2015-09-24 | Better function calls | Nick Cameron | -10/+32 |
| 2015-09-24 | manual fixups | Nick Cameron | -4/+5 |
| 2015-09-24 | rustfmt liballoc | Nick Cameron | -115/+244 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -1/+1 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -55/+35 |
| 2015-09-03 | doc: reduce indentation of examples to 4 spaces | Tshepang Lekhonkhobe | -7/+7 |
| 2015-08-22 | Move the Borrow and BorrowMut traits to libcore. | Simon Sapin | -0/+18 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -2/+2 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+1 |
| 2015-08-19 | don't do deprecations yet | Alexis Beingessner | -5/+0 |
| 2015-08-19 | Rework Arc for FCP of #27718 | Alexis Beingessner | -71/+118 |
| 2015-08-19 | Rework Rc for FCP of #27718 | Alexis Beingessner | -82/+117 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -2/+2 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -0/+1 |
| 2015-08-15 | alloc: Add issues for all unstable features | Alex Crichton | -27/+44 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -6/+5 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -375/+25 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -210/+79 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -12/+0 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -12/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -1/+1 |