| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -4/+3 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -1/+1 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -0/+1 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -1/+1 |
| 2018-03-17 | Add 12 num::NonZero* types for each primitive integer | Simon Sapin | -0/+1 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -2/+1 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -1/+2 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -1/+0 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+0 |
| 2018-03-15 | Auto merge of #48648 - snf:fallible_allocation, r=Kimundi | bors | -0/+1 |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+1 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -1/+2 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -1/+2 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+0 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+0 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -0/+30 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -5/+0 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -4/+0 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -3/+2 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-18 | Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler | bors | -0/+1 |
| 2018-01-29 | Document std::os::raw. | Clar Charr | -0/+1 |
| 2018-01-23 | Move PanicInfo and Location to libcore | Simon Sapin | -0/+1 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -1/+1 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -1/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -1/+1 |
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -1/+1 |