| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Fix various nits from PR review | Dylan MacKenzie | -7/+6 |
| 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 broken relative links | Dylan MacKenzie | -8/+8 |
| 2018-04-07 | fix tests | Steven Malis | -22/+22 |
| 2018-04-07 | Fix broken link in `write_unaligned` docs | Dylan MacKenzie | -1/+1 |
| 2018-04-07 | Don't link "Undefined Behavior" heading | Dylan MacKenzie | -28/+12 |
| 2018-04-07 | Fix example for `ptr::replace` | Dylan MacKenzie | -1/+1 |
| 2018-04-07 | Change `write_bytes` test causing UB to `no_run` | Dylan MacKenzie | -6/+7 |
| 2018-04-07 | Update based on RangeBounds trait being moved to libcore. | Steven Malis | -12/+63 |
| 2018-04-07 | Rewrite docs for `std::ptr` | Dylan MacKenzie | -102/+496 |
| 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 |