| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -0/+1 |
| 2017-11-01 | De-stabilize core::slice::{from_ref, from_ref_mut}. | whitequark | -0/+1 |
| 2017-10-09 | usize index message for vec | Guillaume Gomez | -0/+1 |
| 2017-09-21 | Auto merge of #44682 - bluss:iter-rfold, r=dtolnay | bors | -0/+1 |
| 2017-09-18 | alloc: Implement rfold for VecDeque iterators | Ulrik Sverdrup | -0/+1 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -1/+1 |
| 2017-08-29 | Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushi | bors | -0/+1 |
| 2017-08-28 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+1 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -2/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-21 | Add [T]::swap_with_slice | Scott McMurray | -1/+1 |
| 2017-07-28 | Fix tests | Alex Crichton | -1/+1 |
| 2017-07-28 | std: Add forwarding impls of `Generator` trait | Alex Crichton | -0/+1 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -4/+0 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `manually_drop` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+1 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -2/+2 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -4/+2 |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -1/+0 |
| 2017-07-02 | Fix lint errors | Stjepan Glavina | -1/+0 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -1/+50 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -50/+1 |
| 2017-06-15 | Add API for `Alloc` trait. | Felix S. Klock II | -0/+4 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -10/+150 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-04-26 | Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi | bors | -0/+2 |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -0/+2 |
| 2017-04-22 | cache attributes of items from foreign crates | Ariel Ben-Yehuda | -0/+1 |
| 2017-01-28 | Fix typo in liballoc/lib.rs | Denis Andrejew | -1/+1 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -1/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -1/+2 |
| 2016-12-09 | Auto merge of #37492 - japaric:no-atomics-alloc, r=brson | bors | -0/+2 |
| 2016-12-04 | alloc: Forward ExactSizeIterator methods in Iterator for Box<I> | Ulrik Sverdrup | -0/+1 |
| 2016-11-05 | Add `{into,from}_raw` to Rc and Arc | Cristi Cobzarenco | -0/+4 |
| 2016-10-30 | make `alloc` and `collections` compilable for thumbv6m-none-eabi | Jorge Aparicio | -0/+2 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -1/+1 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -1/+1 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -1/+0 |
| 2016-03-31 | Change Arc to use compare_exchange instead of compare_and_swap | Amanieu d'Antras | -0/+1 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -4/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-02-21 | Fix liballoc dependencies | John Kåre Alsaker | -7/+0 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -8/+5 |