| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -2/+2 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+4 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -1/+2 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -2/+2 |
| 2018-04-19 | Rustfmt result (for relevant changes) to satisfy Travis line length check. | Nicholas Rishel | -1/+4 |
| 2018-04-19 | The prior check causes abstract unix domain sockets to return unnamed on Andr... | Nicholas Rishel | -1/+1 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -3/+1 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -6/+7 |
| 2018-04-17 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |
| 2018-04-17 | stabilize `hash_map_remove_entry` feature | tinaun | -2/+1 |
| 2018-04-17 | stabilize `nonnull_cast` feature | tinaun | -1/+0 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -1/+1 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -54/+197 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -4/+5 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -2/+2 |
| 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 | Mention Result<!, E> in never docs. | Clar Charr | -0/+52 |
| 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 |