| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Rename `heap` modules in the core, alloc, and std crates to `alloc` | Simon Sapin | -2/+6 |
| 2018-04-12 | Inline docs for the heap module’s reexports | Simon Sapin | -0/+2 |
| 2018-04-12 | Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAus | bors | -4/+5 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -25/+36 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -2/+1 |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -7/+23 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -9/+9 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -2/+2 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -11/+7 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -0/+1 |
| 2018-04-11 | alloc: Mark `Box::into_unique` with `#[doc(hidden)]` | Daiki Mizukami | -0/+1 |
| 2018-04-09 | Add trivial early return for sort_by_cached_key | varkor | -0/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -5/+0 |
| 2018-04-08 | Remove inline on Vec::shrink_to_fit as asked by Alex | Anthony Ramine | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -4/+1 |
| 2018-04-07 | Inject the `compiler_builtins` crate whenever the `core` crate is injected | Oliver Schneider | -0/+1 |
| 2018-04-05 | Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats | Alex Crichton | -0/+3 |
| 2018-04-05 | impl Unpin for PinBox | Wim Looman | -0/+3 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+1 |
| 2018-04-05 | Auto merge of #49684 - kennytm:rollup, r=kennytm | bors | -26/+55 |
| 2018-04-05 | Rollup merge of #49496 - glandium:master, r=sfackler | kennytm | -26/+55 |
| 2018-04-05 | Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis | bors | -1/+1 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -1/+1 |
| 2018-04-04 | Replace manual iter exhaust with for_each(drop). | Clar Charr | -10/+6 |
| 2018-04-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -1/+0 |
| 2018-04-04 | Rollup merge of #49577 - tmccombs:string-splice-stabilize, r=TimNN | kennytm | -21/+20 |
| 2018-04-04 | Rollup merge of #49559 - djc:resize-with, r=TimNN | kennytm | -7/+57 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -0/+1 |
| 2018-04-03 | Introduce Vec::resize_with method (see #41758) | Dirkjan Ochtman | -7/+57 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -680/+11 |
| 2018-04-02 | Merge remote-tracking branch 'upstream/master' into string-splice-stabilize | Thayne McCombs | -5/+10 |
| 2018-04-02 | Stabilize iter_rfold in 1.27.0 | Josh Stone | -1/+0 |
| 2018-04-02 | Use Alloc and Layout from core::heap. | Mike Hommey | -5/+10 |
| 2018-04-01 | Stabilize String::replace_range | Thayne McCombs | -21/+20 |
| 2018-04-02 | Add vec!['\0'; n] optimization, like vec![0; n] | Mike Hommey | -0/+2 |
| 2018-04-02 | Add vec![ptr::null{,_mut}(); n] optimization, like vec![0; n] | Mike Hommey | -26/+53 |
| 2018-04-01 | Inline most of the code paths for conversions with boxed slices | Anthony Ramine | -1/+11 |
| 2018-03-31 | Deprecate offset_to; switch core&alloc to using offset_from instead | Scott McMurray | -4/+5 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -1086/+5 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 |
| 2018-03-30 | Rollup merge of #49468 - glandium:cleanup, r=pnkfelix | kennytm | -2/+2 |
| 2018-03-30 | Rollup merge of #49466 - glandium:master, r=rkruppe | kennytm | -2/+2 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -1086/+5 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -171/+15 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -59/+8 |
| 2018-03-29 | Remove unnecessary use core::hash in liballoc/boxed.rs | Mike Hommey | -2/+2 |
| 2018-03-29 | Use f{32,64}::to_bits for is_zero test in vec::SpecFromElem | Mike Hommey | -2/+2 |
| 2018-03-28 | Rollup merge of #49452 - frewsxcv:frewsxcv-vec-cap-len, r=dtolnay | kennytm | -3/+4 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -2/+113 |