| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -1/+2 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -0/+1 |
| 2018-03-11 | Update stdsimd module | Alex Crichton | -0/+2 |
| 2018-03-04 | Declare `ascii` module in libcore/lib.rs | 1011X | -0/+1 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -4/+29 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -0/+1 |
| 2018-02-18 | Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler | bors | -0/+1 |
| 2018-02-12 | core::iter::repeat_with: general fixes | Mazdak Farrokhzad | -0/+1 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+1 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -0/+1 |
| 2018-01-29 | Move time::Duration to libcore | Clar Charr | -0/+1 |
| 2018-01-23 | Move PanicInfo and Location to libcore | Simon Sapin | -0/+1 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -1/+1 |