| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -7/+9 |
| 2015-07-30 | Auto merge of #27371 - Gankro:str-clone, r=alexcrichton | bors | -0/+14 |
| 2015-07-30 | Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton | bors | -7/+42 |
| 2015-07-29 | implement Clone for Box<str>, closes #27323 | Alexis Beingessner | -0/+14 |
| 2015-07-29 | make Arc mem::forget safe | Alexis Beingessner | -4/+26 |
| 2015-07-29 | make Rc mem::forget safe | Alexis Beingessner | -3/+16 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -22/+44 |
| 2015-07-28 | Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro | bors | -1/+55 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -3/+1 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -1/+55 |
| 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 | -22/+44 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -1/+1 |
| 2015-07-27 | Register new snapshots (2015-07-26 a5c12f4). | Eduard Burtescu | -2/+0 |
| 2015-07-23 | fix doc-tests by opting into `placement_in_syntax` feature where necessary. | Felix S. Klock II | -1/+1 |
| 2015-07-23 | Review feedback: add unstable marker to Placer API and put in bound that now ... | Felix S. Klock II | -0/+3 |
| 2015-07-22 | address review feedback: remove dupe feature opt-in. | Felix S. Klock II | -1/+0 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -0/+2 |