| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -3/+3 |
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -1/+1 |
| 2018-04-12 | Implement GlobalAlloc for System | Simon Sapin | -0/+4 |
| 2018-04-12 | Make AllocErr a zero-size unit struct | Simon Sapin | -50/+8 |
| 2018-04-12 | Actually deprecate heap modules. | Simon Sapin | -1/+4 |
| 2018-04-12 | Rename `heap` modules in the core, alloc, and std crates to `alloc` | Simon Sapin | -1/+5 |
| 2018-04-12 | Add a GlobalAlloc trait | Simon Sapin | -0/+30 |
| 2018-04-12 | Add a core::heap::Void extern type. | Simon Sapin | -0/+21 |
| 2018-04-12 | improve Atomic*::fetch_update docs | Andre Bogus | -2/+2 |
| 2018-04-12 | Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAus | bors | -9/+14 |
| 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-10 | Add symmetric requirement of PartialOrd. | Steven Malis | -8/+8 |
| 2018-04-11 | std: Mark `ptr::Unique` with `#[doc(hidden)]` | Daiki Mizukami | -0/+1 |
| 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 | Add float NaN tests. | Steven Malis | -21/+59 |
| 2018-04-07 | fix tests | Steven Malis | -22/+22 |
| 2018-04-07 | Update based on RangeBounds trait being moved to libcore. | Steven Malis | -12/+63 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -85/+3 |
| 2018-04-06 | Fix the failing tests | Stjepan Glavina | -0/+3 |
| 2018-04-06 | Consistently default operator Rhs/RHS to Self | Nathaniel McCallum | -3/+3 |
| 2018-04-06 | Change TODO to FIXME | Stjepan Glavina | -1/+1 |
| 2018-04-06 | Add Cell::update | Stjepan Glavina | -0/+35 |
| 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 |