| Age | Commit message (Expand) | Author | Lines |
| 2018-04-13 | core: Remove an implicit panic from Formatter::pad | Alex Crichton | -1/+5 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+10 |
| 2018-04-13 | Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichton | bors | -149/+215 |
| 2018-04-13 | Auto merge of #49389 - fanzier:euclidean-division, r=KodrAus | bors | -0/+440 |
| 2018-04-12 | Address more nits. | Fabian Zaiser | -7/+6 |
| 2018-04-12 | Initial docs for the GlobalAlloc trait | Simon Sapin | -5/+39 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -21/+21 |
| 2018-04-12 | Remove conversions for allocated pointers | Simon Sapin | -17/+0 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -33/+33 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+4 |
| 2018-04-12 | Conversions between Result<*mut u8, AllocErr>> and *mut Void | Simon Sapin | -0/+21 |
| 2018-04-12 | realloc with a new size only, not a full new layout. | Simon Sapin | -51/+36 |
| 2018-04-12 | Return Result instead of Option in alloc::Layout constructors | Simon Sapin | -22/+41 |
| 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 | 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-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 |