| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -924/+6152 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+1 |
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -3/+6 |
| 2018-04-12 | Move core::char::printable to core::unicode::printable | Simon Sapin | -4/+4 |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -58/+0 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -189/+173 |
| 2018-04-12 | Remove the CharExt trait, now that libcore has inherent methods for char | Simon Sapin | -190/+107 |
| 2018-04-12 | Move the rest of core::unicode::char to core::unicode | Simon Sapin | -274/+266 |
| 2018-04-12 | Move char conversions into a separate private module. | Simon Sapin | -290/+315 |
| 2018-04-12 | Move char decoding iterators into a separate private module. | Simon Sapin | -249/+265 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -23/+16 |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -3/+258 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -0/+4784 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -0/+309 |
| 2018-04-12 | Move char::REPLACEMENT_CHARACTER to libcore | Simon Sapin | -0/+8 |
| 2018-04-11 | Rollup merge of #49575 - tmccombs:option-filter-stabilize, r=withoutboats | kennytm | -3/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -5/+0 |
| 2018-04-09 | std: Be sure to modify atomics in tests | Alex Crichton | -4/+6 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -3/+5 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -5/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -85/+3 |
| 2018-04-05 | Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats | Alex Crichton | -0/+3 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -3/+5 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -85/+3 |
| 2018-04-05 | Rollup merge of #48658 - llogiq:no-more-cas, r=kennytm | kennytm | -0/+185 |
| 2018-04-05 | Remove uses of option_filter feature | Thayne McCombs | -2/+0 |
| 2018-04-04 | Auto merge of #49642 - kennytm:rollup, r=kennytm | bors | -26/+14 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -10/+138 |
| 2018-04-04 | Rollup merge of #49619 - durka:patch-46, r=steveklabnik | kennytm | -6/+5 |
| 2018-04-04 | Rollup merge of #49618 - pftbest:fix_warning, r=SimonSapin | kennytm | -0/+1 |
| 2018-04-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -20/+6 |
| 2018-04-04 | Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis | kennytm | -0/+2 |
| 2018-04-04 | Auto merge of #49573 - glandium:huge-align, r=SimonSapin | bors | -14/+7 |
| 2018-04-04 | Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakis | bors | -147/+0 |
| 2018-04-03 | tweak fmt::Arguments docs | Alex Burka | -6/+5 |
| 2018-04-03 | Fix warning when compilin libcore on 16bit targets. | Vadzim Dambrouski | -0/+1 |
| 2018-04-03 | impl Unpin for Pin | Wim Looman | -0/+3 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -147/+0 |
| 2018-04-03 | Auto merge of #49098 - matklad:find_map, r=KodrAus | bors | -0/+60 |
| 2018-04-02 | Stabilize iterator_try_fold in 1.27.0 | Josh Stone | -9/+3 |
| 2018-04-02 | Stabilize iter_rfind in 1.27.0 | Josh Stone | -7/+2 |
| 2018-04-02 | Stabilize iter_rfold in 1.27.0 | Josh Stone | -4/+1 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+60 |
| 2018-04-01 | Stabilize `Option::filter`. | Thayne McCombs | -1/+1 |
| 2018-04-02 | Reject huge alignments on macos with system allocator only | Mike Hommey | -14/+7 |
| 2018-04-01 | Update drop.rs | Anders Pitman | -1/+1 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -0/+1086 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+29 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+2 |