| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -3/+0 |
| 2018-07-06 | Remove unnecessary feature gate. | Thayne McCombs | -1/+0 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+1 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+1 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -1/+1 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -1/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -7/+0 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -1/+0 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+5 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+5 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -0/+1 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -1/+1 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -1/+0 |
| 2018-06-02 | Make most integer operations const fns | Linus Färnstrand | -0/+1 |
| 2018-05-27 | lib.rs don't beautiful | uuttff8 | -2/+2 |
| 2018-05-22 | Add Option::as_pin_mut | Taylor Cramer | -0/+1 |
| 2018-05-21 | Make `[T]::len` and `str::len` const fn | Oliver Schneider | -0/+3 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -12/+7 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -1/+1 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+8 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+1 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -0/+1 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -0/+1 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -1/+1 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -0/+1 |
| 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/+4 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+1 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -1/+1 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+1 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+1 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -0/+8 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -3/+18 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -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 | Add a core::heap::Void extern type. | Simon Sapin | -0/+1 |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -1/+0 |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -0/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -5/+0 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -0/+4 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -0/+1 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -0/+4 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |