| Age | Commit message (Expand) | Author | Lines |
| 2018-06-15 | Add doc for fn keyword | Guillaume Gomez | -0/+5 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -8/+0 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -1/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -7/+0 |
| 2018-06-11 | Auto merge of #51442 - tinaun:more-future-impls, r=cramertj | bors | -0/+1 |
| 2018-06-11 | Add #[doc(inline)] in std::task | CrLF0710 | -0/+2 |
| 2018-06-08 | add a few blanket future impls to std | tinaun | -0/+1 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+16 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+16 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+1 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -0/+2 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -8/+1 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -2/+2 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -0/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -8/+8 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -0/+2 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -1/+2 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+1 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -1/+2 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -0/+1 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -1/+2 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -0/+1 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+1 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -1/+0 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -2/+2 |
| 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 | Add rustdoc-ui test suite | Guillaume Gomez | -2/+2 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -1/+1 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -0/+2 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+1 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -0/+1 |
| 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 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -9/+9 |
| 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-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -4/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -4/+0 |
| 2018-04-07 | Inject the `compiler_builtins` crate whenever the `core` crate is injected | Oliver Schneider | -0/+1 |
| 2018-04-05 | Rollup merge of #49686 - memoryleak47:typo, r=alexcrichton | Alex Crichton | -1/+1 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+0 |
| 2018-04-05 | typos | memoryleak47 | -1/+1 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -1/+1 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -1/+0 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -0/+1 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+1 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -1/+0 |