| Age | Commit message (Expand) | Author | Lines |
| 2018-04-17 | Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton | kennytm | -1/+1 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -2/+2 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -1/+1 |
| 2018-04-16 | Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi | bors | -1/+1 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -0/+2 |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -1/+17 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -23/+23 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -64/+139 |
| 2018-04-13 | std: Avoid allocating panic message unless needed | Alex Crichton | -45/+73 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -39/+154 |
| 2018-04-13 | Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichton | bors | -227/+181 |
| 2018-04-13 | Auto merge of #49389 - fanzier:euclidean-division, r=KodrAus | bors | -0/+101 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -4/+4 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -4/+3 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+6 |
| 2018-04-12 | Return Result instead of Option in alloc::Layout constructors | Simon Sapin | -2/+11 |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -4/+4 |
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -3/+3 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -99/+54 |
| 2018-04-12 | Make AllocErr a zero-size unit struct | Simon Sapin | -31/+14 |
| 2018-04-12 | Actually deprecate the Heap type | Simon Sapin | -9/+10 |
| 2018-04-12 | Actually deprecate heap modules. | Simon Sapin | -4/+7 |
| 2018-04-12 | Rename `heap` modules in the core, alloc, and std crates to `alloc` | Simon Sapin | -1/+5 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -40/+34 |
| 2018-04-12 | Inline docs for the heap module’s reexports | Simon Sapin | -1/+1 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+0 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -2/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -4/+4 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -2/+2 |
| 2018-04-11 | Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfackler | bors | -2/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -4/+0 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -4/+4 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -4/+0 |
| 2018-04-08 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -8/+2 |
| 2018-04-07 | Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-07 | Inject the `compiler_builtins` crate whenever the `core` crate is injected | Oliver Schneider | -0/+1 |
| 2018-04-07 | Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrum | kennytm | -0/+4 |
| 2018-04-05 | Rollup merge of #49686 - memoryleak47:typo, r=alexcrichton | Alex Crichton | -3/+3 |
| 2018-04-05 | std: Inline some Termination-related methods | Alex Crichton | -0/+4 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -4/+4 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -8/+2 |
| 2018-04-05 | typos | memoryleak47 | -3/+3 |
| 2018-04-05 | Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis | bors | -1/+1 |
| 2018-04-05 | Stabilize take_set_limit | Thayne McCombs | -2/+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 | -1/+1 |
| 2018-04-05 | Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik | kennytm | -2/+28 |
| 2018-04-05 | Rollup merge of #49637 - tmccombs:parent-id-stabilize, r=sfackler | kennytm | -1/+1 |